@abp/ng.core 8.2.0 → 8.3.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.
Files changed (89) hide show
  1. package/esm2022/lib/abstracts/auth.guard.mjs +3 -3
  2. package/esm2022/lib/abstracts/auth.service.mjs +3 -3
  3. package/esm2022/lib/abstracts/ng-model.component.mjs +3 -3
  4. package/esm2022/lib/clients/http.client.mjs +3 -3
  5. package/esm2022/lib/components/dynamic-layout.component.mjs +3 -3
  6. package/esm2022/lib/components/replaceable-route-container.component.mjs +3 -3
  7. package/esm2022/lib/components/router-outlet.component.mjs +3 -3
  8. package/esm2022/lib/core.module.mjs +24 -114
  9. package/esm2022/lib/directives/autofocus.directive.mjs +3 -3
  10. package/esm2022/lib/directives/caps-lock.directive.mjs +3 -3
  11. package/esm2022/lib/directives/debounce.directive.mjs +3 -3
  12. package/esm2022/lib/directives/for.directive.mjs +3 -3
  13. package/esm2022/lib/directives/form-submit.directive.mjs +3 -3
  14. package/esm2022/lib/directives/init.directive.mjs +3 -3
  15. package/esm2022/lib/directives/permission.directive.mjs +3 -3
  16. package/esm2022/lib/directives/replaceable-template.directive.mjs +3 -3
  17. package/esm2022/lib/directives/show-password.directive.mjs +3 -3
  18. package/esm2022/lib/directives/stop-propagation.directive.mjs +3 -3
  19. package/esm2022/lib/guards/permission.guard.mjs +3 -3
  20. package/esm2022/lib/handlers/index.mjs +2 -0
  21. package/esm2022/lib/handlers/routes.handler.mjs +3 -3
  22. package/esm2022/lib/interceptors/api.interceptor.mjs +3 -3
  23. package/esm2022/lib/localization.module.mjs +4 -4
  24. package/esm2022/lib/models/common.mjs +1 -1
  25. package/esm2022/lib/pipes/localization.pipe.mjs +4 -4
  26. package/esm2022/lib/pipes/safe-html.pipe.mjs +4 -4
  27. package/esm2022/lib/pipes/short-date-time.pipe.mjs +3 -3
  28. package/esm2022/lib/pipes/short-date.pipe.mjs +3 -3
  29. package/esm2022/lib/pipes/short-time.pipe.mjs +3 -3
  30. package/esm2022/lib/pipes/sort.pipe.mjs +4 -4
  31. package/esm2022/lib/pipes/to-injector.pipe.mjs +3 -3
  32. package/esm2022/lib/providers/core-module-config.provider.mjs +130 -0
  33. package/esm2022/lib/providers/index.mjs +5 -0
  34. package/esm2022/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.mjs +3 -3
  35. package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.mjs +3 -3
  36. package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.mjs +3 -3
  37. package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.mjs +3 -3
  38. package/esm2022/lib/services/config-state.service.mjs +3 -3
  39. package/esm2022/lib/services/content-projection.service.mjs +3 -3
  40. package/esm2022/lib/services/dom-insertion.service.mjs +3 -3
  41. package/esm2022/lib/services/environment.service.mjs +3 -3
  42. package/esm2022/lib/services/http-error-reporter.service.mjs +3 -3
  43. package/esm2022/lib/services/http-wait.service.mjs +3 -3
  44. package/esm2022/lib/services/index.mjs +2 -1
  45. package/esm2022/lib/services/internet-connection-service.mjs +3 -3
  46. package/esm2022/lib/services/lazy-load.service.mjs +3 -3
  47. package/esm2022/lib/services/list.service.mjs +3 -3
  48. package/esm2022/lib/services/local-storage-listener.service.mjs +3 -3
  49. package/esm2022/lib/services/local-storage.service.mjs +3 -3
  50. package/esm2022/lib/services/localization.service.mjs +3 -3
  51. package/esm2022/lib/services/multi-tenancy.service.mjs +3 -3
  52. package/esm2022/lib/services/permission.service.mjs +3 -3
  53. package/esm2022/lib/services/replaceable-components.service.mjs +3 -3
  54. package/esm2022/lib/services/resource-wait.service.mjs +3 -3
  55. package/esm2022/lib/services/rest.service.mjs +3 -3
  56. package/esm2022/lib/services/router-events.service.mjs +3 -3
  57. package/esm2022/lib/services/router-wait.service.mjs +3 -3
  58. package/esm2022/lib/services/routes.service.mjs +6 -6
  59. package/esm2022/lib/services/session-state.service.mjs +3 -3
  60. package/esm2022/lib/services/subscription.service.mjs +3 -3
  61. package/esm2022/lib/services/title-strategy.service.mjs +17 -14
  62. package/esm2022/lib/services/track-by.service.mjs +3 -3
  63. package/esm2022/lib/services/window.service.mjs +3 -3
  64. package/esm2022/lib/tokens/index.mjs +3 -1
  65. package/esm2022/lib/tokens/title-strategy-disable-project-name.token.mjs +3 -0
  66. package/esm2022/lib/utils/generator-utils.mjs +5 -5
  67. package/esm2022/locale/utils/register-locale.mjs +55 -1
  68. package/esm2022/public-api.mjs +2 -1
  69. package/esm2022/testing/lib/core-testing.module.mjs +4 -4
  70. package/esm2022/testing/lib/pipes/localization.pipe.mjs +4 -4
  71. package/esm2022/testing/lib/services/mock-permission.service.mjs +3 -3
  72. package/esm2022/testing/lib/services/mock-rest.service.mjs +3 -3
  73. package/fesm2022/abp-ng.core-locale.mjs +55 -1
  74. package/fesm2022/abp-ng.core-locale.mjs.map +1 -1
  75. package/fesm2022/abp-ng.core-testing.mjs +14 -14
  76. package/fesm2022/abp-ng.core.mjs +441 -387
  77. package/fesm2022/abp-ng.core.mjs.map +1 -1
  78. package/lib/core.module.d.ts +6 -0
  79. package/lib/handlers/index.d.ts +1 -0
  80. package/lib/models/common.d.ts +1 -0
  81. package/lib/providers/core-module-config.provider.d.ts +16 -0
  82. package/lib/providers/index.d.ts +4 -0
  83. package/lib/services/index.d.ts +1 -0
  84. package/lib/services/title-strategy.service.d.ts +1 -3
  85. package/lib/tokens/index.d.ts +2 -0
  86. package/lib/tokens/title-strategy-disable-project-name.token.d.ts +2 -0
  87. package/locale/utils/register-locale.d.ts +1 -0
  88. package/package.json +2 -2
  89. package/public-api.d.ts +1 -0
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, ChangeDetectorRef, Component, Input, Injectable, InjectionToken, NgModuleFactory, Injector, Compiler, Inject, signal, computed, Optional, isDevMode, SkipSelf, Directive, EventEmitter, Output, Self, Pipe, NgModule, APP_INITIALIZER, LOCALE_ID, SecurityContext, effect, ElementRef, HostListener, ComponentFactoryResolver, ApplicationRef } from '@angular/core';
2
+ import { inject, ChangeDetectorRef, Component, Input, Injectable, InjectionToken, NgModuleFactory, Injector, Compiler, Inject, signal, computed, effect, Optional, isDevMode, SkipSelf, Directive, EventEmitter, Output, Self, Pipe, NgModule, LOCALE_ID, SecurityContext, APP_INITIALIZER, makeEnvironmentProviders, ElementRef, HostListener, ComponentFactoryResolver, ApplicationRef } from '@angular/core';
3
3
  import { of, BehaviorSubject, Subject, throwError, firstValueFrom, lastValueFrom, Observable, timer, pipe, concat, ReplaySubject, map as map$1, Subscription, combineLatest, from, fromEvent } from 'rxjs';
4
4
  import * as i1$1 from '@angular/router';
5
- import { PRIMARY_OUTLET, NavigationCancel, NavigationEnd, NavigationError, NavigationStart, Router, ActivatedRoute, TitleStrategy, RouterModule } from '@angular/router';
5
+ import { PRIMARY_OUTLET, NavigationCancel, NavigationEnd, NavigationError, NavigationStart, Router, TitleStrategy, ActivatedRoute, RouterModule } from '@angular/router';
6
6
  import * as i1$2 from '@angular/common';
7
7
  import { registerLocaleData, DOCUMENT, DatePipe, DATE_PIPE_DEFAULT_TIMEZONE, CommonModule } from '@angular/common';
8
8
  import { map, distinctUntilChanged, filter, catchError, tap, take, switchMap, mapTo, takeUntil, delay, retryWhen, shareReplay, debounceTime, finalize } from 'rxjs/operators';
@@ -10,10 +10,10 @@ import * as i1 from '@angular/common/http';
10
10
  import { HttpClient, HttpContextToken, HttpContext, HttpParams, HttpErrorResponse, HttpClientModule, HttpClientXsrfModule, HttpHeaders } from '@angular/common/http';
11
11
  import compare from 'just-compare';
12
12
  import clone from 'just-clone';
13
+ import { toSignal } from '@angular/core/rxjs-interop';
14
+ import { Title, DomSanitizer } from '@angular/platform-browser';
13
15
  import * as i1$3 from '@angular/forms';
14
16
  import { FormsModule, ReactiveFormsModule, Validators } from '@angular/forms';
15
- import { DomSanitizer, Title } from '@angular/platform-browser';
16
- import { toSignal } from '@angular/core/rxjs-interop';
17
17
 
18
18
  // Not an abstract class on purpose. Do not change!
