@sinequa/atomic-angular 1.5.3 → 1.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -115,8 +115,8 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
119
118
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
121
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
122
122
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -170,8 +170,8 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
172
|
name?: string | undefined;
|
|
173
|
-
text?: string | undefined;
|
|
174
173
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
+
text?: string | undefined;
|
|
175
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
176
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
177
177
|
page?: number | undefined;
|
|
@@ -272,8 +272,8 @@ declare class MissingTermsComponent {
|
|
|
272
272
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
273
273
|
queryParamsStore: {
|
|
274
274
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
275
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
276
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
277
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
278
278
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
279
279
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -327,8 +327,8 @@ declare class MissingTermsComponent {
|
|
|
327
327
|
getQuery: () => _sinequa_atomic.Query;
|
|
328
328
|
} & _ngrx_signals.StateSource<{
|
|
329
329
|
name?: string | undefined;
|
|
330
|
-
text?: string | undefined;
|
|
331
330
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
331
|
+
text?: string | undefined;
|
|
332
332
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
333
333
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
334
334
|
page?: number | undefined;
|
|
@@ -2108,7 +2108,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
2108
2108
|
param9: _angular_core.Signal<string>;
|
|
2109
2109
|
param10: _angular_core.Signal<string>;
|
|
2110
2110
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2111
|
-
state: _angular_core.Signal<"
|
|
2111
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
2112
2112
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2113
2113
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2114
2114
|
initials: _angular_core.Signal<string>;
|
|
@@ -2162,8 +2162,8 @@ type QueryParams = {
|
|
|
2162
2162
|
};
|
|
2163
2163
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
2164
2164
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2165
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2166
2165
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2166
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2167
2167
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2168
2168
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2169
2169
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -2209,8 +2209,8 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2209
2209
|
getQuery: () => _sinequa_atomic.Query;
|
|
2210
2210
|
} & _ngrx_signals.StateSource<{
|
|
2211
2211
|
name?: string | undefined;
|
|
2212
|
-
text?: string | undefined;
|
|
2213
2212
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2213
|
+
text?: string | undefined;
|
|
2214
2214
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2215
2215
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2216
2216
|
page?: number | undefined;
|
|
@@ -2242,8 +2242,8 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2242
2242
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
2243
2243
|
state: {
|
|
2244
2244
|
name?: string | undefined;
|
|
2245
|
-
text?: string | undefined;
|
|
2246
2245
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2246
|
+
text?: string | undefined;
|
|
2247
2247
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2248
2248
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2249
2249
|
page?: number | undefined;
|
|
@@ -2996,8 +2996,8 @@ declare class AggregationsService {
|
|
|
2996
2996
|
}>;
|
|
2997
2997
|
queryParamsStore: {
|
|
2998
2998
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2999
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3000
2999
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3000
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3001
3001
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3002
3002
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
3003
3003
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -3051,8 +3051,8 @@ declare class AggregationsService {
|
|
|
3051
3051
|
getQuery: () => Query;
|
|
3052
3052
|
} & _ngrx_signals.StateSource<{
|
|
3053
3053
|
name?: string | undefined;
|
|
3054
|
-
text?: string | undefined;
|
|
3055
3054
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3055
|
+
text?: string | undefined;
|
|
3056
3056
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3057
3057
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
3058
3058
|
page?: number | undefined;
|
|
@@ -3267,7 +3267,7 @@ declare class ApplicationService {
|
|
|
3267
3267
|
param9: _angular_core.Signal<string>;
|
|
3268
3268
|
param10: _angular_core.Signal<string>;
|
|
3269
3269
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
3270
|
-
state: _angular_core.Signal<"
|
|
3270
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
3271
3271
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
3272
3272
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
3273
3273
|
initials: _angular_core.Signal<string>;
|
|
@@ -4767,8 +4767,8 @@ declare class PreviewService {
|
|
|
4767
4767
|
}>;
|
|
4768
4768
|
protected readonly queryParamsStore: {
|
|
4769
4769
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4770
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4771
4770
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4771
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4772
4772
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4773
4773
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4774
4774
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -4822,8 +4822,8 @@ declare class PreviewService {
|
|
|
4822
4822
|
getQuery: () => Query;
|
|
4823
4823
|
} & _ngrx_signals.StateSource<{
|
|
4824
4824
|
name?: string | undefined;
|
|
4825
|
-
text?: string | undefined;
|
|
4826
4825
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4826
|
+
text?: string | undefined;
|
|
4827
4827
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4828
4828
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4829
4829
|
page?: number | undefined;
|
|
@@ -5401,8 +5401,8 @@ declare class SavedSearchesService {
|
|
|
5401
5401
|
}>;
|
|
5402
5402
|
protected readonly queryParamsStore: {
|
|
5403
5403
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5404
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5405
5404
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5405
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5406
5406
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5407
5407
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5408
5408
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5456,8 +5456,8 @@ declare class SavedSearchesService {
|
|
|
5456
5456
|
getQuery: () => _sinequa_atomic.Query;
|
|
5457
5457
|
} & _ngrx_signals.StateSource<{
|
|
5458
5458
|
name?: string | undefined;
|
|
5459
|
-
text?: string | undefined;
|
|
5460
5459
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5460
|
+
text?: string | undefined;
|
|
5461
5461
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5462
5462
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5463
5463
|
page?: number | undefined;
|
|
@@ -5542,8 +5542,8 @@ declare class SearchService {
|
|
|
5542
5542
|
audit?: AuditEvents;
|
|
5543
5543
|
protected readonly queryParamsStore: {
|
|
5544
5544
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5545
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5546
5545
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5546
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5547
5547
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5548
5548
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5549
5549
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5597,8 +5597,8 @@ declare class SearchService {
|
|
|
5597
5597
|
getQuery: () => Query;
|
|
5598
5598
|
} & _ngrx_signals.StateSource<{
|
|
5599
5599
|
name?: string | undefined;
|
|
5600
|
-
text?: string | undefined;
|
|
5601
5600
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5601
|
+
text?: string | undefined;
|
|
5602
5602
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5603
5603
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5604
5604
|
page?: number | undefined;
|
|
@@ -5733,8 +5733,8 @@ declare class SelectionService {
|
|
|
5733
5733
|
private readonly selectionStore;
|
|
5734
5734
|
queryParamsStore: {
|
|
5735
5735
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5736
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5737
5736
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5737
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5738
5738
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5739
5739
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5740
5740
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5788,8 +5788,8 @@ declare class SelectionService {
|
|
|
5788
5788
|
getQuery: () => _sinequa_atomic.Query;
|
|
5789
5789
|
} & _ngrx_signals.StateSource<{
|
|
5790
5790
|
name?: string | undefined;
|
|
5791
|
-
text?: string | undefined;
|
|
5792
5791
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5792
|
+
text?: string | undefined;
|
|
5793
5793
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5794
5794
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5795
5795
|
page?: number | undefined;
|
|
@@ -7075,8 +7075,8 @@ declare class SponsoredResultsComponent {
|
|
|
7075
7075
|
}>;
|
|
7076
7076
|
queryParamStore: {
|
|
7077
7077
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7078
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7079
7078
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7079
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7080
7080
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7081
7081
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7082
7082
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -7130,8 +7130,8 @@ declare class SponsoredResultsComponent {
|
|
|
7130
7130
|
getQuery: () => _sinequa_atomic.Query;
|
|
7131
7131
|
} & _ngrx_signals.StateSource<{
|
|
7132
7132
|
name?: string | undefined;
|
|
7133
|
-
text?: string | undefined;
|
|
7134
7133
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7134
|
+
text?: string | undefined;
|
|
7135
7135
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7136
7136
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7137
7137
|
page?: number | undefined;
|
|
@@ -7413,8 +7413,8 @@ declare class AggregationDateComponent {
|
|
|
7413
7413
|
readonly aggregationsService: _sinequa_atomic_angular.AggregationsService;
|
|
7414
7414
|
readonly queryParamsStore: {
|
|
7415
7415
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7416
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7417
7416
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7417
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7418
7418
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7419
7419
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7420
7420
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -7468,8 +7468,8 @@ declare class AggregationDateComponent {
|
|
|
7468
7468
|
getQuery: () => _sinequa_atomic.Query;
|
|
7469
7469
|
} & _ngrx_signals.StateSource<{
|
|
7470
7470
|
name?: string | undefined;
|
|
7471
|
-
text?: string | undefined;
|
|
7472
7471
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7472
|
+
text?: string | undefined;
|
|
7473
7473
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7474
7474
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7475
7475
|
page?: number | undefined;
|
|
@@ -7574,8 +7574,8 @@ declare class AdvancedSearch {
|
|
|
7574
7574
|
}>;
|
|
7575
7575
|
protected readonly queryParamsStore: {
|
|
7576
7576
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7577
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7578
7577
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7578
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7579
7579
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7580
7580
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7581
7581
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -7629,8 +7629,8 @@ declare class AdvancedSearch {
|
|
|
7629
7629
|
getQuery: () => _sinequa_atomic.Query;
|
|
7630
7630
|
} & _ngrx_signals.StateSource<{
|
|
7631
7631
|
name?: string | undefined;
|
|
7632
|
-
text?: string | undefined;
|
|
7633
7632
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7633
|
+
text?: string | undefined;
|
|
7634
7634
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7635
7635
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7636
7636
|
page?: number | undefined;
|
|
@@ -8043,8 +8043,8 @@ declare class ArticleLabels {
|
|
|
8043
8043
|
declare class ArticleSimilarDocuments {
|
|
8044
8044
|
protected readonly queryParamsStore: {
|
|
8045
8045
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8046
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8047
8046
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8047
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8048
8048
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8049
8049
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8050
8050
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -8098,8 +8098,8 @@ declare class ArticleSimilarDocuments {
|
|
|
8098
8098
|
getQuery: () => _sinequa_atomic.Query;
|
|
8099
8099
|
} & _ngrx_signals.StateSource<{
|
|
8100
8100
|
name?: string | undefined;
|
|
8101
|
-
text?: string | undefined;
|
|
8102
8101
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8102
|
+
text?: string | undefined;
|
|
8103
8103
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8104
8104
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8105
8105
|
page?: number | undefined;
|
|
@@ -8192,13 +8192,19 @@ declare class AlertsComponent {
|
|
|
8192
8192
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AlertsComponent, "Alerts", never, {}, {}, never, never, true, never>;
|
|
8193
8193
|
}
|
|
8194
8194
|
|
|
8195
|
-
type AuthView = "signin" | "changepassword" | "login" | "forgotpassword";
|
|
8195
|
+
type AuthView = "signin" | "changepassword" | "login" | "forgotpassword" | "signedout";
|
|
8196
8196
|
declare class AuthPageComponent {
|
|
8197
8197
|
mode: _angular_core.InputSignal<AuthView | undefined>;
|
|
8198
8198
|
view: _angular_core.WritableSignal<AuthView>;
|
|
8199
8199
|
readonly username: _angular_core.WritableSignal<string>;
|
|
8200
8200
|
readonly alert: _angular_core.WritableSignal<string | undefined>;
|
|
8201
8201
|
private readonly route;
|
|
8202
|
+
/**
|
|
8203
|
+
* Default view derived from the route. The `/logout` route renders the "signed out" confirmation
|
|
8204
|
+
* (NOT the sign-in form): in external-auth modes the form would auto-restart the handshake and
|
|
8205
|
+
* re-authenticate the user, defeating the logout. Everything else defaults to the sign-in form.
|
|
8206
|
+
*/
|
|
8207
|
+
private routeView;
|
|
8202
8208
|
constructor();
|
|
8203
8209
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AuthPageComponent, never>;
|
|
8204
8210
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AuthPageComponent, "auth-page, AuthPage, authpage", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -8328,8 +8334,31 @@ declare class SignInComponent {
|
|
|
8328
8334
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SignInComponent, "signIn, signin, sign-in", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "username": { "alias": "username"; "required": false; "isSignal": true; }; "password": { "alias": "password"; "required": false; "isSignal": true; }; }, { "forgotPassword": "forgotPassword"; "username": "usernameChange"; "password": "passwordChange"; }, never, never, true, never>;
|
|
8329
8335
|
}
|
|
8330
8336
|
|
|
8337
|
+
/**
|
|
8338
|
+
* Post-logout confirmation shown on the `/logout` route.
|
|
8339
|
+
*
|
|
8340
|
+
* Rendering this view (instead of the sign-in form) is essential for the external-auth modes
|
|
8341
|
+
* (`sso` / `oauth` / `saml`): the sign-in form auto-initiates the handshake when
|
|
8342
|
+
* `authMode` is external, so showing it on `/logout` would immediately re-authenticate the user
|
|
8343
|
+
* (a spinner that loops back in). This view gives a clear "signed out" state and a single explicit
|
|
8344
|
+
* action to sign in again.
|
|
8345
|
+
*/
|
|
8346
|
+
declare class SignedOutComponent {
|
|
8347
|
+
private readonly router;
|
|
8348
|
+
/**
|
|
8349
|
+
* Navigate to the login screen, which then drives the normal sign-in handshake.
|
|
8350
|
+
*
|
|
8351
|
+
* A `returnUrl` is required: in the external-auth modes the sign-in screen only navigates away
|
|
8352
|
+
* once the handshake completes IF a `returnUrl` is present (otherwise it stays on the loader).
|
|
8353
|
+
* We send the user back to the app root after signing in again.
|
|
8354
|
+
*/
|
|
8355
|
+
signInAgain(): void;
|
|
8356
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SignedOutComponent, never>;
|
|
8357
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SignedOutComponent, "signed-out, SignedOut, signedout", never, {}, {}, never, never, true, never>;
|
|
8358
|
+
}
|
|
8359
|
+
|
|
8331
8360
|
declare class BookmarkButtonComponent {
|
|
8332
|
-
variant: _angular_core.InputSignal<"default" | "
|
|
8361
|
+
variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
|
|
8333
8362
|
size: _angular_core.InputSignal<"icon" | "xs" | "sm" | "md" | "lg" | null | undefined>;
|
|
8334
8363
|
readonly article: _angular_core.InputSignal<Partial<Article$1>>;
|
|
8335
8364
|
private readonly userSettingsStore;
|
|
@@ -8719,8 +8748,8 @@ declare class AdvancedSearchComponent {
|
|
|
8719
8748
|
}>;
|
|
8720
8749
|
protected readonly queryParamsStore: {
|
|
8721
8750
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8722
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8723
8751
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8752
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8724
8753
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8725
8754
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8726
8755
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -8774,8 +8803,8 @@ declare class AdvancedSearchComponent {
|
|
|
8774
8803
|
getQuery: () => _sinequa_atomic.Query;
|
|
8775
8804
|
} & _ngrx_signals.StateSource<{
|
|
8776
8805
|
name?: string | undefined;
|
|
8777
|
-
text?: string | undefined;
|
|
8778
8806
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8807
|
+
text?: string | undefined;
|
|
8779
8808
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8780
8809
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8781
8810
|
page?: number | undefined;
|
|
@@ -9180,8 +9209,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9180
9209
|
}>;
|
|
9181
9210
|
queryParamsStore: {
|
|
9182
9211
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9183
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9184
9212
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9213
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9185
9214
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9186
9215
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9187
9216
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -9235,8 +9264,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9235
9264
|
getQuery: () => _sinequa_atomic.Query;
|
|
9236
9265
|
} & _ngrx_signals.StateSource<{
|
|
9237
9266
|
name?: string | undefined;
|
|
9238
|
-
text?: string | undefined;
|
|
9239
9267
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9268
|
+
text?: string | undefined;
|
|
9240
9269
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9241
9270
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9242
9271
|
page?: number | undefined;
|
|
@@ -9378,8 +9407,8 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9378
9407
|
readonly exportService: ExportService;
|
|
9379
9408
|
readonly queryParamsStore: {
|
|
9380
9409
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9381
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9382
9410
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9411
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9383
9412
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9384
9413
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9385
9414
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -9433,8 +9462,8 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9433
9462
|
getQuery: () => _sinequa_atomic.Query;
|
|
9434
9463
|
} & _ngrx_signals.StateSource<{
|
|
9435
9464
|
name?: string | undefined;
|
|
9436
|
-
text?: string | undefined;
|
|
9437
9465
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9466
|
+
text?: string | undefined;
|
|
9438
9467
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9439
9468
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9440
9469
|
page?: number | undefined;
|
|
@@ -9812,13 +9841,13 @@ declare class SearchFeedbackComponent {
|
|
|
9812
9841
|
onClose: _angular_core.OutputEmitterRef<void>;
|
|
9813
9842
|
readonly feedbackDialog: _angular_core.Signal<FeedbackDialogComponent | undefined>;
|
|
9814
9843
|
pages: _angular_core.InputSignal<any>;
|
|
9815
|
-
variant: _angular_core.InputSignal<"default" | "
|
|
9844
|
+
variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
|
|
9816
9845
|
solid: _angular_core.InputSignal<boolean | null | undefined>;
|
|
9817
9846
|
readonly auditService: AuditService;
|
|
9818
9847
|
protected readonly queryParamsStore: {
|
|
9819
9848
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9820
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9821
9849
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9850
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9822
9851
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9823
9852
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9824
9853
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -9872,8 +9901,8 @@ declare class SearchFeedbackComponent {
|
|
|
9872
9901
|
getQuery: () => _sinequa_atomic.Query;
|
|
9873
9902
|
} & _ngrx_signals.StateSource<{
|
|
9874
9903
|
name?: string | undefined;
|
|
9875
|
-
text?: string | undefined;
|
|
9876
9904
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9905
|
+
text?: string | undefined;
|
|
9877
9906
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9878
9907
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9879
9908
|
page?: number | undefined;
|
|
@@ -9946,8 +9975,8 @@ declare class AggregationTreeComponent {
|
|
|
9946
9975
|
}>;
|
|
9947
9976
|
readonly queryParamsStore: {
|
|
9948
9977
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9949
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9950
9978
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9979
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9951
9980
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9952
9981
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9953
9982
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -10001,8 +10030,8 @@ declare class AggregationTreeComponent {
|
|
|
10001
10030
|
getQuery: () => _sinequa_atomic.Query;
|
|
10002
10031
|
} & _ngrx_signals.StateSource<{
|
|
10003
10032
|
name?: string | undefined;
|
|
10004
|
-
text?: string | undefined;
|
|
10005
10033
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10034
|
+
text?: string | undefined;
|
|
10006
10035
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10007
10036
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10008
10037
|
page?: number | undefined;
|
|
@@ -10431,8 +10460,8 @@ declare class AggregationListComponent {
|
|
|
10431
10460
|
}>;
|
|
10432
10461
|
readonly queryParamsStore: {
|
|
10433
10462
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10434
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10435
10463
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10464
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10436
10465
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10437
10466
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
10438
10467
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -10486,8 +10515,8 @@ declare class AggregationListComponent {
|
|
|
10486
10515
|
getQuery: () => _sinequa_atomic.Query;
|
|
10487
10516
|
} & _ngrx_signals.StateSource<{
|
|
10488
10517
|
name?: string | undefined;
|
|
10489
|
-
text?: string | undefined;
|
|
10490
10518
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10519
|
+
text?: string | undefined;
|
|
10491
10520
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10492
10521
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10493
10522
|
page?: number | undefined;
|
|
@@ -11349,7 +11378,7 @@ declare class FilterButtonComponent {
|
|
|
11349
11378
|
position: _angular_core.InputSignal<Placement>;
|
|
11350
11379
|
offset: _angular_core.InputSignal<number>;
|
|
11351
11380
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11352
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11381
|
+
protected variant: _angular_core.WritableSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
|
|
11353
11382
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11354
11383
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11355
11384
|
protected nativeElement: any;
|
|
@@ -11364,8 +11393,8 @@ declare class FilterButtonComponent {
|
|
|
11364
11393
|
}>;
|
|
11365
11394
|
protected queryParamsStore: {
|
|
11366
11395
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11367
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11368
11396
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11397
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11369
11398
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11370
11399
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11371
11400
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -11419,8 +11448,8 @@ declare class FilterButtonComponent {
|
|
|
11419
11448
|
getQuery: () => _sinequa_atomic.Query;
|
|
11420
11449
|
} & _ngrx_signals.StateSource<{
|
|
11421
11450
|
name?: string | undefined;
|
|
11422
|
-
text?: string | undefined;
|
|
11423
11451
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11452
|
+
text?: string | undefined;
|
|
11424
11453
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11425
11454
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11426
11455
|
page?: number | undefined;
|
|
@@ -12088,8 +12117,8 @@ declare class MoreButtonComponent {
|
|
|
12088
12117
|
}>;
|
|
12089
12118
|
queryParamsStore: {
|
|
12090
12119
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12091
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12092
12120
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12121
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12093
12122
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12094
12123
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12095
12124
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -12143,8 +12172,8 @@ declare class MoreButtonComponent {
|
|
|
12143
12172
|
getQuery: () => _sinequa_atomic.Query;
|
|
12144
12173
|
} & _ngrx_signals.StateSource<{
|
|
12145
12174
|
name?: string | undefined;
|
|
12146
|
-
text?: string | undefined;
|
|
12147
12175
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12176
|
+
text?: string | undefined;
|
|
12148
12177
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12149
12178
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12150
12179
|
page?: number | undefined;
|
|
@@ -12578,8 +12607,8 @@ declare class FiltersBarComponent {
|
|
|
12578
12607
|
}>;
|
|
12579
12608
|
protected queryParamsStore: {
|
|
12580
12609
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12581
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12582
12610
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12611
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12583
12612
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12584
12613
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12585
12614
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -12633,8 +12662,8 @@ declare class FiltersBarComponent {
|
|
|
12633
12662
|
getQuery: () => _sinequa_atomic.Query;
|
|
12634
12663
|
} & _ngrx_signals.StateSource<{
|
|
12635
12664
|
name?: string | undefined;
|
|
12636
|
-
text?: string | undefined;
|
|
12637
12665
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12666
|
+
text?: string | undefined;
|
|
12638
12667
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12639
12668
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12640
12669
|
page?: number | undefined;
|
|
@@ -13079,8 +13108,8 @@ declare class MoreComponent {
|
|
|
13079
13108
|
}>;
|
|
13080
13109
|
queryParamsStore: {
|
|
13081
13110
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13082
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13083
13111
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13112
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13084
13113
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13085
13114
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13086
13115
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -13134,8 +13163,8 @@ declare class MoreComponent {
|
|
|
13134
13163
|
getQuery: () => _sinequa_atomic.Query;
|
|
13135
13164
|
} & _ngrx_signals.StateSource<{
|
|
13136
13165
|
name?: string | undefined;
|
|
13137
|
-
text?: string | undefined;
|
|
13138
13166
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13167
|
+
text?: string | undefined;
|
|
13139
13168
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13140
13169
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13141
13170
|
page?: number | undefined;
|
|
@@ -13773,8 +13802,8 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13773
13802
|
private readonly savedSearchesService;
|
|
13774
13803
|
protected readonly queryParamsStore: {
|
|
13775
13804
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13776
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13777
13805
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13806
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13778
13807
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13779
13808
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13780
13809
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -13828,8 +13857,8 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13828
13857
|
getQuery: () => _sinequa_atomic.Query;
|
|
13829
13858
|
} & _ngrx_signals.StateSource<{
|
|
13830
13859
|
name?: string | undefined;
|
|
13831
|
-
text?: string | undefined;
|
|
13832
13860
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13861
|
+
text?: string | undefined;
|
|
13833
13862
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13834
13863
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13835
13864
|
page?: number | undefined;
|
|
@@ -13977,7 +14006,7 @@ declare class UserProfileFormComponent {
|
|
|
13977
14006
|
param9: _angular_core.Signal<string>;
|
|
13978
14007
|
param10: _angular_core.Signal<string>;
|
|
13979
14008
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13980
|
-
state: _angular_core.Signal<"
|
|
14009
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
13981
14010
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13982
14011
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13983
14012
|
initials: _angular_core.Signal<string>;
|
|
@@ -14978,5 +15007,5 @@ type AppFeatures = {
|
|
|
14978
15007
|
*/
|
|
14979
15008
|
declare const APP_FEATURES: InjectionToken<AppFeatures>;
|
|
14980
15009
|
|
|
14981
|
-
export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedFiltersComponent, AdvancedSearch, AdvancedSearchComponent, AggregationComponent, AggregationDateComponent, AggregationDateRangeDialogComponent, AggregationListComponent, AggregationPanelComponent, AggregationTreeComponent, AggregationsService, AggregationsStore, Alert, AlertDialog, AlertsComponent, AppService, AppStore, ApplicationService, ApplicationStore, ArticleEntities, ArticleExtracts, ArticleLabels, ArticleSimilarDocuments, AsideFiltersComponent, AuditFeedbackType, AuditService, AuthGuard, AuthPageComponent, AutocompleteService, BOOKMARKS_CONFIG, BOOKMARKS_OPTIONS, BackdropComponent, BackdropService, BookmarkButtonComponent, BookmarksComponent, COLLECTIONS_CONFIG, COLLECTIONS_OPTIONS, COMPONENTS_FOR_DOCUMENT_TYPE, ChangePasswordComponent, ChildMarkerDirective, CollectionsComponent, CollectionsDialog, DRAWER_COMPONENT, DRAWER_STACK_MAX_COUNT, DateComponent, DeleteCollectionDialog, DidYouMeanComponent, DocumentLocatorComponent, DrawerAdvancedFiltersComponent, DrawerComponent, DrawerNavbarComponent, DrawerPreviewComponent, DrawerService, DrawerStackComponent, DrawerStackService, DropdownInputComponent, DropdownListComponent, ErrorComponent, ExportDialog, ExportService, FILTERS_BREAKPOINT, FILTER_DATE_ALLOW_CUSTOM_RANGE, FeedbackDialogComponent, FileSizePipe, FilterButtonComponent, FiltersBarComponent, HIGHLIGHTS, HighlightWordPipe, InfinityScrollDirective, InlineWorker, JsonMethodPluginService, KeyboardNavigatorDirective, LabelService, LabelsEditDialog, LoadingComponent, MetadataComponent, MissingTermsComponent, MoreButtonComponent, MoreComponent, MultiSelectLabelsComponent, MultiSelectionToolbarComponent, NON_SEARCHABLE_COLUMNS, NON_SEARCHABLE_DEFAULTS, NavbarTabsComponent, NavigationService, NoResultComponent, OpenArticleOnCtrlEnterDirective, OperatorPipe, OverflowItemDirective, OverflowManagerDirective, OverflowStopDirective, OverrideUserDialogComponent, PREVIEW_CONFIG, PagerComponent, PreviewNavigator, PreviewService, PrincipalService, PrincipalStore, QueryParamsStore, QueryService, RECENT_SEARCHES_CONFIG, RECENT_SEARCHES_OPTIONS, ROUTE_COMPONENTS, RecentSearchesComponent, ResetUserSettingsDialogComponent, SAVED_SEARCHES_CONFIG, SAVED_SEARCHES_OPTIONS, SavedSearchDialog, SavedSearchesComponent, SavedSearchesService, SearchFeedbackComponent, SearchInputFooter, SearchService, SelectArticleDirective, SelectArticleOnClickDirective, SelectionHistoryService, SelectionService, SelectionStore, ShowBookmarkDirective, SidebarNavComponent, SignInComponent, SortSelectorComponent, SourceComponent, SourceIconPipe, SponsoredResultsComponent, SyslangPipe, THEMES, TextChunkService, ThemeProviderDirective, ThemeSelectorComponent, ThemeStore, ThemeToggleComponent, TranslocoDateImpurePipe, UserProfileDialog, UserProfileFormComponent, UserProfileService, UserSettingsStore, applyThemeToNativeElement, auditInterceptorFn, authInterceptorFn, bodyInterceptorFn, bootstrapApp, buildQuery, debouncedSignal, errorInterceptorFn, getCurrentPath, getCurrentQueryName, getQueryNameFromRoute, injectRouteNavigation, processCssVars, queryNameResolver, signIn, themeColorNameToCssVariable, themeColorsToCssVariables, toastInterceptorFn, withAggregationsFeatures, withAlertsFeatures, withAppFeatures, withApplicationFeatures, withAssistantFeatures, withBasketsFeatures, withBookmarkFeatures, withBootstrapApp, withExtractsFeatures, withFetch, withMultiSelectionFeatures, withPrincipalFeatures, withQueryParamsFeatures, withRecentSearchesFeatures, withSavedSearchesFeatures, withSelectionFeatures, withThemeBodyHook, withThemes, withThemesFeatures, withUserSettingsFeatures };
|
|
15010
|
+
export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedFiltersComponent, AdvancedSearch, AdvancedSearchComponent, AggregationComponent, AggregationDateComponent, AggregationDateRangeDialogComponent, AggregationListComponent, AggregationPanelComponent, AggregationTreeComponent, AggregationsService, AggregationsStore, Alert, AlertDialog, AlertsComponent, AppService, AppStore, ApplicationService, ApplicationStore, ArticleEntities, ArticleExtracts, ArticleLabels, ArticleSimilarDocuments, AsideFiltersComponent, AuditFeedbackType, AuditService, AuthGuard, AuthPageComponent, AutocompleteService, BOOKMARKS_CONFIG, BOOKMARKS_OPTIONS, BackdropComponent, BackdropService, BookmarkButtonComponent, BookmarksComponent, COLLECTIONS_CONFIG, COLLECTIONS_OPTIONS, COMPONENTS_FOR_DOCUMENT_TYPE, ChangePasswordComponent, ChildMarkerDirective, CollectionsComponent, CollectionsDialog, DRAWER_COMPONENT, DRAWER_STACK_MAX_COUNT, DateComponent, DeleteCollectionDialog, DidYouMeanComponent, DocumentLocatorComponent, DrawerAdvancedFiltersComponent, DrawerComponent, DrawerNavbarComponent, DrawerPreviewComponent, DrawerService, DrawerStackComponent, DrawerStackService, DropdownInputComponent, DropdownListComponent, ErrorComponent, ExportDialog, ExportService, FILTERS_BREAKPOINT, FILTER_DATE_ALLOW_CUSTOM_RANGE, FeedbackDialogComponent, FileSizePipe, FilterButtonComponent, FiltersBarComponent, HIGHLIGHTS, HighlightWordPipe, InfinityScrollDirective, InlineWorker, JsonMethodPluginService, KeyboardNavigatorDirective, LabelService, LabelsEditDialog, LoadingComponent, MetadataComponent, MissingTermsComponent, MoreButtonComponent, MoreComponent, MultiSelectLabelsComponent, MultiSelectionToolbarComponent, NON_SEARCHABLE_COLUMNS, NON_SEARCHABLE_DEFAULTS, NavbarTabsComponent, NavigationService, NoResultComponent, OpenArticleOnCtrlEnterDirective, OperatorPipe, OverflowItemDirective, OverflowManagerDirective, OverflowStopDirective, OverrideUserDialogComponent, PREVIEW_CONFIG, PagerComponent, PreviewNavigator, PreviewService, PrincipalService, PrincipalStore, QueryParamsStore, QueryService, RECENT_SEARCHES_CONFIG, RECENT_SEARCHES_OPTIONS, ROUTE_COMPONENTS, RecentSearchesComponent, ResetUserSettingsDialogComponent, SAVED_SEARCHES_CONFIG, SAVED_SEARCHES_OPTIONS, SavedSearchDialog, SavedSearchesComponent, SavedSearchesService, SearchFeedbackComponent, SearchInputFooter, SearchService, SelectArticleDirective, SelectArticleOnClickDirective, SelectionHistoryService, SelectionService, SelectionStore, ShowBookmarkDirective, SidebarNavComponent, SignInComponent, SignedOutComponent, SortSelectorComponent, SourceComponent, SourceIconPipe, SponsoredResultsComponent, SyslangPipe, THEMES, TextChunkService, ThemeProviderDirective, ThemeSelectorComponent, ThemeStore, ThemeToggleComponent, TranslocoDateImpurePipe, UserProfileDialog, UserProfileFormComponent, UserProfileService, UserSettingsStore, applyThemeToNativeElement, auditInterceptorFn, authInterceptorFn, bodyInterceptorFn, bootstrapApp, buildQuery, debouncedSignal, errorInterceptorFn, getCurrentPath, getCurrentQueryName, getQueryNameFromRoute, injectRouteNavigation, processCssVars, queryNameResolver, signIn, themeColorNameToCssVariable, themeColorsToCssVariables, toastInterceptorFn, withAggregationsFeatures, withAlertsFeatures, withAppFeatures, withApplicationFeatures, withAssistantFeatures, withBasketsFeatures, withBookmarkFeatures, withBootstrapApp, withExtractsFeatures, withFetch, withMultiSelectionFeatures, withPrincipalFeatures, withQueryParamsFeatures, withRecentSearchesFeatures, withSavedSearchesFeatures, withSelectionFeatures, withThemeBodyHook, withThemes, withThemesFeatures, withUserSettingsFeatures };
|
|
14982
15011
|
export type { AgentUserSettings, AggEx, AggregationEx, AggregationListEx, AggregationListItem, AggregationTitle, AggregationTreeEx, AggregationsState, AppCJson, AppFeatures, ApplicationState, ArticleMetadata, AssistantDetails, Autocomplete, Basket, Bookmark, BookmarksConfig, CAggregation, CAggregationItem, CCAppState, CCWebServiceLabels, CConverter, CFilter, CFilterEx, CFilterItem, CJ, CJson, CJsonMint, CSources, CollectionsConfig, ComponentMapping, CssVars, DateRange, DocumentOffsets, DocumentPages, DocumentTypeMap, DropdownItem, ExportQueryOptions, Extract, FilterDropdown, KeyboardNavigationOnSelectionHandlers, KeyboardNavigatorOptions, LabelsConfig, MultiSelectionState, MultiSelectionToolbarVariants, NavRouteTab, PageConfiguration, PreviewEvents, PreviewHighlight, PreviewHighlightName, PreviewHighlights, PrincipalState, SearchItem, SearchOptions, SearchesConfig, SelectionHistoryEvent, SelectionState, SelectionStrategy, SideCJson, SortingChoice, Theme, ThemeBodyHookParameters, ThemeScope, ThemeStoreState, UserSettingsState };
|