@abp/ng.core 6.0.1 → 7.0.0-rc.1
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/esm2020/lib/core.module.mjs +3 -1
- package/esm2020/lib/providers/include-localization-resources.provider.mjs +6 -0
- package/esm2020/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.mjs +1 -1
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.mjs +1 -1
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.mjs +3 -2
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.mjs +24 -0
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.mjs +2 -1
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.mjs +1 -1
- package/esm2020/lib/proxy/volo/abp/http/modeling/models.mjs +1 -1
- package/esm2020/lib/services/config-state.service.mjs +37 -7
- package/esm2020/lib/services/localization.service.mjs +35 -6
- package/esm2020/lib/tokens/include-localization-resources.token.mjs +3 -0
- package/esm2020/lib/tokens/index.mjs +2 -1
- package/fesm2015/abp-ng.core.mjs +99 -12
- package/fesm2015/abp-ng.core.mjs.map +1 -1
- package/fesm2020/abp-ng.core.mjs +97 -12
- package/fesm2020/abp-ng.core.mjs.map +1 -1
- package/lib/providers/include-localization-resources.provider.d.ts +2 -0
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.d.ts +2 -2
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.d.ts +11 -0
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.d.ts +1 -0
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.d.ts +16 -1
- package/lib/proxy/volo/abp/http/modeling/models.d.ts +8 -0
- package/lib/services/config-state.service.d.ts +29 -7
- package/lib/strategies/auth-flow.strategy.d.ts +22 -6
- package/lib/tokens/include-localization-resources.token.d.ts +2 -0
- package/lib/tokens/index.d.ts +1 -0
- package/lib/utils/auth-utils.d.ts +11 -3
- package/lib/utils/initial-utils.d.ts +11 -3
- package/package.json +2 -2
|
@@ -6,4 +6,5 @@ export * from './lodaer-delay.token';
|
|
|
6
6
|
export * from './manage-profile.token';
|
|
7
7
|
export * from './options.token';
|
|
8
8
|
export * from './tenant-key.token';
|
|
9
|
-
|
|
9
|
+
export * from './include-localization-resources.token';
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb3JlL3NyYy9saWIvdG9rZW5zL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx3Q0FBd0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYXBwLWNvbmZpZy50b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vY29va2llLWxhbmd1YWdlLWtleS50b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGlzdC50b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbG9jYWxpemF0aW9uLnRva2VuJztcclxuZXhwb3J0ICogZnJvbSAnLi9sb2RhZXItZGVsYXkudG9rZW4nO1xyXG5leHBvcnQgKiBmcm9tICcuL21hbmFnZS1wcm9maWxlLnRva2VuJztcclxuZXhwb3J0ICogZnJvbSAnLi9vcHRpb25zLnRva2VuJztcclxuZXhwb3J0ICogZnJvbSAnLi90ZW5hbnQta2V5LnRva2VuJztcclxuZXhwb3J0ICogZnJvbSAnLi9pbmNsdWRlLWxvY2FsaXphdGlvbi1yZXNvdXJjZXMudG9rZW4nOyJdfQ==
|
package/fesm2015/abp-ng.core.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { ChangeDetectorRef, Component, Input, InjectionToken, Injectable, Inject
|
|
|
3
3
|
import * as i1$1 from '@angular/router';
|
|
4
4
|
import { PRIMARY_OUTLET, NavigationCancel, NavigationEnd, NavigationError, NavigationStart, ActivatedRoute, Router, RouterModule } from '@angular/router';
|
|
5
5
|
import { BehaviorSubject, Subject, throwError, Subscription, combineLatest, from, fromEvent, ReplaySubject, of, timer, pipe, Observable, concat } from 'rxjs';
|
|
6
|
-
import { map, distinctUntilChanged, filter, catchError, switchMap, take,
|
|
6
|
+
import { map, distinctUntilChanged, filter, catchError, switchMap, take, tap, debounceTime, mapTo, takeUntil, finalize, retryWhen, delay, shareReplay } from 'rxjs/operators';
|
|
7
7
|
import compare from 'just-compare';
|
|
8
8
|
import { __rest, __awaiter } from 'tslib';
|
|
9
9
|
import * as i1 from '@angular/common/http';
|
|
@@ -134,6 +134,8 @@ function createTreeNodeFilterCreator(key, mapperFn) {
|
|
|
134
134
|
};
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
+
const INCUDE_LOCALIZATION_RESOURCES_TOKEN = new InjectionToken('INCUDE_LOCALIZATION_RESOURCES_TOKEN');
|
|
138
|
+
|
|
137
139
|
function noop() {
|
|
138
140
|
const fn = function () { };
|
|
139
141
|
return fn;
|
|
@@ -372,9 +374,10 @@ class AbpApplicationConfigurationService {
|
|
|
372
374
|
constructor(restService) {
|
|
373
375
|
this.restService = restService;
|
|
374
376
|
this.apiName = 'abp';
|
|
375
|
-
this.get = () => this.restService.request({
|
|
377
|
+
this.get = (options) => this.restService.request({
|
|
376
378
|
method: 'GET',
|
|
377
379
|
url: '/api/abp/application-configuration',
|
|
380
|
+
params: { includeLocalizationResources: options.includeLocalizationResources },
|
|
378
381
|
}, { apiName: this.apiName });
|
|
379
382
|
}
|
|
380
383
|
}
|
|
@@ -387,9 +390,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.1", ngImpor
|
|
|
387
390
|
}]
|
|
388
391
|
}], ctorParameters: function () { return [{ type: RestService }]; } });
|
|
389
392
|
|
|
393
|
+
class AbpApplicationLocalizationService {
|
|
394
|
+
constructor(restService) {
|
|
395
|
+
this.restService = restService;
|
|
396
|
+
this.apiName = 'abp';
|
|
397
|
+
this.get = (input) => this.restService.request({
|
|
398
|
+
method: 'GET',
|
|
399
|
+
url: '/api/abp/application-localization',
|
|
400
|
+
params: { cultureName: input.cultureName, onlyDynamics: input.onlyDynamics },
|
|
401
|
+
}, { apiName: this.apiName });
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
AbpApplicationLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.1", ngImport: i0, type: AbpApplicationLocalizationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
405
|
+
AbpApplicationLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.1", ngImport: i0, type: AbpApplicationLocalizationService, providedIn: 'root' });
|
|
406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.1", ngImport: i0, type: AbpApplicationLocalizationService, decorators: [{
|
|
407
|
+
type: Injectable,
|
|
408
|
+
args: [{
|
|
409
|
+
providedIn: 'root',
|
|
410
|
+
}]
|
|
411
|
+
}], ctorParameters: function () { return [{ type: RestService }]; } });
|
|
412
|
+
|
|
390
413
|
class ConfigStateService {
|
|
391
|
-
constructor(abpConfigService) {
|
|
414
|
+
constructor(abpConfigService, abpApplicationLocalizationService, includeLocalizationResources) {
|
|
392
415
|
this.abpConfigService = abpConfigService;
|
|
416
|
+
this.abpApplicationLocalizationService = abpApplicationLocalizationService;
|
|
417
|
+
this.includeLocalizationResources = includeLocalizationResources;
|
|
393
418
|
this.store = new InternalStore({});
|
|
394
419
|
this.updateSubject = new Subject();
|
|
395
420
|
this.initUpdateStream();
|
|
@@ -399,13 +424,35 @@ class ConfigStateService {
|
|
|
399
424
|
}
|
|
400
425
|
initUpdateStream() {
|
|
401
426
|
this.updateSubject
|
|
402
|
-
.pipe(switchMap(() => this.abpConfigService.get(
|
|
427
|
+
.pipe(switchMap(() => this.abpConfigService.get({
|
|
428
|
+
includeLocalizationResources: this.includeLocalizationResources,
|
|
429
|
+
})))
|
|
430
|
+
.pipe(switchMap(appState => this.getLocalizationAndCombineWithAppState(appState)))
|
|
403
431
|
.subscribe(res => this.store.set(res));
|
|
404
432
|
}
|
|
433
|
+
getLocalizationAndCombineWithAppState(appState) {
|
|
434
|
+
return this.getlocalizationResource(appState.localization.currentCulture.cultureName).pipe(map(result => (Object.assign(Object.assign({}, appState), { localization: Object.assign(Object.assign({}, appState.localization), result) }))));
|
|
435
|
+
}
|
|
436
|
+
getlocalizationResource(cultureName) {
|
|
437
|
+
return this.abpApplicationLocalizationService.get({
|
|
438
|
+
cultureName: cultureName,
|
|
439
|
+
onlyDynamics: false,
|
|
440
|
+
});
|
|
441
|
+
}
|
|
405
442
|
refreshAppState() {
|
|
406
443
|
this.updateSubject.next();
|
|
407
444
|
return this.createOnUpdateStream(state => state).pipe(take(1));
|
|
408
445
|
}
|
|
446
|
+
refreshLocalization(lang) {
|
|
447
|
+
if (this.includeLocalizationResources) {
|
|
448
|
+
return this.refreshAppState().pipe(map(() => null));
|
|
449
|
+
}
|
|
450
|
+
else {
|
|
451
|
+
return this.getlocalizationResource(lang)
|
|
452
|
+
.pipe(tap(result => this.store.patch({ localization: Object.assign(Object.assign({}, this.store.state.localization), result) })))
|
|
453
|
+
.pipe(map(() => null));
|
|
454
|
+
}
|
|
455
|
+
}
|
|
409
456
|
getOne$(key) {
|
|
410
457
|
return this.store.sliceState(state => state[key]);
|
|
411
458
|
}
|
|
@@ -508,14 +555,19 @@ class ConfigStateService {
|
|
|
508
555
|
return this.store.sliceState(state => this.isGlobalFeatureEnabled(key, state.globalFeatures));
|
|
509
556
|
}
|
|
510
557
|
}
|
|
511
|
-
ConfigStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.1", ngImport: i0, type: ConfigStateService, deps: [{ token: AbpApplicationConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
558
|
+
ConfigStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.1", ngImport: i0, type: ConfigStateService, deps: [{ token: AbpApplicationConfigurationService }, { token: AbpApplicationLocalizationService }, { token: INCUDE_LOCALIZATION_RESOURCES_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
512
559
|
ConfigStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.1", ngImport: i0, type: ConfigStateService, providedIn: 'root' });
|
|
513
560
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.1", ngImport: i0, type: ConfigStateService, decorators: [{
|
|
514
561
|
type: Injectable,
|
|
515
562
|
args: [{
|
|
516
563
|
providedIn: 'root',
|
|
517
564
|
}]
|
|
518
|
-
}], ctorParameters: function () {
|
|
565
|
+
}], ctorParameters: function () {
|
|
566
|
+
return [{ type: AbpApplicationConfigurationService }, { type: AbpApplicationLocalizationService }, { type: undefined, decorators: [{
|
|
567
|
+
type: Inject,
|
|
568
|
+
args: [INCUDE_LOCALIZATION_RESOURCES_TOKEN]
|
|
569
|
+
}] }];
|
|
570
|
+
} });
|
|
519
571
|
function splitKeys(keys) {
|
|
520
572
|
if (typeof keys === 'string') {
|
|
521
573
|
keys = keys.split('.');
|
|
@@ -975,11 +1027,16 @@ class LocalizationService {
|
|
|
975
1027
|
}
|
|
976
1028
|
initLocalizationValues() {
|
|
977
1029
|
localizations$.subscribe(val => this.addLocalization(val));
|
|
978
|
-
const
|
|
1030
|
+
const legacyResources$ = this.configState.getDeep$('localization.values');
|
|
1031
|
+
const remoteLocalizations$ = this.configState.getDeep$('localization.resources');
|
|
979
1032
|
const currentLanguage$ = this.sessionState.getLanguage$();
|
|
980
1033
|
const uiLocalizations$ = combineLatest([currentLanguage$, this.uiLocalizations$]).pipe(map(([currentLang, localizations]) => localizations.get(currentLang)));
|
|
981
|
-
combineLatest([remoteLocalizations$, uiLocalizations$])
|
|
982
|
-
.pipe(map(([
|
|
1034
|
+
combineLatest([legacyResources$, remoteLocalizations$, uiLocalizations$])
|
|
1035
|
+
.pipe(map(([legacy, resource, local]) => {
|
|
1036
|
+
if (!resource) {
|
|
1037
|
+
return;
|
|
1038
|
+
}
|
|
1039
|
+
const remote = combineLegacyandNewResources(legacy || {}, resource);
|
|
983
1040
|
if (remote) {
|
|
984
1041
|
if (!local) {
|
|
985
1042
|
local = new Map();
|
|
@@ -1014,7 +1071,7 @@ class LocalizationService {
|
|
|
1014
1071
|
listenToSetLanguage() {
|
|
1015
1072
|
this.sessionState
|
|
1016
1073
|
.onLanguageChange$()
|
|
1017
|
-
.pipe(filter(lang => this.configState.getDeep('localization.currentCulture.cultureName') !== lang), switchMap(lang => this.configState.
|
|
1074
|
+
.pipe(filter(lang => this.configState.getDeep('localization.currentCulture.cultureName') !== lang), switchMap(lang => this.configState.refreshLocalization(lang).pipe(map(() => lang))), switchMap(lang => from(this.registerLocale(lang).then(() => lang))))
|
|
1018
1075
|
.subscribe(lang => this._languageChange$.next(lang));
|
|
1019
1076
|
}
|
|
1020
1077
|
registerLocale(locale) {
|
|
@@ -1119,7 +1176,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.1", ngImpor
|
|
|
1119
1176
|
}, {
|
|
1120
1177
|
type: SkipSelf
|
|
1121
1178
|
}] }, { type: ConfigStateService }];
|
|
1122
|
-
} });
|
|
1179
|
+
} });
|
|
1180
|
+
function recursivelyMergeBaseResources(baseResourceName, source) {
|
|
1181
|
+
const item = source[baseResourceName];
|
|
1182
|
+
if (item.baseResources.length === 0) {
|
|
1183
|
+
return item;
|
|
1184
|
+
}
|
|
1185
|
+
return item.baseResources.reduce((acc, baseResource) => {
|
|
1186
|
+
const baseItem = recursivelyMergeBaseResources(baseResource, source);
|
|
1187
|
+
const texts = Object.assign(Object.assign({}, baseItem.texts), item.texts);
|
|
1188
|
+
return Object.assign(Object.assign({}, acc), { texts });
|
|
1189
|
+
}, item);
|
|
1190
|
+
}
|
|
1191
|
+
function mergeResourcesWithBaseResource(resource) {
|
|
1192
|
+
const entities = Object.keys(resource).map(key => {
|
|
1193
|
+
const newValue = recursivelyMergeBaseResources(key, resource);
|
|
1194
|
+
return [key, newValue];
|
|
1195
|
+
});
|
|
1196
|
+
return entities.reduce((acc, [key, value]) => (Object.assign(Object.assign({}, acc), { [key]: value })), {});
|
|
1197
|
+
}
|
|
1198
|
+
function combineLegacyandNewResources(legacy, resource) {
|
|
1199
|
+
const mergedResource = mergeResourcesWithBaseResource(resource);
|
|
1200
|
+
return Object.entries(mergedResource).reduce((acc, [key, value]) => {
|
|
1201
|
+
return Object.assign(Object.assign({}, acc), { [key]: value.texts });
|
|
1202
|
+
}, legacy);
|
|
1203
|
+
}
|
|
1123
1204
|
|
|
1124
1205
|
class ReplaceableComponentsService {
|
|
1125
1206
|
constructor(ngZone, router) {
|
|
@@ -3582,6 +3663,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.1", ngImpor
|
|
|
3582
3663
|
}] }];
|
|
3583
3664
|
} });
|
|
3584
3665
|
|
|
3666
|
+
const IncludeLocalizationResourcesProvider = {
|
|
3667
|
+
provide: INCUDE_LOCALIZATION_RESOURCES_TOKEN,
|
|
3668
|
+
useValue: false,
|
|
3669
|
+
};
|
|
3670
|
+
|
|
3585
3671
|
function storageFactory() {
|
|
3586
3672
|
return oAuthStorage;
|
|
3587
3673
|
}
|
|
@@ -3805,6 +3891,7 @@ class CoreModule {
|
|
|
3805
3891
|
useValue: localizationContributor(options.localizations),
|
|
3806
3892
|
deps: [LocalizationService],
|
|
3807
3893
|
},
|
|
3894
|
+
IncludeLocalizationResourcesProvider
|
|
3808
3895
|
],
|
|
3809
3896
|
};
|
|
3810
3897
|
}
|
|
@@ -4444,5 +4531,5 @@ const AbpValidators = {
|
|
|
4444
4531
|
* Generated bundle index. Do not edit.
|
|
4445
4532
|
*/
|
|
4446
4533
|
|
|
4447
|
-
export { APP_INIT_ERROR_HANDLERS, AbpApiDefinitionService, AbpApplicationConfigurationService, AbpTenantService, AbpValidators, AbstractNavTreeService, AbstractNgModelComponent, AbstractTreeService, ApiInterceptor, AuditedEntityDto, AuditedEntityWithUserDto, AuthGuard, AuthService, AutofocusDirective, BaseCoreModule, BaseTreeNode, CONTAINER_STRATEGY, CONTENT_SECURITY_STRATEGY, CONTENT_STRATEGY, CONTEXT_STRATEGY, COOKIE_LANGUAGE_KEY, CORE_OPTIONS, CROSS_ORIGIN_STRATEGY, ClearContainerStrategy, ComponentContextStrategy, ComponentProjectionStrategy, ConfigStateService, ContainerStrategy, ContentProjectionService, ContentSecurityStrategy, ContentStrategy, ContextStrategy, CoreModule, CreationAuditedEntityDto, CreationAuditedEntityWithUserDto, CrossOriginStrategy, DOM_STRATEGY, DomInsertionService, DomStrategy, DynamicLayoutComponent, EntityDto, EnvironmentService, ExtensibleAuditedEntityDto, ExtensibleAuditedEntityWithUserDto, ExtensibleCreationAuditedEntityDto, ExtensibleCreationAuditedEntityWithUserDto, ExtensibleEntityDto, ExtensibleFullAuditedEntityDto, ExtensibleFullAuditedEntityWithUserDto, ExtensibleObject, ForDirective, FormSubmitDirective, FullAuditedEntityDto, FullAuditedEntityWithUserDto, HttpErrorReporterService, HttpWaitService, INJECTOR_PIPE_DATA_TOKEN, InitDirective, InputEventDebounceDirective, InsertIntoContainerStrategy, InternalStore, LIST_QUERY_DEBOUNCE_TIME, LOADER_DELAY, LOADING_STRATEGY, LOCALIZATIONS, LazyLoadService, LazyModuleFactory, LimitedResultRequestDto, ListResultDto, ListService, LoadingStrategy, LocalizationModule, LocalizationPipe, LocalizationService, LooseContentSecurityStrategy, MultiTenancyService, NAVIGATE_TO_MANAGE_PROFILE, NavigationEvent, NoContentSecurityStrategy, NoContextStrategy, NoCrossOriginStrategy, index as ObjectExtending, PROJECTION_STRATEGY, PagedAndSortedResultRequestDto, PagedResultDto, PagedResultRequestDto, PermissionDirective, PermissionGuard, PermissionService, ProjectionStrategy, ReplaceableComponentsService, ReplaceableRouteContainerComponent, ReplaceableTemplateDirective, ResourceWaitService, RestService, RootComponentProjectionStrategy, RootCoreModule, RouterEvents, RouterOutletComponent, RouterWaitService, RoutesService, ScriptContentStrategy, ScriptLoadingStrategy, SessionStateService, ShortDatePipe, ShortDateTimePipe, ShortTimePipe, SortPipe, StopPropagationDirective, StyleContentStrategy, StyleLoadingStrategy, SubscriptionService, TENANT_KEY, TemplateContextStrategy, TemplateProjectionStrategy, TimeoutLimitedOAuthService, ToInjectorPipe, TrackByService, WebHttpUrlEncodingCodec, checkAccessToken, coreOptionsFactory, createLocalizationPipeKeyGenerator, createLocalizer, createLocalizerWithFallback, createMapFromList, createTokenParser, createTreeFromList, createTreeNodeFilterCreator, deepMerge, differentLocales, downloadBlob, escapeHtmlChars, exists, featuresFactory, findRoute, fromLazyLoad, generateHash, generatePassword, getInitialData, getLocaleDirection, getPathName, getRemoteEnv, getRoutePath, getShortDateFormat, getShortDateShortTimeFormat, getShortTimeFormat, interpolate, isArray, isNode, isNullOrEmpty, isNullOrUndefined, isNumber, isObject, isObjectAndNotArray, isObjectAndNotArrayNotNode, isUndefinedOrEmptyString, localeInitializer, localizationContributor, localizations$, mapEnumToOptions, noop, parseTenantFromUrl, pipeToLogin, pushValueTo, reloadRoute, removeRememberMe, setRememberMe, setTokenResponseToStorage, storageFactory, trackBy, trackByDeep, uuid, validateCreditCard, validateMinAge, validateRange, validateRequired, validateStringLength, validateUrl };
|
|
4534
|
+
export { APP_INIT_ERROR_HANDLERS, AbpApiDefinitionService, AbpApplicationConfigurationService, AbpApplicationLocalizationService, AbpTenantService, AbpValidators, AbstractNavTreeService, AbstractNgModelComponent, AbstractTreeService, ApiInterceptor, AuditedEntityDto, AuditedEntityWithUserDto, AuthGuard, AuthService, AutofocusDirective, BaseCoreModule, BaseTreeNode, CONTAINER_STRATEGY, CONTENT_SECURITY_STRATEGY, CONTENT_STRATEGY, CONTEXT_STRATEGY, COOKIE_LANGUAGE_KEY, CORE_OPTIONS, CROSS_ORIGIN_STRATEGY, ClearContainerStrategy, ComponentContextStrategy, ComponentProjectionStrategy, ConfigStateService, ContainerStrategy, ContentProjectionService, ContentSecurityStrategy, ContentStrategy, ContextStrategy, CoreModule, CreationAuditedEntityDto, CreationAuditedEntityWithUserDto, CrossOriginStrategy, DOM_STRATEGY, DomInsertionService, DomStrategy, DynamicLayoutComponent, EntityDto, EnvironmentService, ExtensibleAuditedEntityDto, ExtensibleAuditedEntityWithUserDto, ExtensibleCreationAuditedEntityDto, ExtensibleCreationAuditedEntityWithUserDto, ExtensibleEntityDto, ExtensibleFullAuditedEntityDto, ExtensibleFullAuditedEntityWithUserDto, ExtensibleObject, ForDirective, FormSubmitDirective, FullAuditedEntityDto, FullAuditedEntityWithUserDto, HttpErrorReporterService, HttpWaitService, INCUDE_LOCALIZATION_RESOURCES_TOKEN, INJECTOR_PIPE_DATA_TOKEN, InitDirective, InputEventDebounceDirective, InsertIntoContainerStrategy, InternalStore, LIST_QUERY_DEBOUNCE_TIME, LOADER_DELAY, LOADING_STRATEGY, LOCALIZATIONS, LazyLoadService, LazyModuleFactory, LimitedResultRequestDto, ListResultDto, ListService, LoadingStrategy, LocalizationModule, LocalizationPipe, LocalizationService, LooseContentSecurityStrategy, MultiTenancyService, NAVIGATE_TO_MANAGE_PROFILE, NavigationEvent, NoContentSecurityStrategy, NoContextStrategy, NoCrossOriginStrategy, index as ObjectExtending, PROJECTION_STRATEGY, PagedAndSortedResultRequestDto, PagedResultDto, PagedResultRequestDto, PermissionDirective, PermissionGuard, PermissionService, ProjectionStrategy, ReplaceableComponentsService, ReplaceableRouteContainerComponent, ReplaceableTemplateDirective, ResourceWaitService, RestService, RootComponentProjectionStrategy, RootCoreModule, RouterEvents, RouterOutletComponent, RouterWaitService, RoutesService, ScriptContentStrategy, ScriptLoadingStrategy, SessionStateService, ShortDatePipe, ShortDateTimePipe, ShortTimePipe, SortPipe, StopPropagationDirective, StyleContentStrategy, StyleLoadingStrategy, SubscriptionService, TENANT_KEY, TemplateContextStrategy, TemplateProjectionStrategy, TimeoutLimitedOAuthService, ToInjectorPipe, TrackByService, WebHttpUrlEncodingCodec, checkAccessToken, coreOptionsFactory, createLocalizationPipeKeyGenerator, createLocalizer, createLocalizerWithFallback, createMapFromList, createTokenParser, createTreeFromList, createTreeNodeFilterCreator, deepMerge, differentLocales, downloadBlob, escapeHtmlChars, exists, featuresFactory, findRoute, fromLazyLoad, generateHash, generatePassword, getInitialData, getLocaleDirection, getPathName, getRemoteEnv, getRoutePath, getShortDateFormat, getShortDateShortTimeFormat, getShortTimeFormat, interpolate, isArray, isNode, isNullOrEmpty, isNullOrUndefined, isNumber, isObject, isObjectAndNotArray, isObjectAndNotArrayNotNode, isUndefinedOrEmptyString, localeInitializer, localizationContributor, localizations$, mapEnumToOptions, noop, parseTenantFromUrl, pipeToLogin, pushValueTo, reloadRoute, removeRememberMe, setRememberMe, setTokenResponseToStorage, storageFactory, trackBy, trackByDeep, uuid, validateCreditCard, validateMinAge, validateRange, validateRequired, validateStringLength, validateUrl };
|
|
4448
4535
|
//# sourceMappingURL=abp-ng.core.mjs.map
|