19
19
  class AbstractNgModelComponent {
@@ -53,10 +53,10 @@ class AbstractNgModelComponent {
53
53
  setDisabledState(isDisabled) {
54
54
  this.disabled = isDisabled;
55
55
  }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbstractNgModelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
57
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: AbstractNgModelComponent, selector: "ng-component", inputs: { disabled: "disabled", readonly: "readonly", valueFn: "valueFn", valueLimitFn: "valueLimitFn", value: "value" }, ngImport: i0, template: '', isInline: true }); }
56
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbstractNgModelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
57
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: AbstractNgModelComponent, selector: "ng-component", inputs: { disabled: "disabled", readonly: "readonly", valueFn: "valueFn", valueLimitFn: "valueLimitFn", value: "value" }, ngImport: i0, template: '', isInline: true }); }
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbstractNgModelComponent, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbstractNgModelComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{ template: '' }]
62
62
  }], propDecorators: { disabled: [{
@@ -79,10 +79,10 @@ class AuthGuard {
79
79
  console.error('You should add @abp/ng-oauth packages or create your own auth packages.');
80
80
  return false;
81
81
  }
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
83
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthGuard, providedIn: 'root' }); }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
83
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthGuard, providedIn: 'root' }); }
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthGuard, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthGuard, decorators: [{
86
86
  type: Injectable,
87
87
  args: [{
88
88
  providedIn: 'root',
@@ -147,10 +147,10 @@ class AuthService {
147
147
  this.warningMessage();
148
148
  return Promise.resolve(undefined);
149
149
  }
150
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
151
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthService, providedIn: 'root' }); }
150
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
151
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthService, providedIn: 'root' }); }
152
152
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthService, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthService, decorators: [{
154
154
  type: Injectable,
155
155
  args: [{
156
156
  providedIn: 'root',
@@ -283,10 +283,10 @@ class ContentProjectionService {
283
283
  projectContent(projectionStrategy, injector = this.injector) {
284
284
  return projectionStrategy.injectContent(injector);
285
285
  }
286
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ContentProjectionService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
287
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ContentProjectionService, providedIn: 'root' }); }
286
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentProjectionService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
287
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentProjectionService, providedIn: 'root' }); }
288
288
  }
289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ContentProjectionService, decorators: [{
289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentProjectionService, decorators: [{
290
290
  type: Injectable,
291
291
  args: [{ providedIn: 'root' }]
292
292
  }], ctorParameters: () => [{ type: i0.Injector }] });
@@ -451,10 +451,10 @@ class EnvironmentService {
451
451
  getIssuer$() {
452
452
  return this.store.sliceState(state => state?.oAuthConfig?.issuer).pipe(map(mapToIssuer));
453
453
  }
454
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
455
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
454
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
455
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
456
456
  }
457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: EnvironmentService, decorators: [{
457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EnvironmentService, decorators: [{
458
458
  type: Injectable,
459
459
  args: [{ providedIn: 'root' }]
460
460
  }] });
@@ -477,10 +477,10 @@ class HttpErrorReporterService {
477
477
  this._reporter$.next(error);
478
478
  this._errors$.next([...this.errors, error]);
479
479
  }
480
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: HttpErrorReporterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
481
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: HttpErrorReporterService, providedIn: 'root' }); }
480
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpErrorReporterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
481
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpErrorReporterService, providedIn: 'root' }); }
482
482
  }
483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: HttpErrorReporterService, decorators: [{
483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpErrorReporterService, decorators: [{
484
484
  type: Injectable,
485
485
  args: [{ providedIn: 'root' }]
486
486
  }] });
@@ -584,10 +584,10 @@ function generateHash(value) {
584
584
  }
585
585
  function generatePassword(length = 8) {
586
586
  length = Math.min(Math.max(4, length), 128);
587
- const lowers = 'abcdefghijklmnopqrstuvwxyz';
588
- const uppers = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
589
- const numbers = '0123456789';
590
- const specials = '!@#$%&*()_+{}<>?[]./';
587
+ const lowers = 'abcdefghjkmnpqrstuvwxyz';
588
+ const uppers = 'ABCDEFGHJKMNPQRSTUVWXYZ';
589
+ const numbers = '23456789';
590
+ const specials = '!*_#/+-.';
591
591
  const all = lowers + uppers + numbers + specials;
592
592
  const getRandom = (chrSet) => chrSet[Math.floor(Math.random() * chrSet.length)];
593
593
  const password = Array({ length });
@@ -640,10 +640,10 @@ class AbpLocalStorageService {
640
640
  setItem(key, value) {
641
641
  localStorage.setItem(key, value);
642
642
  }
643
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpLocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
644
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpLocalStorageService, providedIn: 'root' }); }
643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpLocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
644
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpLocalStorageService, providedIn: 'root' }); }
645
645
  }
646
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpLocalStorageService, decorators: [{
646
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpLocalStorageService, decorators: [{
647
647
  type: Injectable,
648
648
  args: [{
649
649
  providedIn: 'root',
@@ -711,10 +711,10 @@ class SessionStateService {
711
711
  this.store.patch({ language });
712
712
  document.documentElement.setAttribute('lang', language);
713
713
  }
714
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SessionStateService, deps: [{ token: ConfigStateService }, { token: AbpLocalStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
715
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SessionStateService, providedIn: 'root' }); }
714
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionStateService, deps: [{ token: ConfigStateService }, { token: AbpLocalStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
715
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionStateService, providedIn: 'root' }); }
716
716
  }
717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SessionStateService, decorators: [{
717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionStateService, decorators: [{
718
718
  type: Injectable,
719
719
  args: [{
720
720
  providedIn: 'root',
@@ -736,10 +736,10 @@ class AbpTenantService {
736
736
  url: `/api/abp/multi-tenancy/tenants/by-name/${name}`,
737
737
  }, { apiName: this.apiName, ...config });
738
738
  }
739
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpTenantService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
740
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpTenantService, providedIn: 'root' }); }
739
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpTenantService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
740
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpTenantService, providedIn: 'root' }); }
741
741
  }
742
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpTenantService, decorators: [{
742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpTenantService, decorators: [{
743
743
  type: Injectable,
744
744
  args: [{
745
745
  providedIn: 'root',
@@ -764,10 +764,10 @@ class ExternalHttpClient extends HttpClient {
764
764
  optionsOrRequest.context ??= new HttpContext();
765
765
  optionsOrRequest.context.set(IS_EXTERNAL_REQUEST, true);
766
766
  }
767
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ExternalHttpClient, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
768
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ExternalHttpClient, providedIn: 'root' }); }
767
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExternalHttpClient, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
768
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExternalHttpClient, providedIn: 'root' }); }
769
769
  }
770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ExternalHttpClient, decorators: [{
770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExternalHttpClient, decorators: [{
771
771
  type: Injectable,
772
772
  args: [{
773
773
  providedIn: 'root',
@@ -825,10 +825,10 @@ class RestService {
825
825
  removeDuplicateSlashes(url) {
826
826
  return url.replace(/([^:]\/)\/+/g, '$1');
827
827
  }
828
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RestService, deps: [{ token: CORE_OPTIONS }, { token: i1.HttpClient }, { token: ExternalHttpClient }, { token: EnvironmentService }, { token: HttpErrorReporterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
829
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RestService, providedIn: 'root' }); }
828
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, deps: [{ token: CORE_OPTIONS }, { token: i1.HttpClient }, { token: ExternalHttpClient }, { token: EnvironmentService }, { token: HttpErrorReporterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
829
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, providedIn: 'root' }); }
830
830
  }
831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RestService, decorators: [{
831
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, decorators: [{
832
832
  type: Injectable,
833
833
  args: [{
834
834
  providedIn: 'root',
@@ -863,10 +863,10 @@ class MultiTenancyService {
863
863
  .findTenantById(tenantId)
864
864
  .pipe(switchMap(this.setTenantToState));
865
865
  }
866
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: MultiTenancyService, deps: [{ token: RestService }, { token: SessionStateService }, { token: AbpTenantService }, { token: ConfigStateService }, { token: TENANT_KEY }], target: i0.ɵɵFactoryTarget.Injectable }); }
867
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: MultiTenancyService, providedIn: 'root' }); }
866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MultiTenancyService, deps: [{ token: RestService }, { token: SessionStateService }, { token: AbpTenantService }, { token: ConfigStateService }, { token: TENANT_KEY }], target: i0.ɵɵFactoryTarget.Injectable }); }
867
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MultiTenancyService, providedIn: 'root' }); }
868
868
  }
869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: MultiTenancyService, decorators: [{
869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MultiTenancyService, decorators: [{
870
870
  type: Injectable,
871
871
  args: [{ providedIn: 'root' }]
872
872
  }], ctorParameters: () => [{ type: RestService }, { type: SessionStateService }, { type: AbpTenantService }, { type: ConfigStateService }, { type: undefined, decorators: [{
@@ -1260,10 +1260,10 @@ class DomInsertionService {
1260
1260
  const hash = generateHash(content);
1261
1261
  return this.inserted.has(hash);
1262
1262
  }
1263
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: DomInsertionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1264
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: DomInsertionService, providedIn: 'root' }); }
1263
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DomInsertionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1264
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DomInsertionService, providedIn: 'root' }); }
1265
1265
  }
1266
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: DomInsertionService, decorators: [{
1266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DomInsertionService, decorators: [{
1267
1267
  type: Injectable,
1268
1268
  args: [{ providedIn: 'root' }]
1269
1269
  }] });
@@ -1328,10 +1328,10 @@ class HttpWaitService {
1328
1328
  const { method, endpoint } = filteredRequest;
1329
1329
  return endpoint === request.endpoint && method === request.method;
1330
1330
  }
1331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: HttpWaitService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1332
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: HttpWaitService, providedIn: 'root' }); }
1331
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpWaitService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1332
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpWaitService, providedIn: 'root' }); }
1333
1333
  }
1334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: HttpWaitService, decorators: [{
1334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpWaitService, decorators: [{
1335
1335
  type: Injectable,
1336
1336
  args: [{
1337
1337
  providedIn: 'root',
@@ -1364,10 +1364,10 @@ class ResourceWaitService {
1364
1364
  resources.delete(resource);
1365
1365
  this.store.patch({ resources });
1366
1366
  }
1367
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ResourceWaitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1368
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ResourceWaitService, providedIn: 'root' }); }
1367
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ResourceWaitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1368
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ResourceWaitService, providedIn: 'root' }); }
1369
1369
  }
1370
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ResourceWaitService, decorators: [{
1370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ResourceWaitService, decorators: [{
1371
1371
  type: Injectable,
1372
1372
  args: [{
1373
1373
  providedIn: 'root',
@@ -1398,10 +1398,10 @@ class LazyLoadService {
1398
1398
  this.loaded.delete(path);
1399
1399
  return true;
1400
1400
  }
1401
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LazyLoadService, deps: [{ token: ResourceWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1402
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LazyLoadService, providedIn: 'root' }); }
1401
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LazyLoadService, deps: [{ token: ResourceWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1402
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LazyLoadService, providedIn: 'root' }); }
1403
1403
  }
1404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LazyLoadService, decorators: [{
1404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LazyLoadService, decorators: [{
1405
1405
  type: Injectable,
1406
1406
  args: [{
1407
1407
  providedIn: 'root',
@@ -1513,10 +1513,10 @@ class ListService {
1513
1513
  sorting: this._sortOrder ? `${this._sortKey} ${this._sortOrder}` : undefined,
1514
1514
  });
1515
1515
  }
1516
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ListService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1517
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ListService }); }
1516
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1517
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListService }); }
1518
1518
  }
1519
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ListService, decorators: [{
1519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListService, decorators: [{
1520
1520
  type: Injectable
1521
1521
  }], ctorParameters: () => [{ type: i0.Injector }] });
1522
1522
 
@@ -1570,10 +1570,10 @@ class PermissionService {
1570
1570
  getPolicy(key, grantedPolicies) {
1571
1571
  return grantedPolicies[key] || false;
1572
1572
  }
1573
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionService, deps: [{ token: ConfigStateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1574
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionService, providedIn: 'root' }); }
1573
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionService, deps: [{ token: ConfigStateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1574
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionService, providedIn: 'root' }); }
1575
1575
  }
1576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionService, decorators: [{
1576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionService, decorators: [{
1577
1577
  type: Injectable,
1578
1578
  args: [{ providedIn: 'root' }]
1579
1579
  }], ctorParameters: () => [{ type: ConfigStateService }] });
@@ -1612,10 +1612,10 @@ class ReplaceableComponentsService {
1612
1612
  get$(replaceableComponentKey) {
1613
1613
  return this.replaceableComponents$.pipe(map(components => components.find(component => component.key === replaceableComponentKey)));
1614
1614
  }
1615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ReplaceableComponentsService, deps: [{ token: i0.NgZone }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
1616
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ReplaceableComponentsService, providedIn: 'root' }); }
1615
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReplaceableComponentsService, deps: [{ token: i0.NgZone }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
1616
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReplaceableComponentsService, providedIn: 'root' }); }
1617
1617
  }
1618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ReplaceableComponentsService, decorators: [{
1618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReplaceableComponentsService, decorators: [{
1619
1619
  type: Injectable,
1620
1620
  args: [{ providedIn: 'root' }]
1621
1621
  }], ctorParameters: () => [{ type: i0.NgZone }, { type: i1$1.Router }] });
@@ -1659,10 +1659,10 @@ class RouterEvents {
1659
1659
  const keys = Object.keys(NavigationEvent);
1660
1660
  return this.getNavigationEvents(...keys);
1661
1661
  }
1662
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterEvents, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1663
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterEvents, providedIn: 'root' }); }
1662
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterEvents, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1663
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterEvents, providedIn: 'root' }); }
1664
1664
  }
1665
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterEvents, decorators: [{
1665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterEvents, decorators: [{
1666
1666
  type: Injectable,
1667
1667
  args: [{ providedIn: 'root' }]
1668
1668
  }], ctorParameters: () => [] });
@@ -1699,10 +1699,10 @@ class RouterWaitService {
1699
1699
  setLoading(loading) {
1700
1700
  this.store.patch({ loading });
1701
1701
  }
1702
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterWaitService, deps: [{ token: RouterEvents }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1703
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterWaitService, providedIn: 'root' }); }
1702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterWaitService, deps: [{ token: RouterEvents }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1703
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterWaitService, providedIn: 'root' }); }
1704
1704
  }
1705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterWaitService, decorators: [{
1705
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterWaitService, decorators: [{
1706
1706
  type: Injectable,
1707
1707
  args: [{
1708
1708
  providedIn: 'root',
@@ -1757,6 +1757,10 @@ function compareFuncFactory() {
1757
1757
  return fn;
1758
1758
  }
1759
1759
 
1760
+ const DYNAMIC_LAYOUTS_TOKEN = new InjectionToken('DYNAMIC_LAYOUTS');
1761
+
1762
+ const DISABLE_PROJECT_NAME = new InjectionToken('DISABLE_APP_NAME');
1763
+
1760
1764
  // eslint-disable-next-line @typescript-eslint/ban-types
1761
1765
  class AbstractTreeService {
1762
1766
  constructor() {
@@ -1924,10 +1928,10 @@ class AbstractNavTreeService extends AbstractTreeService {
1924
1928
  ngOnDestroy() {
1925
1929
  this.subscription.unsubscribe();
1926
1930
  }
1927
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbstractNavTreeService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1928
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbstractNavTreeService }); }
1931
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbstractNavTreeService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1932
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbstractNavTreeService }); }
1929
1933
  }
1930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbstractNavTreeService, decorators: [{
1934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbstractNavTreeService, decorators: [{
1931
1935
  type: Injectable
1932
1936
  }], ctorParameters: () => [{ type: i0.Injector }] });
1933
1937
  class RoutesService extends AbstractNavTreeService {
@@ -1940,10 +1944,10 @@ class RoutesService extends AbstractNavTreeService {
1940
1944
  get groupedVisible$() {
1941
1945
  return this.visible$.pipe(map$1(items => items.filter(item => this.hasPathOrChild(item))), map$1(visible => this.createGroupedTree(visible)));
1942
1946
  }
1943
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RoutesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1944
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RoutesService, providedIn: 'root' }); }
1947
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RoutesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1948
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RoutesService, providedIn: 'root' }); }
1945
1949
  }
1946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RoutesService, decorators: [{
1950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RoutesService, decorators: [{
1947
1951
  type: Injectable,
1948
1952
  args: [{ providedIn: 'root' }]
1949
1953
  }] });
@@ -1981,10 +1985,10 @@ class SubscriptionService {
1981
1985
  this.subscription.unsubscribe();
1982
1986
  this.subscription = new Subscription();
1983
1987
  }
1984
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SubscriptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1985
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SubscriptionService }); }
1988
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1989
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService }); }
1986
1990
  }
1987
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SubscriptionService, decorators: [{
1991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService, decorators: [{
1988
1992
  type: Injectable
1989
1993
  }] });
1990
1994
 
@@ -1997,10 +2001,10 @@ class TrackByService {
1997
2001
  this.by = trackBy;
1998
2002
  this.byDeep = trackByDeep;
1999
2003
  }
2000
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TrackByService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2001
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TrackByService, providedIn: 'root' }); }
2004
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TrackByService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2005
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TrackByService, providedIn: 'root' }); }
2002
2006
  }
2003
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TrackByService, decorators: [{
2007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TrackByService, decorators: [{
2004
2008
  type: Injectable,
2005
2009
  args: [{
2006
2010
  providedIn: 'root',
@@ -2037,10 +2041,10 @@ class AbpWindowService {
2037
2041
  this.window.URL.revokeObjectURL(blobUrl);
2038
2042
  this.document.body.removeChild(a);
2039
2043
  }
2040
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpWindowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2041
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpWindowService, providedIn: 'root' }); }
2044
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpWindowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2045
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpWindowService, providedIn: 'root' }); }
2042
2046
  }
2043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpWindowService, decorators: [{
2047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpWindowService, decorators: [{
2044
2048
  type: Injectable,
2045
2049
  args: [{ providedIn: 'root' }]
2046
2050
  }] });
@@ -2063,10 +2067,10 @@ class InternetConnectionService {
2063
2067
  get networkStatus$() {
2064
2068
  return this.status$.asObservable();
2065
2069
  }
2066
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: InternetConnectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2067
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: InternetConnectionService, providedIn: 'root' }); }
2070
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InternetConnectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2071
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InternetConnectionService, providedIn: 'root' }); }
2068
2072
  }
2069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: InternetConnectionService, decorators: [{
2073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InternetConnectionService, decorators: [{
2070
2074
  type: Injectable,
2071
2075
  args: [{
2072
2076
  providedIn: 'root',
@@ -2082,10 +2086,49 @@ class LocalStorageListenerService {
2082
2086
  }
2083
2087
  });
2084
2088
  }
2085
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalStorageListenerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2086
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalStorageListenerService, providedIn: 'root' }); }
2089
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalStorageListenerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2090
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalStorageListenerService, providedIn: 'root' }); }
2091
+ }
2092
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalStorageListenerService, decorators: [{
2093
+ type: Injectable,
2094
+ args: [{
2095
+ providedIn: 'root',
2096
+ }]
2097
+ }], ctorParameters: () => [] });
2098
+
2099
+ class AbpTitleStrategy extends TitleStrategy {
2100
+ constructor() {
2101
+ super();
2102
+ this.title = inject(Title);
2103
+ this.localizationService = inject(LocalizationService);
2104
+ this.disableProjectName = inject(DISABLE_PROJECT_NAME, { optional: true });
2105
+ this.langugageChange = toSignal(this.localizationService.languageChange$);
2106
+ effect(() => {
2107
+ if (this.langugageChange()) {
2108
+ this.updateTitle(this.routerState);
2109
+ }
2110
+ });
2111
+ }
2112
+ updateTitle(routerState) {
2113
+ this.routerState = routerState;
2114
+ const title = this.buildTitle(routerState);
2115
+ const projectName = this.localizationService.instant({
2116
+ key: '::AppName',
2117
+ defaultValue: 'MyProjectName',
2118
+ });
2119
+ if (!title) {
2120
+ return this.title.setTitle(projectName);
2121
+ }
2122
+ let localizedText = this.localizationService.instant({ key: title, defaultValue: title });
2123
+ if (!this.disableProjectName) {
2124
+ localizedText += ` | ${projectName}`;
2125
+ }
2126
+ this.title.setTitle(localizedText);
2127
+ }
2128
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpTitleStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2129
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpTitleStrategy, providedIn: 'root' }); }
2087
2130
  }
2088
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalStorageListenerService, decorators: [{
2131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpTitleStrategy, decorators: [{
2089
2132
  type: Injectable,
2090
2133
  args: [{
2091
2134
  providedIn: 'root',
@@ -2102,10 +2145,10 @@ class AbpApplicationConfigurationService {
2102
2145
  params: { includeLocalizationResources: options.includeLocalizationResources },
2103
2146
  }, { apiName: this.apiName, ...config });
2104
2147
  }
2105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApplicationConfigurationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2106
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApplicationConfigurationService, providedIn: 'root' }); }
2148
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApplicationConfigurationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2149
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApplicationConfigurationService, providedIn: 'root' }); }
2107
2150
  }
2108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApplicationConfigurationService, decorators: [{
2151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApplicationConfigurationService, decorators: [{
2109
2152
  type: Injectable,
2110
2153
  args: [{
2111
2154
  providedIn: 'root',
@@ -2122,10 +2165,10 @@ class AbpApplicationLocalizationService {
2122
2165
  params: { cultureName: input.cultureName, onlyDynamics: input.onlyDynamics },
2123
2166
  }, { apiName: this.apiName, ...config });
2124
2167
  }
2125
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApplicationLocalizationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2126
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApplicationLocalizationService, providedIn: 'root' }); }
2168
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApplicationLocalizationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2169
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApplicationLocalizationService, providedIn: 'root' }); }
2127
2170
  }
2128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApplicationLocalizationService, decorators: [{
2171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApplicationLocalizationService, decorators: [{
2129
2172
  type: Injectable,
2130
2173
  args: [{
2131
2174
  providedIn: 'root',
@@ -2277,10 +2320,10 @@ class ConfigStateService {
2277
2320
  getGlobalFeatureIsEnabled$(key) {
2278
2321
  return this.store.sliceState(state => this.isGlobalFeatureEnabled(key, state.globalFeatures));
2279
2322
  }
2280
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ConfigStateService, deps: [{ token: AbpApplicationConfigurationService }, { token: AbpApplicationLocalizationService }, { token: INCUDE_LOCALIZATION_RESOURCES_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
2281
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ConfigStateService, providedIn: 'root' }); }
2323
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConfigStateService, deps: [{ token: AbpApplicationConfigurationService }, { token: AbpApplicationLocalizationService }, { token: INCUDE_LOCALIZATION_RESOURCES_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
2324
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConfigStateService, providedIn: 'root' }); }
2282
2325
  }
2283
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ConfigStateService, decorators: [{
2326
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConfigStateService, decorators: [{
2284
2327
  type: Injectable,
2285
2328
  args: [{
2286
2329
  providedIn: 'root',
@@ -2470,10 +2513,10 @@ class LocalizationService {
2470
2513
  localization = '';
2471
2514
  return localization || defaultValue || key;
2472
2515
  }
2473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationService, deps: [{ token: SessionStateService }, { token: i0.Injector }, { token: LocalizationService, optional: true, skipSelf: true }, { token: ConfigStateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2474
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
2516
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationService, deps: [{ token: SessionStateService }, { token: i0.Injector }, { token: LocalizationService, optional: true, skipSelf: true }, { token: ConfigStateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2517
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
2475
2518
  }
2476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationService, decorators: [{
2519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationService, decorators: [{
2477
2520
  type: Injectable,
2478
2521
  args: [{ providedIn: 'root' }]
2479
2522
  }], ctorParameters: () => [{ type: SessionStateService }, { type: i0.Injector }, { type: LocalizationService, decorators: [{
@@ -2506,8 +2549,6 @@ function combineLegacyandNewResources(legacy, resource) {
2506
2549
  }, legacy);
2507
2550
  }
2508
2551
 
2509
- const DYNAMIC_LAYOUTS_TOKEN = new InjectionToken('DYNAMIC_LAYOUTS');
2510
-
2511
2552
  class DynamicLayoutComponent {
2512
2553
  constructor(dynamicLayoutComponent) {
2513
2554
  this.layouts = inject(DYNAMIC_LAYOUTS_TOKEN);
@@ -2587,14 +2628,14 @@ class DynamicLayoutComponent {
2587
2628
  getComponent(key) {
2588
2629
  return this.replaceableComponents.get(key);
2589
2630
  }
2590
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: DynamicLayoutComponent, deps: [{ token: DynamicLayoutComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component }); }
2591
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.11", type: DynamicLayoutComponent, selector: "abp-dynamic-layout", providers: [SubscriptionService], ngImport: i0, template: `
2631
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DynamicLayoutComponent, deps: [{ token: DynamicLayoutComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component }); }
2632
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: DynamicLayoutComponent, selector: "abp-dynamic-layout", providers: [SubscriptionService], ngImport: i0, template: `
2592
2633
  @if (isLayoutVisible) {
2593
2634
  <ng-container [ngComponentOutlet]="layout"></ng-container>
2594
2635
  }
2595
2636
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }] }); }
2596
2637
  }
2597
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: DynamicLayoutComponent, decorators: [{
2638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DynamicLayoutComponent, decorators: [{
2598
2639
  type: Component,
2599
2640
  args: [{
2600
2641
  selector: 'abp-dynamic-layout',
@@ -2627,12 +2668,12 @@ class ReplaceableRouteContainerComponent {
2627
2668
  this.externalComponent = res.component;
2628
2669
  });
2629
2670
  }
2630
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ReplaceableRouteContainerComponent, deps: [{ token: i1$1.ActivatedRoute }, { token: ReplaceableComponentsService }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Component }); }
2631
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: ReplaceableRouteContainerComponent, selector: "abp-replaceable-route-container", providers: [SubscriptionService], ngImport: i0, template: `
2671
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReplaceableRouteContainerComponent, deps: [{ token: i1$1.ActivatedRoute }, { token: ReplaceableComponentsService }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Component }); }
2672
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ReplaceableRouteContainerComponent, selector: "abp-replaceable-route-container", providers: [SubscriptionService], ngImport: i0, template: `
2632
2673
  <ng-container *ngComponentOutlet="externalComponent || defaultComponent"></ng-container>
2633
2674
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }] }); }
2634
2675
  }
2635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ReplaceableRouteContainerComponent, decorators: [{
2676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReplaceableRouteContainerComponent, decorators: [{
2636
2677
  type: Component,
2637
2678
  args: [{
2638
2679
  selector: 'abp-replaceable-route-container',
@@ -2644,10 +2685,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
2644
2685
  }], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: ReplaceableComponentsService }, { type: SubscriptionService }] });
2645
2686
 
2646
2687
  class RouterOutletComponent {
2647
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2648
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: RouterOutletComponent, selector: "abp-router-outlet", ngImport: i0, template: ` <router-outlet></router-outlet> `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] }); }
2688
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2689
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: RouterOutletComponent, selector: "abp-router-outlet", ngImport: i0, template: ` <router-outlet></router-outlet> `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] }); }
2649
2690
  }
2650
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RouterOutletComponent, decorators: [{
2691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RouterOutletComponent, decorators: [{
2651
2692
  type: Component,
2652
2693
  args: [{
2653
2694
  selector: 'abp-router-outlet',
@@ -3012,10 +3053,10 @@ class AutofocusDirective {
3012
3053
  ngAfterViewInit() {
3013
3054
  setTimeout(() => this.elRef.nativeElement.focus(), this.delay);
3014
3055
  }
3015
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3016
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: AutofocusDirective, isStandalone: true, selector: "[autofocus]", inputs: { delay: ["autofocus", "delay"] }, ngImport: i0 }); }
3056
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3057
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: AutofocusDirective, isStandalone: true, selector: "[autofocus]", inputs: { delay: ["autofocus", "delay"] }, ngImport: i0 }); }
3017
3058
  }
3018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AutofocusDirective, decorators: [{
3059
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutofocusDirective, decorators: [{
3019
3060
  type: Directive,
3020
3061
  args: [{
3021
3062
  standalone: true,
@@ -3039,10 +3080,10 @@ class InputEventDebounceDirective {
3039
3080
  this.debounceEvent.emit(event);
3040
3081
  });
3041
3082
  }
3042
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: InputEventDebounceDirective, deps: [{ token: i0.ElementRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3043
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: InputEventDebounceDirective, isStandalone: true, selector: "[input.debounce]", inputs: { debounce: "debounce" }, outputs: { debounceEvent: "input.debounce" }, providers: [SubscriptionService], ngImport: i0 }); }
3083
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputEventDebounceDirective, deps: [{ token: i0.ElementRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3084
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: InputEventDebounceDirective, isStandalone: true, selector: "[input.debounce]", inputs: { debounce: "debounce" }, outputs: { debounceEvent: "input.debounce" }, providers: [SubscriptionService], ngImport: i0 }); }
3044
3085
  }
3045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: InputEventDebounceDirective, decorators: [{
3086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputEventDebounceDirective, decorators: [{
3046
3087
  type: Directive,
3047
3088
  args: [{
3048
3089
  standalone: true,
@@ -3177,10 +3218,10 @@ class ForDirective {
3177
3218
  this.projectItems(items);
3178
3219
  }
3179
3220
  }
3180
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ForDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
3181
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: ForDirective, isStandalone: true, selector: "[abpFor]", inputs: { items: ["abpForOf", "items"], orderBy: ["abpForOrderBy", "orderBy"], orderDir: ["abpForOrderDir", "orderDir"], filterBy: ["abpForFilterBy", "filterBy"], filterVal: ["abpForFilterVal", "filterVal"], trackBy: ["abpForTrackBy", "trackBy"], compareBy: ["abpForCompareBy", "compareBy"], emptyRef: ["abpForEmptyRef", "emptyRef"] }, usesOnChanges: true, ngImport: i0 }); }
3221
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ForDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
3222
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ForDirective, isStandalone: true, selector: "[abpFor]", inputs: { items: ["abpForOf", "items"], orderBy: ["abpForOrderBy", "orderBy"], orderDir: ["abpForOrderDir", "orderDir"], filterBy: ["abpForFilterBy", "filterBy"], filterVal: ["abpForFilterVal", "filterVal"], trackBy: ["abpForTrackBy", "trackBy"], compareBy: ["abpForCompareBy", "compareBy"], emptyRef: ["abpForEmptyRef", "emptyRef"] }, usesOnChanges: true, ngImport: i0 }); }
3182
3223
  }
3183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ForDirective, decorators: [{
3224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ForDirective, decorators: [{
3184
3225
  type: Directive,
3185
3226
  args: [{
3186
3227
  standalone: true,
@@ -3247,10 +3288,10 @@ class FormSubmitDirective {
3247
3288
  form.markAsDirty();
3248
3289
  this.cdRef.detectChanges();
3249
3290
  }
3250
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: FormSubmitDirective, deps: [{ token: i1$3.FormGroupDirective, self: true }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3251
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: FormSubmitDirective, isStandalone: true, selector: "form[ngSubmit][formGroup]", inputs: { debounce: "debounce", notValidateOnSubmit: "notValidateOnSubmit", markAsDirtyWhenSubmit: "markAsDirtyWhenSubmit" }, outputs: { ngSubmit: "ngSubmit" }, providers: [SubscriptionService], ngImport: i0 }); }
3291
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormSubmitDirective, deps: [{ token: i1$3.FormGroupDirective, self: true }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3292
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: FormSubmitDirective, isStandalone: true, selector: "form[ngSubmit][formGroup]", inputs: { debounce: "debounce", notValidateOnSubmit: "notValidateOnSubmit", markAsDirtyWhenSubmit: "markAsDirtyWhenSubmit" }, outputs: { ngSubmit: "ngSubmit" }, providers: [SubscriptionService], ngImport: i0 }); }
3252
3293
  }
3253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: FormSubmitDirective, decorators: [{
3294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormSubmitDirective, decorators: [{
3254
3295
  type: Directive,
3255
3296
  args: [{
3256
3297
  standalone: true,
@@ -3289,10 +3330,10 @@ class InitDirective {
3289
3330
  ngAfterViewInit() {
3290
3331
  this.init.emit(this.elRef);
3291
3332
  }
3292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: InitDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3293
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: InitDirective, isStandalone: true, selector: "[abpInit]", outputs: { init: "abpInit" }, ngImport: i0 }); }
3333
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3334
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: InitDirective, isStandalone: true, selector: "[abpInit]", outputs: { init: "abpInit" }, ngImport: i0 }); }
3294
3335
  }
3295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: InitDirective, decorators: [{
3336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitDirective, decorators: [{
3296
3337
  type: Directive,
3297
3338
  args: [{
3298
3339
  standalone: true,
@@ -3349,10 +3390,10 @@ class PermissionDirective {
3349
3390
  this.cdrSubject.pipe(take(1)).subscribe(() => this.queue.add(() => this.cdRef.detectChanges()));
3350
3391
  this.rendered = true;
3351
3392
  }
3352
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionDirective, deps: [{ token: i0.TemplateRef, optional: true }, { token: i0.ViewContainerRef }, { token: PermissionService }, { token: i0.ChangeDetectorRef }, { token: QUEUE_MANAGER }], target: i0.ɵɵFactoryTarget.Directive }); }
3353
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: PermissionDirective, isStandalone: true, selector: "[abpPermission]", inputs: { condition: ["abpPermission", "condition"], runChangeDetection: ["abpPermissionRunChangeDetection", "runChangeDetection"] }, usesOnChanges: true, ngImport: i0 }); }
3393
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionDirective, deps: [{ token: i0.TemplateRef, optional: true }, { token: i0.ViewContainerRef }, { token: PermissionService }, { token: i0.ChangeDetectorRef }, { token: QUEUE_MANAGER }], target: i0.ɵɵFactoryTarget.Directive }); }
3394
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: PermissionDirective, isStandalone: true, selector: "[abpPermission]", inputs: { condition: ["abpPermission", "condition"], runChangeDetection: ["abpPermissionRunChangeDetection", "runChangeDetection"] }, usesOnChanges: true, ngImport: i0 }); }
3354
3395
  }
3355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionDirective, decorators: [{
3396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionDirective, decorators: [{
3356
3397
  type: Directive,
3357
3398
  args: [{
3358
3399
  standalone: true,
@@ -3481,10 +3522,10 @@ class ReplaceableTemplateDirective {
3481
3522
  this.defaultComponentSubscriptions = {};
3482
3523
  this.defaultComponentRef = null;
3483
3524
  }
3484
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ReplaceableTemplateDirective, deps: [{ token: i0.Injector }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: ReplaceableComponentsService }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3485
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: ReplaceableTemplateDirective, isStandalone: true, selector: "[abpReplaceableTemplate]", inputs: { data: ["abpReplaceableTemplate", "data"] }, providers: [SubscriptionService], usesOnChanges: true, ngImport: i0 }); }
3525
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReplaceableTemplateDirective, deps: [{ token: i0.Injector }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: ReplaceableComponentsService }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3526
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ReplaceableTemplateDirective, isStandalone: true, selector: "[abpReplaceableTemplate]", inputs: { data: ["abpReplaceableTemplate", "data"] }, providers: [SubscriptionService], usesOnChanges: true, ngImport: i0 }); }
3486
3527
  }
3487
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ReplaceableTemplateDirective, decorators: [{
3528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReplaceableTemplateDirective, decorators: [{
3488
3529
  type: Directive,
3489
3530
  args: [{
3490
3531
  standalone: true,
@@ -3508,10 +3549,10 @@ class StopPropagationDirective {
3508
3549
  this.stopPropEvent.emit(event);
3509
3550
  });
3510
3551
  }
3511
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: StopPropagationDirective, deps: [{ token: i0.ElementRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3512
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: StopPropagationDirective, isStandalone: true, selector: "[click.stop]", outputs: { stopPropEvent: "click.stop" }, providers: [SubscriptionService], ngImport: i0 }); }
3552
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StopPropagationDirective, deps: [{ token: i0.ElementRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
3553
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: StopPropagationDirective, isStandalone: true, selector: "[click.stop]", outputs: { stopPropEvent: "click.stop" }, providers: [SubscriptionService], ngImport: i0 }); }
3513
3554
  }
3514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: StopPropagationDirective, decorators: [{
3555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StopPropagationDirective, decorators: [{
3515
3556
  type: Directive,
3516
3557
  args: [{
3517
3558
  standalone: true,
@@ -3523,51 +3564,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
3523
3564
  args: ['click.stop']
3524
3565
  }] } });
3525
3566
 
3526
- class RoutesHandler {
3527
- constructor(routes, router) {
3528
- this.routes = routes;
3529
- this.router = router;
3530
- this.addRoutes();
3531
- }
3532
- addRoutes() {
3533
- this.router?.config?.forEach(({ path = '', data }) => {
3534
- const routes = data?.routes;
3535
- if (!routes)
3536
- return;
3537
- if (Array.isArray(routes)) {
3538
- this.routes.add(routes);
3539
- }
3540
- else {
3541
- const routesFlatten = flatRoutes([{ path, ...routes }], { path: '' });
3542
- this.routes.add(routesFlatten);
3543
- }
3544
- });
3545
- }
3546
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RoutesHandler, deps: [{ token: RoutesService }, { token: i1$1.Router, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
3547
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RoutesHandler, providedIn: 'root' }); }
3548
- }
3549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RoutesHandler, decorators: [{
3550
- type: Injectable,
3551
- args: [{
3552
- providedIn: 'root',
3553
- }]
3554
- }], ctorParameters: () => [{ type: RoutesService }, { type: i1$1.Router, decorators: [{
3555
- type: Optional
3556
- }] }] });
3557
- function flatRoutes(routes, parent) {
3558
- if (!routes)
3559
- return [];
3560
- return routes.reduce((acc, route) => {
3561
- const { children, ...current } = {
3562
- ...route,
3563
- parentName: parent.name,
3564
- path: (parent.path + '/' + route.path).replace(/\/\//g, '/'),
3565
- };
3566
- acc.push(current, ...flatRoutes(children, current));
3567
- return acc;
3568
- }, []);
3569
- }
3570
-
3571
3567
  class LocalizationPipe {
3572
3568
  constructor(localization) {
3573
3569
  this.localization = localization;
@@ -3584,11 +3580,11 @@ class LocalizationPipe {
3584
3580
  }, []) || [];
3585
3581
  return this.localization.instant(value, ...params);
3586
3582
  }
3587
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationPipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
3588
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: LocalizationPipe, name: "abpLocalization" }); }
3589
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationPipe }); }
3583
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationPipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
3584
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LocalizationPipe, name: "abpLocalization" }); }
3585
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationPipe }); }
3590
3586
  }
3591
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationPipe, decorators: [{
3587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationPipe, decorators: [{
3592
3588
  type: Injectable
3593
3589
  }, {
3594
3590
  type: Pipe,
@@ -3598,11 +3594,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
3598
3594
  }], ctorParameters: () => [{ type: LocalizationService }] });
3599
3595
 
3600
3596
  class LocalizationModule {
3601
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3602
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: LocalizationModule, declarations: [LocalizationPipe], exports: [LocalizationPipe] }); }
3603
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationModule }); }
3597
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3598
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LocalizationModule, declarations: [LocalizationPipe], exports: [LocalizationPipe] }); }
3599
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationModule }); }
3604
3600
  }
3605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LocalizationModule, decorators: [{
3601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LocalizationModule, decorators: [{
3606
3602
  type: NgModule,
3607
3603
  args: [{
3608
3604
  exports: [LocalizationPipe],
@@ -3644,11 +3640,11 @@ class SortPipe {
3644
3640
  ];
3645
3641
  return sortOrder === 'asc' ? sorted : sorted.reverse();
3646
3642
  }
3647
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3648
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: SortPipe, name: "abpSort" }); }
3649
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SortPipe }); }
3643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3644
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: SortPipe, name: "abpSort" }); }
3645
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SortPipe }); }
3650
3646
  }
3651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SortPipe, decorators: [{
3647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SortPipe, decorators: [{
3652
3648
  type: Injectable
3653
3649
  }, {
3654
3650
  type: Pipe,
@@ -3674,56 +3670,16 @@ class ToInjectorPipe {
3674
3670
  name,
3675
3671
  });
3676
3672
  }
3677
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ToInjectorPipe, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Pipe }); }
3678
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: ToInjectorPipe, name: "toInjector" }); }
3673
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToInjectorPipe, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Pipe }); }
3674
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ToInjectorPipe, name: "toInjector" }); }
3679
3675
  }
3680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ToInjectorPipe, decorators: [{
3676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToInjectorPipe, decorators: [{
3681
3677
  type: Pipe,
3682
3678
  args: [{
3683
3679
  name: 'toInjector',
3684
3680
  }]
3685
3681
  }], ctorParameters: () => [{ type: i0.Injector }] });
3686
3682
 
3687
- function setLanguageToCookie(injector) {
3688
- return () => {
3689
- const sessionState = injector.get(SessionStateService);
3690
- const document = injector.get(DOCUMENT);
3691
- const cookieLanguageKey = injector.get(COOKIE_LANGUAGE_KEY);
3692
- sessionState.getLanguage$().subscribe(language => {
3693
- const cookieValue = encodeURIComponent(`c=${language}|uic=${language}`);
3694
- document.cookie = `${cookieLanguageKey}=${cookieValue}`;
3695
- });
3696
- };
3697
- }
3698
- const CookieLanguageProvider = {
3699
- provide: APP_INITIALIZER,
3700
- useFactory: setLanguageToCookie,
3701
- deps: [Injector],
3702
- multi: true,
3703
- };
3704
-
3705
- class LocaleId extends String {
3706
- constructor(localizationService) {
3707
- super();
3708
- this.localizationService = localizationService;
3709
- }
3710
- toString() {
3711
- const { currentLang } = this.localizationService;
3712
- if (checkHasProp(differentLocales, currentLang)) {
3713
- return differentLocales[currentLang];
3714
- }
3715
- return currentLang;
3716
- }
3717
- valueOf() {
3718
- return this.toString();
3719
- }
3720
- }
3721
- const LocaleProvider = {
3722
- provide: LOCALE_ID,
3723
- useClass: LocaleId,
3724
- deps: [LocalizationService],
3725
- };
3726
-
3727
3683
  Date.prototype.toLocalISOString = function () {
3728
3684
  const timezoneOffset = this.getTimezoneOffset();
3729
3685
  return new Date(this.getTime() - timezoneOffset * 60000).toISOString();
@@ -3738,10 +3694,10 @@ class ShortDateTimePipe extends DatePipe {
3738
3694
  const format = getShortDateShortTimeFormat(this.configStateService);
3739
3695
  return super.transform(value, format, timezone, locale);
3740
3696
  }
3741
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShortDateTimePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
3742
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: ShortDateTimePipe, name: "shortDateTime" }); }
3697
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShortDateTimePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
3698
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ShortDateTimePipe, name: "shortDateTime" }); }
3743
3699
  }
3744
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShortDateTimePipe, decorators: [{
3700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShortDateTimePipe, decorators: [{
3745
3701
  type: Pipe,
3746
3702
  args: [{
3747
3703
  name: 'shortDateTime',
@@ -3766,10 +3722,10 @@ class ShortTimePipe extends DatePipe {
3766
3722
  const format = getShortTimeFormat(this.configStateService);
3767
3723
  return super.transform(value, format, timezone, locale);
3768
3724
  }
3769
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShortTimePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
3770
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: ShortTimePipe, name: "shortTime" }); }
3725
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShortTimePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
3726
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ShortTimePipe, name: "shortTime" }); }
3771
3727
  }
3772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShortTimePipe, decorators: [{
3728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShortTimePipe, decorators: [{
3773
3729
  type: Pipe,
3774
3730
  args: [{
3775
3731
  name: 'shortTime',
@@ -3794,10 +3750,10 @@ class ShortDatePipe extends DatePipe {
3794
3750
  const format = getShortDateFormat(this.configStateService);
3795
3751
  return super.transform(value, format, timezone, locale);
3796
3752
  }
3797
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShortDatePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
3798
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: ShortDatePipe, name: "shortDate" }); }
3753
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShortDatePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
3754
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ShortDatePipe, name: "shortDate" }); }
3799
3755
  }
3800
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShortDatePipe, decorators: [{
3756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShortDatePipe, decorators: [{
3801
3757
  type: Pipe,
3802
3758
  args: [{
3803
3759
  name: 'shortDate',
@@ -3822,57 +3778,227 @@ class SafeHtmlPipe {
3822
3778
  return '';
3823
3779
  return this.sanitizer.sanitize(SecurityContext.HTML, value);
3824
3780
  }
3825
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3826
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: SafeHtmlPipe, name: "abpSafeHtml" }); }
3827
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SafeHtmlPipe }); }
3781
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3782
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: SafeHtmlPipe, name: "abpSafeHtml" }); }
3783
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeHtmlPipe }); }
3828
3784
  }
3829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: SafeHtmlPipe, decorators: [{
3785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeHtmlPipe, decorators: [{
3830
3786
  type: Injectable
3831
3787
  }, {
3832
3788
  type: Pipe,
3833
3789
  args: [{ name: 'abpSafeHtml' }]
3834
3790
  }] });
3835
3791
 
3792
+ function setLanguageToCookie(injector) {
3793
+ return () => {
3794
+ const sessionState = injector.get(SessionStateService);
3795
+ const document = injector.get(DOCUMENT);
3796
+ const cookieLanguageKey = injector.get(COOKIE_LANGUAGE_KEY);
3797
+ sessionState.getLanguage$().subscribe(language => {
3798
+ const cookieValue = encodeURIComponent(`c=${language}|uic=${language}`);
3799
+ document.cookie = `${cookieLanguageKey}=${cookieValue}`;
3800
+ });
3801
+ };
3802
+ }
3803
+ const CookieLanguageProvider = {
3804
+ provide: APP_INITIALIZER,
3805
+ useFactory: setLanguageToCookie,
3806
+ deps: [Injector],
3807
+ multi: true,
3808
+ };
3809
+
3810
+ class LocaleId extends String {
3811
+ constructor(localizationService) {
3812
+ super();
3813
+ this.localizationService = localizationService;
3814
+ }
3815
+ toString() {
3816
+ const { currentLang } = this.localizationService;
3817
+ if (checkHasProp(differentLocales, currentLang)) {
3818
+ return differentLocales[currentLang];
3819
+ }
3820
+ return currentLang;
3821
+ }
3822
+ valueOf() {
3823
+ return this.toString();
3824
+ }
3825
+ }
3826
+ const LocaleProvider = {
3827
+ provide: LOCALE_ID,
3828
+ useClass: LocaleId,
3829
+ deps: [LocalizationService],
3830
+ };
3831
+
3836
3832
  const IncludeLocalizationResourcesProvider = {
3837
3833
  provide: INCUDE_LOCALIZATION_RESOURCES_TOKEN,
3838
3834
  useValue: false,
3839
3835
  };
3840
3836
 
3841
- class AbpTitleStrategy extends TitleStrategy {
3842
- constructor() {
3843
- super();
3844
- this.title = inject(Title);
3845
- this.configState = inject(ConfigStateService);
3846
- this.localizationService = inject(LocalizationService);
3847
- this.projectName = toSignal(this.configState.getDeep$('localization.defaultResourceName'), {
3848
- initialValue: 'MyProjectName',
3849
- });
3850
- this.langugageChange = toSignal(this.localizationService.languageChange$);
3851
- effect(() => {
3852
- if (this.langugageChange()) {
3853
- this.updateTitle(this.routerState);
3837
+ class RoutesHandler {
3838
+ constructor(routes, router) {
3839
+ this.routes = routes;
3840
+ this.router = router;
3841
+ this.addRoutes();
3842
+ }
3843
+ addRoutes() {
3844
+ this.router?.config?.forEach(({ path = '', data }) => {
3845
+ const routes = data?.routes;
3846
+ if (!routes)
3847
+ return;
3848
+ if (Array.isArray(routes)) {
3849
+ this.routes.add(routes);
3850
+ }
3851
+ else {
3852
+ const routesFlatten = flatRoutes([{ path, ...routes }], { path: '' });
3853
+ this.routes.add(routesFlatten);
3854
3854
  }
3855
3855
  });
3856
3856
  }
3857
- updateTitle(routerState) {
3858
- this.routerState = routerState;
3859
- let title = this.buildTitle(routerState);
3860
- if (!title) {
3861
- this.title.setTitle(this.projectName());
3862
- return;
3863
- }
3864
- const localizedTitle = this.localizationService.instant({ key: title, defaultValue: title });
3865
- this.title.setTitle(`${localizedTitle} | ${this.projectName()}`);
3866
- }
3867
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpTitleStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3868
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpTitleStrategy, providedIn: 'root' }); }
3857
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RoutesHandler, deps: [{ token: RoutesService }, { token: i1$1.Router, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
3858
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RoutesHandler, providedIn: 'root' }); }
3869
3859
  }
3870
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpTitleStrategy, decorators: [{
3860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RoutesHandler, decorators: [{
3871
3861
  type: Injectable,
3872
3862
  args: [{
3873
3863
  providedIn: 'root',
3874
3864
  }]
3875
- }], ctorParameters: () => [] });
3865
+ }], ctorParameters: () => [{ type: RoutesService }, { type: i1$1.Router, decorators: [{
3866
+ type: Optional
3867
+ }] }] });
3868
+ function flatRoutes(routes, parent) {
3869
+ if (!routes)
3870
+ return [];
3871
+ return routes.reduce((acc, route) => {
3872
+ const { children, ...current } = {
3873
+ ...route,
3874
+ parentName: parent.name,
3875
+ path: (parent.path + '/' + route.path).replace(/\/\//g, '/'),
3876
+ };
3877
+ acc.push(current, ...flatRoutes(children, current));
3878
+ return acc;
3879
+ }, []);
3880
+ }
3881
+
3882
+ var CoreFeatureKind;
3883
+ (function (CoreFeatureKind) {
3884
+ CoreFeatureKind[CoreFeatureKind["Options"] = 0] = "Options";
3885
+ CoreFeatureKind[CoreFeatureKind["CompareFunctionFactory"] = 1] = "CompareFunctionFactory";
3886
+ CoreFeatureKind[CoreFeatureKind["TitleStrategy"] = 2] = "TitleStrategy";
3887
+ })(CoreFeatureKind || (CoreFeatureKind = {}));
3888
+ function makeCoreFeature(kind, providers) {
3889
+ return {
3890
+ ɵkind: kind,
3891
+ ɵproviders: providers,
3892
+ };
3893
+ }
3894
+ function withOptions(options = {}) {
3895
+ return makeCoreFeature(CoreFeatureKind.Options, [
3896
+ {
3897
+ provide: 'CORE_OPTIONS',
3898
+ useValue: options,
3899
+ },
3900
+ {
3901
+ provide: CORE_OPTIONS,
3902
+ useFactory: coreOptionsFactory,
3903
+ deps: ['CORE_OPTIONS'],
3904
+ },
3905
+ { provide: TENANT_KEY, useValue: options.tenantKey || '__tenant' },
3906
+ {
3907
+ provide: LOCALIZATIONS,
3908
+ multi: true,
3909
+ useValue: localizationContributor(options.localizations),
3910
+ deps: [LocalizationService],
3911
+ },
3912
+ {
3913
+ provide: OTHERS_GROUP,
3914
+ useValue: options.othersGroup || 'AbpUi::OthersGroup',
3915
+ },
3916
+ {
3917
+ provide: DYNAMIC_LAYOUTS_TOKEN,
3918
+ useValue: options.dynamicLayouts || DEFAULT_DYNAMIC_LAYOUTS,
3919
+ },
3920
+ ]);
3921
+ }
3922
+ function withTitleStrategy(strategy) {
3923
+ return makeCoreFeature(CoreFeatureKind.TitleStrategy, [
3924
+ {
3925
+ provide: TitleStrategy,
3926
+ useExisting: strategy,
3927
+ },
3928
+ ]);
3929
+ }
3930
+ function withCompareFuncFactory(factory) {
3931
+ return makeCoreFeature(CoreFeatureKind.CompareFunctionFactory, [
3932
+ {
3933
+ provide: SORT_COMPARE_FUNC,
3934
+ useFactory: factory,
3935
+ },
3936
+ ]);
3937
+ }
3938
+ function provideAbpCore(...features) {
3939
+ const providers = [
3940
+ LocaleProvider,
3941
+ CookieLanguageProvider,
3942
+ {
3943
+ provide: APP_INITIALIZER,
3944
+ multi: true,
3945
+ deps: [Injector],
3946
+ useFactory: getInitialData,
3947
+ },
3948
+ {
3949
+ provide: APP_INITIALIZER,
3950
+ multi: true,
3951
+ deps: [Injector],
3952
+ useFactory: localeInitializer,
3953
+ },
3954
+ {
3955
+ provide: APP_INITIALIZER,
3956
+ multi: true,
3957
+ deps: [LocalizationService],
3958
+ useFactory: noop,
3959
+ },
3960
+ {
3961
+ provide: APP_INITIALIZER,
3962
+ multi: true,
3963
+ deps: [LocalStorageListenerService],
3964
+ useFactory: noop,
3965
+ },
3966
+ {
3967
+ provide: APP_INITIALIZER,
3968
+ multi: true,
3969
+ deps: [RoutesHandler],
3970
+ useFactory: noop,
3971
+ },
3972
+ {
3973
+ provide: SORT_COMPARE_FUNC,
3974
+ useFactory: compareFuncFactory,
3975
+ },
3976
+ {
3977
+ provide: QUEUE_MANAGER,
3978
+ useClass: DefaultQueueManager,
3979
+ },
3980
+ AuthErrorFilterService,
3981
+ IncludeLocalizationResourcesProvider,
3982
+ {
3983
+ provide: TitleStrategy,
3984
+ useExisting: AbpTitleStrategy,
3985
+ },
3986
+ ];
3987
+ for (const feature of features) {
3988
+ providers.push(...feature.ɵproviders);
3989
+ }
3990
+ return makeEnvironmentProviders(providers);
3991
+ }
3992
+ function provideAbpCoreChild(options = {}) {
3993
+ return makeEnvironmentProviders([
3994
+ {
3995
+ provide: LOCALIZATIONS,
3996
+ multi: true,
3997
+ useValue: localizationContributor(options.localizations),
3998
+ deps: [LocalizationService],
3999
+ },
4000
+ ]);
4001
+ }
3876
4002
 
3877
4003
  const standaloneDirectives = [
3878
4004
  AutofocusDirective,
@@ -3891,8 +4017,8 @@ const standaloneDirectives = [
3891
4017
  * This module will be imported and exported by all others.
3892
4018
  */
3893
4019
  class BaseCoreModule {
3894
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3895
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: BaseCoreModule, declarations: [AbstractNgModelComponent,
4020
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BaseCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4021
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: BaseCoreModule, declarations: [AbstractNgModelComponent,
3896
4022
  DynamicLayoutComponent,
3897
4023
  ReplaceableRouteContainerComponent,
3898
4024
  RouterOutletComponent,
@@ -3936,7 +4062,7 @@ class BaseCoreModule {
3936
4062
  PermissionDirective,
3937
4063
  ReplaceableTemplateDirective,
3938
4064
  StopPropagationDirective] }); }
3939
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseCoreModule, providers: [LocalizationPipe], imports: [CommonModule,
4065
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BaseCoreModule, providers: [LocalizationPipe], imports: [CommonModule,
3940
4066
  HttpClientModule,
3941
4067
  FormsModule,
3942
4068
  ReactiveFormsModule,
@@ -3948,7 +4074,7 @@ class BaseCoreModule {
3948
4074
  RouterModule,
3949
4075
  LocalizationModule] }); }
3950
4076
  }
3951
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseCoreModule, decorators: [{
4077
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BaseCoreModule, decorators: [{
3952
4078
  type: NgModule,
3953
4079
  args: [{
3954
4080
  exports: [
@@ -3999,16 +4125,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
3999
4125
  * and it introduces imports useful at root level (e.g. NGXS)
4000
4126
  */
4001
4127
  class RootCoreModule {
4002
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RootCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4003
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: RootCoreModule, imports: [BaseCoreModule, LocalizationModule, i1.HttpClientXsrfModule], exports: [BaseCoreModule, LocalizationModule] }); }
4004
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RootCoreModule, imports: [BaseCoreModule,
4128
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RootCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4129
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: RootCoreModule, imports: [BaseCoreModule, LocalizationModule, i1.HttpClientXsrfModule], exports: [BaseCoreModule, LocalizationModule] }); }
4130
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RootCoreModule, imports: [BaseCoreModule,
4005
4131
  LocalizationModule,
4006
4132
  HttpClientXsrfModule.withOptions({
4007
4133
  cookieName: 'XSRF-TOKEN',
4008
4134
  headerName: 'RequestVerificationToken',
4009
4135
  }), BaseCoreModule, LocalizationModule] }); }
4010
4136
  }
4011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: RootCoreModule, decorators: [{
4137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RootCoreModule, decorators: [{
4012
4138
  type: NgModule,
4013
4139
  args: [{
4014
4140
  exports: [BaseCoreModule, LocalizationModule],
@@ -4026,101 +4152,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
4026
4152
  * CoreModule is the module that is publicly available
4027
4153
  */
4028
4154
  class CoreModule {
4155
+ /**
4156
+ * @deprecated forRoot method is deprecated, use `provideAbpCore` *function* for config settings.
4157
+ */
4029
4158
  static forRoot(options = {}) {
4030
4159
  return {
4031
4160
  ngModule: RootCoreModule,
4032
- providers: [
4033
- LocaleProvider,
4034
- CookieLanguageProvider,
4035
- {
4036
- provide: 'CORE_OPTIONS',
4037
- useValue: options,
4038
- },
4039
- {
4040
- provide: CORE_OPTIONS,
4041
- useFactory: coreOptionsFactory,
4042
- deps: ['CORE_OPTIONS'],
4043
- },
4044
- {
4045
- provide: APP_INITIALIZER,
4046
- multi: true,
4047
- deps: [Injector],
4048
- useFactory: getInitialData,
4049
- },
4050
- {
4051
- provide: APP_INITIALIZER,
4052
- multi: true,
4053
- deps: [Injector],
4054
- useFactory: localeInitializer,
4055
- },
4056
- {
4057
- provide: APP_INITIALIZER,
4058
- multi: true,
4059
- deps: [LocalizationService],
4060
- useFactory: noop,
4061
- },
4062
- {
4063
- provide: APP_INITIALIZER,
4064
- multi: true,
4065
- deps: [LocalStorageListenerService],
4066
- useFactory: noop,
4067
- },
4068
- {
4069
- provide: APP_INITIALIZER,
4070
- multi: true,
4071
- deps: [RoutesHandler],
4072
- useFactory: noop,
4073
- },
4074
- { provide: TENANT_KEY, useValue: options.tenantKey || '__tenant' },
4075
- {
4076
- provide: LOCALIZATIONS,
4077
- multi: true,
4078
- useValue: localizationContributor(options.localizations),
4079
- deps: [LocalizationService],
4080
- },
4081
- {
4082
- provide: SORT_COMPARE_FUNC,
4083
- useFactory: compareFuncFactory,
4084
- },
4085
- {
4086
- provide: QUEUE_MANAGER,
4087
- useClass: DefaultQueueManager,
4088
- },
4089
- {
4090
- provide: OTHERS_GROUP,
4091
- useValue: options.othersGroup || 'AbpUi::OthersGroup',
4092
- },
4093
- AuthErrorFilterService,
4094
- IncludeLocalizationResourcesProvider,
4095
- {
4096
- provide: DYNAMIC_LAYOUTS_TOKEN,
4097
- useValue: options.dynamicLayouts || DEFAULT_DYNAMIC_LAYOUTS
4098
- },
4099
- {
4100
- provide: TitleStrategy,
4101
- useExisting: AbpTitleStrategy
4102
- }
4103
- ],
4161
+ providers: [provideAbpCore(withOptions(options))],
4104
4162
  };
4105
4163
  }
4164
+ /**
4165
+ * @deprecated forChild method is deprecated, use `provideAbpCoreChild` *function* for config settings.
4166
+ */
4106
4167
  static forChild(options = {}) {
4107
4168
  return {
4108
4169
  ngModule: RootCoreModule,
4109
- providers: [
4110
- {
4111
- provide: LOCALIZATIONS,
4112
- multi: true,
4113
- useValue: localizationContributor(options.localizations),
4114
- deps: [LocalizationService],
4115
- },
4116
- ],
4170
+ providers: [provideAbpCoreChild(options)],
4117
4171
  };
4118
4172
  }
4119
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4120
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: CoreModule, imports: [BaseCoreModule], exports: [BaseCoreModule] }); }
4121
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: CoreModule, imports: [BaseCoreModule, BaseCoreModule] }); }
4173
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4174
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, imports: [BaseCoreModule], exports: [BaseCoreModule] }); }
4175
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, imports: [BaseCoreModule, BaseCoreModule] }); }
4122
4176
  }
4123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: CoreModule, decorators: [{
4177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, decorators: [{
4124
4178
  type: NgModule,
4125
4179
  args: [{
4126
4180
  exports: [BaseCoreModule],
@@ -4138,10 +4192,10 @@ class ShowPasswordDirective {
4138
4192
  return;
4139
4193
  element.type = visible ? 'text' : 'password';
4140
4194
  }
4141
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShowPasswordDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4142
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: ShowPasswordDirective, isStandalone: true, selector: "[abpShowPassword]", inputs: { abpShowPassword: "abpShowPassword" }, ngImport: i0 }); }
4195
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowPasswordDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4196
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ShowPasswordDirective, isStandalone: true, selector: "[abpShowPassword]", inputs: { abpShowPassword: "abpShowPassword" }, ngImport: i0 }); }
4143
4197
  }
4144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ShowPasswordDirective, decorators: [{
4198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowPasswordDirective, decorators: [{
4145
4199
  type: Directive,
4146
4200
  args: [{
4147
4201
  standalone: true,
@@ -4170,10 +4224,10 @@ class TrackCapsLockDirective {
4170
4224
  }
4171
4225
  return false;
4172
4226
  }
4173
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TrackCapsLockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4174
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.11", type: TrackCapsLockDirective, isStandalone: true, selector: "[abpCapsLock]", outputs: { capsLock: "abpCapsLock" }, host: { listeners: { "window:keydown": "onKeyDown($event)", "window:keyup": "onKeyUp($event)" } }, ngImport: i0 }); }
4227
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TrackCapsLockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4228
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TrackCapsLockDirective, isStandalone: true, selector: "[abpCapsLock]", outputs: { capsLock: "abpCapsLock" }, host: { listeners: { "window:keydown": "onKeyDown($event)", "window:keyup": "onKeyUp($event)" } }, ngImport: i0 }); }
4175
4229
  }
4176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TrackCapsLockDirective, decorators: [{
4230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TrackCapsLockDirective, decorators: [{
4177
4231
  type: Directive,
4178
4232
  args: [{
4179
4233
  standalone: true,
@@ -4215,10 +4269,10 @@ class PermissionGuard {
4215
4269
  }
4216
4270
  }));
4217
4271
  }
4218
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4219
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionGuard, providedIn: 'root' }); }
4272
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4273
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionGuard, providedIn: 'root' }); }
4220
4274
  }
4221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: PermissionGuard, decorators: [{
4275
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PermissionGuard, decorators: [{
4222
4276
  type: Injectable,
4223
4277
  args: [{
4224
4278
  providedIn: 'root',
@@ -4419,10 +4473,10 @@ class AbpApiDefinitionService {
4419
4473
  params: { includeTypes: model.includeTypes },
4420
4474
  }, { apiName: this.apiName, ...config });
4421
4475
  }
4422
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApiDefinitionService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4423
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApiDefinitionService, providedIn: 'root' }); }
4476
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApiDefinitionService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4477
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApiDefinitionService, providedIn: 'root' }); }
4424
4478
  }
4425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AbpApiDefinitionService, decorators: [{
4479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AbpApiDefinitionService, decorators: [{
4426
4480
  type: Injectable,
4427
4481
  args: [{
4428
4482
  providedIn: 'root',
@@ -4861,10 +4915,10 @@ class ApiInterceptor {
4861
4915
  this.httpWaitService.addRequest(request);
4862
4916
  return next.handle(request).pipe(finalize(() => this.httpWaitService.deleteRequest(request)));
4863
4917
  }
4864
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ApiInterceptor, deps: [{ token: HttpWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4865
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ApiInterceptor, providedIn: 'root' }); }
4918
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApiInterceptor, deps: [{ token: HttpWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4919
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApiInterceptor, providedIn: 'root' }); }
4866
4920
  }
4867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ApiInterceptor, decorators: [{
4921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApiInterceptor, decorators: [{
4868
4922
  type: Injectable,
4869
4923
  args: [{
4870
4924
  providedIn: 'root',
@@ -4877,5 +4931,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
4877
4931
  * Generated bundle index. Do not edit.
4878
4932
  */
4879
4933
 
4880
- export { APP_INIT_ERROR_HANDLERS, AbpApiDefinitionService, AbpApplicationConfigurationService, AbpApplicationLocalizationService, AbpLocalStorageService, AbpTenantService, AbpValidators, AbpWindowService, AbstractAuthErrorFilter, AbstractNavTreeService, AbstractNgModelComponent, AbstractTreeService, ApiInterceptor, AuditedEntityDto, AuditedEntityWithUserDto, AuthErrorEvent, AuthErrorFilterService, AuthEvent, AuthGuard, AuthInfoEvent, AuthService, AuthSuccessEvent, AutofocusDirective, BaseCoreModule, BaseTreeNode, CHECK_AUTHENTICATION_STATE_FN_KEY, 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, DEFAULT_DYNAMIC_LAYOUTS, DOM_STRATEGY, DefaultQueueManager, DomInsertionService, DomStrategy, DynamicLayoutComponent, EntityDto, EnvironmentService, ExtensibleAuditedEntityDto, ExtensibleAuditedEntityWithUserDto, ExtensibleCreationAuditedEntityDto, ExtensibleCreationAuditedEntityWithUserDto, ExtensibleEntityDto, ExtensibleFullAuditedEntityDto, ExtensibleFullAuditedEntityWithUserDto, ExtensibleLimitedResultRequestDto, ExtensibleObject, ExtensiblePagedAndSortedResultRequestDto, ExtensiblePagedResultRequestDto, ExternalHttpClient, ForDirective, FormSubmitDirective, FullAuditedEntityDto, FullAuditedEntityWithUserDto, HttpErrorReporterService, HttpWaitService, INCUDE_LOCALIZATION_RESOURCES_TOKEN, INJECTOR_PIPE_DATA_TOKEN, IS_EXTERNAL_REQUEST, InitDirective, InputEventDebounceDirective, InsertIntoContainerStrategy, InternalStore, InternetConnectionService, LIST_QUERY_DEBOUNCE_TIME, LOADER_DELAY, LOADING_STRATEGY, LOCALIZATIONS, LazyLoadService, LazyModuleFactory, LimitedResultRequestDto, ListResultDto, ListService, LoadingStrategy, LocalStorageListenerService, LocalizationModule, LocalizationPipe, LocalizationService, LooseContentSecurityStrategy, MultiTenancyService, NAVIGATE_TO_MANAGE_PROFILE, NavigationEvent, NoContentSecurityStrategy, NoContextStrategy, NoCrossOriginStrategy, OTHERS_GROUP, index as ObjectExtending, PIPE_TO_LOGIN_FN_KEY, PROJECTION_STRATEGY, PagedAndSortedResultRequestDto, PagedResultDto, PagedResultRequestDto, PermissionDirective, PermissionGuard, PermissionService, ProjectionStrategy, QUEUE_MANAGER, ReplaceableComponentsService, ReplaceableRouteContainerComponent, ReplaceableTemplateDirective, ResourceWaitService, RestService, RootComponentProjectionStrategy, RootCoreModule, RouterEvents, RouterOutletComponent, RouterWaitService, RoutesService, SET_TOKEN_RESPONSE_TO_STORAGE_FN_KEY, SORT_COMPARE_FUNC, SafeHtmlPipe, ScriptContentStrategy, ScriptLoadingStrategy, SessionStateService, ShortDatePipe, ShortDateTimePipe, ShortTimePipe, ShowPasswordDirective, SortPipe, StopPropagationDirective, StyleContentStrategy, StyleLoadingStrategy, SubscriptionService, TENANT_KEY, TENANT_NOT_FOUND_BY_NAME, TemplateContextStrategy, TemplateProjectionStrategy, ToInjectorPipe, TrackByService, TrackCapsLockDirective, WebHttpUrlEncodingCodec, authGuard, checkHasProp, compareFuncFactory, coreOptionsFactory, createGroupMap, 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, permissionGuard, pushValueTo, reloadRoute, trackBy, trackByDeep, uuid, validateCreditCard, validateMinAge, validateRange, validateRequired, validateStringLength, validateUniqueCharacter, validateUrl };
4934
+ export { APP_INIT_ERROR_HANDLERS, AbpApiDefinitionService, AbpApplicationConfigurationService, AbpApplicationLocalizationService, AbpLocalStorageService, AbpTenantService, AbpTitleStrategy, AbpValidators, AbpWindowService, AbstractAuthErrorFilter, AbstractNavTreeService, AbstractNgModelComponent, AbstractTreeService, ApiInterceptor, AuditedEntityDto, AuditedEntityWithUserDto, AuthErrorEvent, AuthErrorFilterService, AuthEvent, AuthGuard, AuthInfoEvent, AuthService, AuthSuccessEvent, AutofocusDirective, BaseCoreModule, BaseTreeNode, CHECK_AUTHENTICATION_STATE_FN_KEY, 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, CookieLanguageProvider, CoreFeatureKind, CoreModule, CreationAuditedEntityDto, CreationAuditedEntityWithUserDto, CrossOriginStrategy, DEFAULT_DYNAMIC_LAYOUTS, DISABLE_PROJECT_NAME, DOM_STRATEGY, DYNAMIC_LAYOUTS_TOKEN, DefaultQueueManager, DomInsertionService, DomStrategy, DynamicLayoutComponent, EntityDto, EnvironmentService, ExtensibleAuditedEntityDto, ExtensibleAuditedEntityWithUserDto, ExtensibleCreationAuditedEntityDto, ExtensibleCreationAuditedEntityWithUserDto, ExtensibleEntityDto, ExtensibleFullAuditedEntityDto, ExtensibleFullAuditedEntityWithUserDto, ExtensibleLimitedResultRequestDto, ExtensibleObject, ExtensiblePagedAndSortedResultRequestDto, ExtensiblePagedResultRequestDto, ExternalHttpClient, ForDirective, FormSubmitDirective, FullAuditedEntityDto, FullAuditedEntityWithUserDto, HttpErrorReporterService, HttpWaitService, INCUDE_LOCALIZATION_RESOURCES_TOKEN, INJECTOR_PIPE_DATA_TOKEN, IS_EXTERNAL_REQUEST, IncludeLocalizationResourcesProvider, InitDirective, InputEventDebounceDirective, InsertIntoContainerStrategy, InternalStore, InternetConnectionService, LIST_QUERY_DEBOUNCE_TIME, LOADER_DELAY, LOADING_STRATEGY, LOCALIZATIONS, LazyLoadService, LazyModuleFactory, LimitedResultRequestDto, ListResultDto, ListService, LoadingStrategy, LocalStorageListenerService, LocaleId, LocaleProvider, LocalizationModule, LocalizationPipe, LocalizationService, LooseContentSecurityStrategy, MultiTenancyService, NAVIGATE_TO_MANAGE_PROFILE, NavigationEvent, NoContentSecurityStrategy, NoContextStrategy, NoCrossOriginStrategy, OTHERS_GROUP, index as ObjectExtending, PIPE_TO_LOGIN_FN_KEY, PROJECTION_STRATEGY, PagedAndSortedResultRequestDto, PagedResultDto, PagedResultRequestDto, PermissionDirective, PermissionGuard, PermissionService, ProjectionStrategy, QUEUE_MANAGER, ReplaceableComponentsService, ReplaceableRouteContainerComponent, ReplaceableTemplateDirective, ResourceWaitService, RestService, RootComponentProjectionStrategy, RootCoreModule, RouterEvents, RouterOutletComponent, RouterWaitService, RoutesService, SET_TOKEN_RESPONSE_TO_STORAGE_FN_KEY, SORT_COMPARE_FUNC, SafeHtmlPipe, ScriptContentStrategy, ScriptLoadingStrategy, SessionStateService, ShortDatePipe, ShortDateTimePipe, ShortTimePipe, ShowPasswordDirective, SortPipe, StopPropagationDirective, StyleContentStrategy, StyleLoadingStrategy, SubscriptionService, TENANT_KEY, TENANT_NOT_FOUND_BY_NAME, TemplateContextStrategy, TemplateProjectionStrategy, ToInjectorPipe, TrackByService, TrackCapsLockDirective, WebHttpUrlEncodingCodec, authGuard, checkHasProp, compareFuncFactory, coreOptionsFactory, createGroupMap, 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, permissionGuard, provideAbpCore, provideAbpCoreChild, pushValueTo, reloadRoute, setLanguageToCookie, trackBy, trackByDeep, uuid, validateCreditCard, validateMinAge, validateRange, validateRequired, validateStringLength, validateUniqueCharacter, validateUrl, withCompareFuncFactory, withOptions, withTitleStrategy };
4881
4935
  //# sourceMappingURL=abp-ng.core.mjs.map