@abp/ng.core 8.3.0-rc.1 → 8.3.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/abstracts/auth.guard.mjs +4 -4
- package/esm2022/lib/abstracts/auth.service.mjs +4 -4
- package/esm2022/lib/abstracts/ng-model.component.mjs +4 -4
- package/esm2022/lib/clients/http.client.mjs +4 -4
- package/esm2022/lib/components/dynamic-layout.component.mjs +4 -4
- package/esm2022/lib/components/replaceable-route-container.component.mjs +4 -4
- package/esm2022/lib/components/router-outlet.component.mjs +4 -4
- package/esm2022/lib/core.module.mjs +22 -30
- package/esm2022/lib/directives/autofocus.directive.mjs +4 -4
- package/esm2022/lib/directives/caps-lock.directive.mjs +4 -4
- package/esm2022/lib/directives/debounce.directive.mjs +4 -4
- package/esm2022/lib/directives/for.directive.mjs +4 -4
- package/esm2022/lib/directives/form-submit.directive.mjs +4 -4
- package/esm2022/lib/directives/init.directive.mjs +4 -4
- package/esm2022/lib/directives/permission.directive.mjs +4 -4
- package/esm2022/lib/directives/replaceable-template.directive.mjs +4 -4
- package/esm2022/lib/directives/show-password.directive.mjs +4 -4
- package/esm2022/lib/directives/stop-propagation.directive.mjs +4 -4
- package/esm2022/lib/guards/permission.guard.mjs +4 -4
- package/esm2022/lib/handlers/routes.handler.mjs +4 -4
- package/esm2022/lib/interceptors/api.interceptor.mjs +4 -4
- package/esm2022/lib/localization.module.mjs +5 -5
- package/esm2022/lib/models/environment.mjs +1 -1
- package/esm2022/lib/pipes/localization.pipe.mjs +5 -5
- package/esm2022/lib/pipes/safe-html.pipe.mjs +5 -5
- package/esm2022/lib/pipes/short-date-time.pipe.mjs +4 -4
- package/esm2022/lib/pipes/short-date.pipe.mjs +4 -4
- package/esm2022/lib/pipes/short-time.pipe.mjs +4 -4
- package/esm2022/lib/pipes/sort.pipe.mjs +5 -5
- package/esm2022/lib/pipes/to-injector.pipe.mjs +4 -4
- package/esm2022/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.mjs +4 -4
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.mjs +4 -4
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.mjs +4 -4
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.mjs +4 -4
- package/esm2022/lib/services/config-state.service.mjs +4 -4
- package/esm2022/lib/services/content-projection.service.mjs +4 -4
- package/esm2022/lib/services/dom-insertion.service.mjs +4 -4
- package/esm2022/lib/services/environment.service.mjs +4 -4
- package/esm2022/lib/services/http-error-reporter.service.mjs +4 -4
- package/esm2022/lib/services/http-wait.service.mjs +4 -4
- package/esm2022/lib/services/internet-connection-service.mjs +4 -4
- package/esm2022/lib/services/lazy-load.service.mjs +4 -4
- package/esm2022/lib/services/list.service.mjs +4 -4
- package/esm2022/lib/services/local-storage-listener.service.mjs +4 -4
- package/esm2022/lib/services/local-storage.service.mjs +4 -4
- package/esm2022/lib/services/localization.service.mjs +4 -4
- package/esm2022/lib/services/multi-tenancy.service.mjs +4 -4
- package/esm2022/lib/services/permission.service.mjs +4 -4
- package/esm2022/lib/services/replaceable-components.service.mjs +4 -4
- package/esm2022/lib/services/resource-wait.service.mjs +4 -4
- package/esm2022/lib/services/rest.service.mjs +4 -4
- package/esm2022/lib/services/router-events.service.mjs +4 -4
- package/esm2022/lib/services/router-wait.service.mjs +4 -4
- package/esm2022/lib/services/routes.service.mjs +7 -7
- package/esm2022/lib/services/session-state.service.mjs +4 -4
- package/esm2022/lib/services/subscription.service.mjs +4 -4
- package/esm2022/lib/services/title-strategy.service.mjs +4 -4
- package/esm2022/lib/services/track-by.service.mjs +4 -4
- package/esm2022/lib/services/window.service.mjs +4 -4
- package/esm2022/testing/lib/core-testing.module.mjs +5 -5
- package/esm2022/testing/lib/pipes/localization.pipe.mjs +5 -5
- package/esm2022/testing/lib/services/mock-permission.service.mjs +4 -4
- package/esm2022/testing/lib/services/mock-rest.service.mjs +4 -4
- package/fesm2022/abp-ng.core-testing.mjs +14 -14
- package/fesm2022/abp-ng.core-testing.mjs.map +1 -1
- package/fesm2022/abp-ng.core.mjs +199 -206
- package/fesm2022/abp-ng.core.mjs.map +1 -1
- package/lib/core.module.d.ts +13 -14
- package/lib/services/environment.service.d.ts +1 -1
- package/lib/strategies/context.strategy.d.ts +2 -2
- package/lib/strategies/projection.strategy.d.ts +6 -6
- package/package.json +3 -3
package/fesm2022/abp-ng.core.mjs
CHANGED
|
@@ -7,7 +7,7 @@ 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';
|
|
9
9
|
import * as i1 from '@angular/common/http';
|
|
10
|
-
import { HttpClient, HttpContextToken, HttpContext, HttpParams, HttpErrorResponse,
|
|
10
|
+
import { HttpClient, HttpContextToken, HttpContext, HttpParams, HttpErrorResponse, provideHttpClient, withInterceptorsFromDi, withXsrfConfiguration, HttpHeaders } from '@angular/common/http';
|
|
11
11
|
import compare from 'just-compare';
|
|
12
12
|
import clone from 'just-clone';
|
|
13
13
|
import { toSignal } from '@angular/core/rxjs-interop';
|
|
@@ -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: "
|
|
57
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
56
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbstractNgModelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
57
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.5", 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: "
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
83
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
82
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
83
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AuthGuard, providedIn: 'root' }); }
|
|
84
84
|
}
|
|
85
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
151
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
150
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
151
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
152
152
|
}
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
287
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
286
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ContentProjectionService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
287
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ContentProjectionService, providedIn: 'root' }); }
|
|
288
288
|
}
|
|
289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
455
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
454
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
455
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
456
456
|
}
|
|
457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
481
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: HttpErrorReporterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
481
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: HttpErrorReporterService, providedIn: 'root' }); }
|
|
482
482
|
}
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: HttpErrorReporterService, decorators: [{
|
|
484
484
|
type: Injectable,
|
|
485
485
|
args: [{ providedIn: 'root' }]
|
|
486
486
|
}] });
|
|
@@ -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: "
|
|
644
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpLocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
644
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpLocalStorageService, providedIn: 'root' }); }
|
|
645
645
|
}
|
|
646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
715
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SessionStateService, deps: [{ token: ConfigStateService }, { token: AbpLocalStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
715
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SessionStateService, providedIn: 'root' }); }
|
|
716
716
|
}
|
|
717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
740
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
739
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpTenantService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
740
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpTenantService, providedIn: 'root' }); }
|
|
741
741
|
}
|
|
742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
768
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ExternalHttpClient, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
768
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ExternalHttpClient, providedIn: 'root' }); }
|
|
769
769
|
}
|
|
770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
829
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
828
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
|
830
830
|
}
|
|
831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
867
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
866
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: MultiTenancyService, providedIn: 'root' }); }
|
|
868
868
|
}
|
|
869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1264
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DomInsertionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1264
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DomInsertionService, providedIn: 'root' }); }
|
|
1265
1265
|
}
|
|
1266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1332
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1331
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: HttpWaitService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1332
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: HttpWaitService, providedIn: 'root' }); }
|
|
1333
1333
|
}
|
|
1334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1368
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ResourceWaitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1368
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ResourceWaitService, providedIn: 'root' }); }
|
|
1369
1369
|
}
|
|
1370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1402
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1401
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LazyLoadService, deps: [{ token: ResourceWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1402
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LazyLoadService, providedIn: 'root' }); }
|
|
1403
1403
|
}
|
|
1404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1517
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1516
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ListService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1517
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ListService }); }
|
|
1518
1518
|
}
|
|
1519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1574
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: PermissionService, deps: [{ token: ConfigStateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1574
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: PermissionService, providedIn: 'root' }); }
|
|
1575
1575
|
}
|
|
1576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1616
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: ReplaceableComponentsService, providedIn: 'root' }); }
|
|
1617
1617
|
}
|
|
1618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1663
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RouterEvents, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1663
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RouterEvents, providedIn: 'root' }); }
|
|
1664
1664
|
}
|
|
1665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", 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: "
|
|
1703
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1702
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: RouterWaitService, providedIn: 'root' }); }
|
|
1704
1704
|
}
|
|
1705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RouterWaitService, decorators: [{
|
|
1706
1706
|
type: Injectable,
|
|
1707
1707
|
args: [{
|
|
1708
1708
|
providedIn: 'root',
|
|
@@ -1928,10 +1928,10 @@ class AbstractNavTreeService extends AbstractTreeService {
|
|
|
1928
1928
|
ngOnDestroy() {
|
|
1929
1929
|
this.subscription.unsubscribe();
|
|
1930
1930
|
}
|
|
1931
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1932
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1931
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbstractNavTreeService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1932
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbstractNavTreeService }); }
|
|
1933
1933
|
}
|
|
1934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbstractNavTreeService, decorators: [{
|
|
1935
1935
|
type: Injectable
|
|
1936
1936
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1937
1937
|
class RoutesService extends AbstractNavTreeService {
|
|
@@ -1944,10 +1944,10 @@ class RoutesService extends AbstractNavTreeService {
|
|
|
1944
1944
|
get groupedVisible$() {
|
|
1945
1945
|
return this.visible$.pipe(map$1(items => items.filter(item => this.hasPathOrChild(item))), map$1(visible => this.createGroupedTree(visible)));
|
|
1946
1946
|
}
|
|
1947
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1948
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1947
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RoutesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1948
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RoutesService, providedIn: 'root' }); }
|
|
1949
1949
|
}
|
|
1950
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RoutesService, decorators: [{
|
|
1951
1951
|
type: Injectable,
|
|
1952
1952
|
args: [{ providedIn: 'root' }]
|
|
1953
1953
|
}] });
|
|
@@ -1985,10 +1985,10 @@ class SubscriptionService {
|
|
|
1985
1985
|
this.subscription.unsubscribe();
|
|
1986
1986
|
this.subscription = new Subscription();
|
|
1987
1987
|
}
|
|
1988
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1989
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1988
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SubscriptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1989
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SubscriptionService }); }
|
|
1990
1990
|
}
|
|
1991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
1992
1992
|
type: Injectable
|
|
1993
1993
|
}] });
|
|
1994
1994
|
|
|
@@ -2001,10 +2001,10 @@ class TrackByService {
|
|
|
2001
2001
|
this.by = trackBy;
|
|
2002
2002
|
this.byDeep = trackByDeep;
|
|
2003
2003
|
}
|
|
2004
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2005
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2004
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: TrackByService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2005
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: TrackByService, providedIn: 'root' }); }
|
|
2006
2006
|
}
|
|
2007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: TrackByService, decorators: [{
|
|
2008
2008
|
type: Injectable,
|
|
2009
2009
|
args: [{
|
|
2010
2010
|
providedIn: 'root',
|
|
@@ -2041,10 +2041,10 @@ class AbpWindowService {
|
|
|
2041
2041
|
this.window.URL.revokeObjectURL(blobUrl);
|
|
2042
2042
|
this.document.body.removeChild(a);
|
|
2043
2043
|
}
|
|
2044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2045
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2044
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpWindowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2045
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpWindowService, providedIn: 'root' }); }
|
|
2046
2046
|
}
|
|
2047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpWindowService, decorators: [{
|
|
2048
2048
|
type: Injectable,
|
|
2049
2049
|
args: [{ providedIn: 'root' }]
|
|
2050
2050
|
}] });
|
|
@@ -2067,10 +2067,10 @@ class InternetConnectionService {
|
|
|
2067
2067
|
get networkStatus$() {
|
|
2068
2068
|
return this.status$.asObservable();
|
|
2069
2069
|
}
|
|
2070
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2071
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: InternetConnectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2071
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: InternetConnectionService, providedIn: 'root' }); }
|
|
2072
2072
|
}
|
|
2073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: InternetConnectionService, decorators: [{
|
|
2074
2074
|
type: Injectable,
|
|
2075
2075
|
args: [{
|
|
2076
2076
|
providedIn: 'root',
|
|
@@ -2086,10 +2086,10 @@ class LocalStorageListenerService {
|
|
|
2086
2086
|
}
|
|
2087
2087
|
});
|
|
2088
2088
|
}
|
|
2089
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2090
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2089
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalStorageListenerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2090
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalStorageListenerService, providedIn: 'root' }); }
|
|
2091
2091
|
}
|
|
2092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalStorageListenerService, decorators: [{
|
|
2093
2093
|
type: Injectable,
|
|
2094
2094
|
args: [{
|
|
2095
2095
|
providedIn: 'root',
|
|
@@ -2125,10 +2125,10 @@ class AbpTitleStrategy extends TitleStrategy {
|
|
|
2125
2125
|
}
|
|
2126
2126
|
this.title.setTitle(localizedText);
|
|
2127
2127
|
}
|
|
2128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2129
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2128
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpTitleStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2129
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpTitleStrategy, providedIn: 'root' }); }
|
|
2130
2130
|
}
|
|
2131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpTitleStrategy, decorators: [{
|
|
2132
2132
|
type: Injectable,
|
|
2133
2133
|
args: [{
|
|
2134
2134
|
providedIn: 'root',
|
|
@@ -2145,10 +2145,10 @@ class AbpApplicationConfigurationService {
|
|
|
2145
2145
|
params: { includeLocalizationResources: options.includeLocalizationResources },
|
|
2146
2146
|
}, { apiName: this.apiName, ...config });
|
|
2147
2147
|
}
|
|
2148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2149
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApplicationConfigurationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2149
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApplicationConfigurationService, providedIn: 'root' }); }
|
|
2150
2150
|
}
|
|
2151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApplicationConfigurationService, decorators: [{
|
|
2152
2152
|
type: Injectable,
|
|
2153
2153
|
args: [{
|
|
2154
2154
|
providedIn: 'root',
|
|
@@ -2165,10 +2165,10 @@ class AbpApplicationLocalizationService {
|
|
|
2165
2165
|
params: { cultureName: input.cultureName, onlyDynamics: input.onlyDynamics },
|
|
2166
2166
|
}, { apiName: this.apiName, ...config });
|
|
2167
2167
|
}
|
|
2168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2169
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2168
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApplicationLocalizationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2169
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApplicationLocalizationService, providedIn: 'root' }); }
|
|
2170
2170
|
}
|
|
2171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApplicationLocalizationService, decorators: [{
|
|
2172
2172
|
type: Injectable,
|
|
2173
2173
|
args: [{
|
|
2174
2174
|
providedIn: 'root',
|
|
@@ -2320,10 +2320,10 @@ class ConfigStateService {
|
|
|
2320
2320
|
getGlobalFeatureIsEnabled$(key) {
|
|
2321
2321
|
return this.store.sliceState(state => this.isGlobalFeatureEnabled(key, state.globalFeatures));
|
|
2322
2322
|
}
|
|
2323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2324
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: ConfigStateService, providedIn: 'root' }); }
|
|
2325
2325
|
}
|
|
2326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ConfigStateService, decorators: [{
|
|
2327
2327
|
type: Injectable,
|
|
2328
2328
|
args: [{
|
|
2329
2329
|
providedIn: 'root',
|
|
@@ -2513,10 +2513,10 @@ class LocalizationService {
|
|
|
2513
2513
|
localization = '';
|
|
2514
2514
|
return localization || defaultValue || key;
|
|
2515
2515
|
}
|
|
2516
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2517
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2516
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
|
|
2518
2518
|
}
|
|
2519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalizationService, decorators: [{
|
|
2520
2520
|
type: Injectable,
|
|
2521
2521
|
args: [{ providedIn: 'root' }]
|
|
2522
2522
|
}], ctorParameters: () => [{ type: SessionStateService }, { type: i0.Injector }, { type: LocalizationService, decorators: [{
|
|
@@ -2628,14 +2628,14 @@ class DynamicLayoutComponent {
|
|
|
2628
2628
|
getComponent(key) {
|
|
2629
2629
|
return this.replaceableComponents.get(key);
|
|
2630
2630
|
}
|
|
2631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2632
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2631
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", type: DynamicLayoutComponent, selector: "abp-dynamic-layout", providers: [SubscriptionService], ngImport: i0, template: `
|
|
2633
2633
|
@if (isLayoutVisible) {
|
|
2634
2634
|
<ng-container [ngComponentOutlet]="layout"></ng-container>
|
|
2635
2635
|
}
|
|
2636
2636
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }] }); }
|
|
2637
2637
|
}
|
|
2638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DynamicLayoutComponent, decorators: [{
|
|
2639
2639
|
type: Component,
|
|
2640
2640
|
args: [{
|
|
2641
2641
|
selector: 'abp-dynamic-layout',
|
|
@@ -2668,12 +2668,12 @@ class ReplaceableRouteContainerComponent {
|
|
|
2668
2668
|
this.externalComponent = res.component;
|
|
2669
2669
|
});
|
|
2670
2670
|
}
|
|
2671
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2672
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", type: ReplaceableRouteContainerComponent, selector: "abp-replaceable-route-container", providers: [SubscriptionService], ngImport: i0, template: `
|
|
2673
2673
|
<ng-container *ngComponentOutlet="externalComponent || defaultComponent"></ng-container>
|
|
2674
2674
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }] }); }
|
|
2675
2675
|
}
|
|
2676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ReplaceableRouteContainerComponent, decorators: [{
|
|
2677
2677
|
type: Component,
|
|
2678
2678
|
args: [{
|
|
2679
2679
|
selector: 'abp-replaceable-route-container',
|
|
@@ -2685,10 +2685,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2685
2685
|
}], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: ReplaceableComponentsService }, { type: SubscriptionService }] });
|
|
2686
2686
|
|
|
2687
2687
|
class RouterOutletComponent {
|
|
2688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2689
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2688
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2689
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.5", 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"] }] }); }
|
|
2690
2690
|
}
|
|
2691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RouterOutletComponent, decorators: [{
|
|
2692
2692
|
type: Component,
|
|
2693
2693
|
args: [{
|
|
2694
2694
|
selector: 'abp-router-outlet',
|
|
@@ -3053,10 +3053,10 @@ class AutofocusDirective {
|
|
|
3053
3053
|
ngAfterViewInit() {
|
|
3054
3054
|
setTimeout(() => this.elRef.nativeElement.focus(), this.delay);
|
|
3055
3055
|
}
|
|
3056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3057
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3056
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3057
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: AutofocusDirective, isStandalone: true, selector: "[autofocus]", inputs: { delay: ["autofocus", "delay"] }, ngImport: i0 }); }
|
|
3058
3058
|
}
|
|
3059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AutofocusDirective, decorators: [{
|
|
3060
3060
|
type: Directive,
|
|
3061
3061
|
args: [{
|
|
3062
3062
|
standalone: true,
|
|
@@ -3080,10 +3080,10 @@ class InputEventDebounceDirective {
|
|
|
3080
3080
|
this.debounceEvent.emit(event);
|
|
3081
3081
|
});
|
|
3082
3082
|
}
|
|
3083
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3084
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3083
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", type: InputEventDebounceDirective, isStandalone: true, selector: "[input.debounce]", inputs: { debounce: "debounce" }, outputs: { debounceEvent: "input.debounce" }, providers: [SubscriptionService], ngImport: i0 }); }
|
|
3085
3085
|
}
|
|
3086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: InputEventDebounceDirective, decorators: [{
|
|
3087
3087
|
type: Directive,
|
|
3088
3088
|
args: [{
|
|
3089
3089
|
standalone: true,
|
|
@@ -3218,10 +3218,10 @@ class ForDirective {
|
|
|
3218
3218
|
this.projectItems(items);
|
|
3219
3219
|
}
|
|
3220
3220
|
}
|
|
3221
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3222
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", 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 }); }
|
|
3223
3223
|
}
|
|
3224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ForDirective, decorators: [{
|
|
3225
3225
|
type: Directive,
|
|
3226
3226
|
args: [{
|
|
3227
3227
|
standalone: true,
|
|
@@ -3288,10 +3288,10 @@ class FormSubmitDirective {
|
|
|
3288
3288
|
form.markAsDirty();
|
|
3289
3289
|
this.cdRef.detectChanges();
|
|
3290
3290
|
}
|
|
3291
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3292
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", type: FormSubmitDirective, isStandalone: true, selector: "form[ngSubmit][formGroup]", inputs: { debounce: "debounce", notValidateOnSubmit: "notValidateOnSubmit", markAsDirtyWhenSubmit: "markAsDirtyWhenSubmit" }, outputs: { ngSubmit: "ngSubmit" }, providers: [SubscriptionService], ngImport: i0 }); }
|
|
3293
3293
|
}
|
|
3294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: FormSubmitDirective, decorators: [{
|
|
3295
3295
|
type: Directive,
|
|
3296
3296
|
args: [{
|
|
3297
3297
|
standalone: true,
|
|
@@ -3330,10 +3330,10 @@ class InitDirective {
|
|
|
3330
3330
|
ngAfterViewInit() {
|
|
3331
3331
|
this.init.emit(this.elRef);
|
|
3332
3332
|
}
|
|
3333
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3334
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: InitDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3334
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: InitDirective, isStandalone: true, selector: "[abpInit]", outputs: { init: "abpInit" }, ngImport: i0 }); }
|
|
3335
3335
|
}
|
|
3336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: InitDirective, decorators: [{
|
|
3337
3337
|
type: Directive,
|
|
3338
3338
|
args: [{
|
|
3339
3339
|
standalone: true,
|
|
@@ -3390,10 +3390,10 @@ class PermissionDirective {
|
|
|
3390
3390
|
this.cdrSubject.pipe(take(1)).subscribe(() => this.queue.add(() => this.cdRef.detectChanges()));
|
|
3391
3391
|
this.rendered = true;
|
|
3392
3392
|
}
|
|
3393
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3394
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", type: PermissionDirective, isStandalone: true, selector: "[abpPermission]", inputs: { condition: ["abpPermission", "condition"], runChangeDetection: ["abpPermissionRunChangeDetection", "runChangeDetection"] }, usesOnChanges: true, ngImport: i0 }); }
|
|
3395
3395
|
}
|
|
3396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: PermissionDirective, decorators: [{
|
|
3397
3397
|
type: Directive,
|
|
3398
3398
|
args: [{
|
|
3399
3399
|
standalone: true,
|
|
@@ -3522,10 +3522,10 @@ class ReplaceableTemplateDirective {
|
|
|
3522
3522
|
this.defaultComponentSubscriptions = {};
|
|
3523
3523
|
this.defaultComponentRef = null;
|
|
3524
3524
|
}
|
|
3525
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3526
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3525
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", type: ReplaceableTemplateDirective, isStandalone: true, selector: "[abpReplaceableTemplate]", inputs: { data: ["abpReplaceableTemplate", "data"] }, providers: [SubscriptionService], usesOnChanges: true, ngImport: i0 }); }
|
|
3527
3527
|
}
|
|
3528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ReplaceableTemplateDirective, decorators: [{
|
|
3529
3529
|
type: Directive,
|
|
3530
3530
|
args: [{
|
|
3531
3531
|
standalone: true,
|
|
@@ -3549,10 +3549,10 @@ class StopPropagationDirective {
|
|
|
3549
3549
|
this.stopPropEvent.emit(event);
|
|
3550
3550
|
});
|
|
3551
3551
|
}
|
|
3552
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3553
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3552
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", type: StopPropagationDirective, isStandalone: true, selector: "[click.stop]", outputs: { stopPropEvent: "click.stop" }, providers: [SubscriptionService], ngImport: i0 }); }
|
|
3554
3554
|
}
|
|
3555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StopPropagationDirective, decorators: [{
|
|
3556
3556
|
type: Directive,
|
|
3557
3557
|
args: [{
|
|
3558
3558
|
standalone: true,
|
|
@@ -3580,11 +3580,11 @@ class LocalizationPipe {
|
|
|
3580
3580
|
}, []) || [];
|
|
3581
3581
|
return this.localization.instant(value, ...params);
|
|
3582
3582
|
}
|
|
3583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3584
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3585
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3583
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalizationPipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3584
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: LocalizationPipe, name: "abpLocalization" }); }
|
|
3585
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalizationPipe }); }
|
|
3586
3586
|
}
|
|
3587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalizationPipe, decorators: [{
|
|
3588
3588
|
type: Injectable
|
|
3589
3589
|
}, {
|
|
3590
3590
|
type: Pipe,
|
|
@@ -3594,11 +3594,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3594
3594
|
}], ctorParameters: () => [{ type: LocalizationService }] });
|
|
3595
3595
|
|
|
3596
3596
|
class LocalizationModule {
|
|
3597
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3598
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
3599
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3597
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3598
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: LocalizationModule, declarations: [LocalizationPipe], exports: [LocalizationPipe] }); }
|
|
3599
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalizationModule }); }
|
|
3600
3600
|
}
|
|
3601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: LocalizationModule, decorators: [{
|
|
3602
3602
|
type: NgModule,
|
|
3603
3603
|
args: [{
|
|
3604
3604
|
exports: [LocalizationPipe],
|
|
@@ -3640,11 +3640,11 @@ class SortPipe {
|
|
|
3640
3640
|
];
|
|
3641
3641
|
return sortOrder === 'asc' ? sorted : sorted.reverse();
|
|
3642
3642
|
}
|
|
3643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3644
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3645
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3644
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: SortPipe, name: "abpSort" }); }
|
|
3645
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SortPipe }); }
|
|
3646
3646
|
}
|
|
3647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SortPipe, decorators: [{
|
|
3648
3648
|
type: Injectable
|
|
3649
3649
|
}, {
|
|
3650
3650
|
type: Pipe,
|
|
@@ -3670,10 +3670,10 @@ class ToInjectorPipe {
|
|
|
3670
3670
|
name,
|
|
3671
3671
|
});
|
|
3672
3672
|
}
|
|
3673
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3674
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3673
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ToInjectorPipe, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3674
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: ToInjectorPipe, name: "toInjector" }); }
|
|
3675
3675
|
}
|
|
3676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ToInjectorPipe, decorators: [{
|
|
3677
3677
|
type: Pipe,
|
|
3678
3678
|
args: [{
|
|
3679
3679
|
name: 'toInjector',
|
|
@@ -3694,10 +3694,10 @@ class ShortDateTimePipe extends DatePipe {
|
|
|
3694
3694
|
const format = getShortDateShortTimeFormat(this.configStateService);
|
|
3695
3695
|
return super.transform(value, format, timezone, locale);
|
|
3696
3696
|
}
|
|
3697
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3698
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3697
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: ShortDateTimePipe, name: "shortDateTime" }); }
|
|
3699
3699
|
}
|
|
3700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ShortDateTimePipe, decorators: [{
|
|
3701
3701
|
type: Pipe,
|
|
3702
3702
|
args: [{
|
|
3703
3703
|
name: 'shortDateTime',
|
|
@@ -3722,10 +3722,10 @@ class ShortTimePipe extends DatePipe {
|
|
|
3722
3722
|
const format = getShortTimeFormat(this.configStateService);
|
|
3723
3723
|
return super.transform(value, format, timezone, locale);
|
|
3724
3724
|
}
|
|
3725
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3726
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3725
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: ShortTimePipe, name: "shortTime" }); }
|
|
3727
3727
|
}
|
|
3728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ShortTimePipe, decorators: [{
|
|
3729
3729
|
type: Pipe,
|
|
3730
3730
|
args: [{
|
|
3731
3731
|
name: 'shortTime',
|
|
@@ -3750,10 +3750,10 @@ class ShortDatePipe extends DatePipe {
|
|
|
3750
3750
|
const format = getShortDateFormat(this.configStateService);
|
|
3751
3751
|
return super.transform(value, format, timezone, locale);
|
|
3752
3752
|
}
|
|
3753
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3754
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3753
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: ShortDatePipe, name: "shortDate" }); }
|
|
3755
3755
|
}
|
|
3756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ShortDatePipe, decorators: [{
|
|
3757
3757
|
type: Pipe,
|
|
3758
3758
|
args: [{
|
|
3759
3759
|
name: 'shortDate',
|
|
@@ -3778,11 +3778,11 @@ class SafeHtmlPipe {
|
|
|
3778
3778
|
return '';
|
|
3779
3779
|
return this.sanitizer.sanitize(SecurityContext.HTML, value);
|
|
3780
3780
|
}
|
|
3781
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3782
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3783
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3781
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3782
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: SafeHtmlPipe, name: "abpSafeHtml" }); }
|
|
3783
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SafeHtmlPipe }); }
|
|
3784
3784
|
}
|
|
3785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
3786
3786
|
type: Injectable
|
|
3787
3787
|
}, {
|
|
3788
3788
|
type: Pipe,
|
|
@@ -3854,10 +3854,10 @@ class RoutesHandler {
|
|
|
3854
3854
|
}
|
|
3855
3855
|
});
|
|
3856
3856
|
}
|
|
3857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3858
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", 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: "18.1.5", ngImport: i0, type: RoutesHandler, providedIn: 'root' }); }
|
|
3859
3859
|
}
|
|
3860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RoutesHandler, decorators: [{
|
|
3861
3861
|
type: Injectable,
|
|
3862
3862
|
args: [{
|
|
3863
3863
|
providedIn: 'root',
|
|
@@ -4017,8 +4017,8 @@ const standaloneDirectives = [
|
|
|
4017
4017
|
* This module will be imported and exported by all others.
|
|
4018
4018
|
*/
|
|
4019
4019
|
class BaseCoreModule {
|
|
4020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4021
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
4020
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4021
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: BaseCoreModule, declarations: [AbstractNgModelComponent,
|
|
4022
4022
|
DynamicLayoutComponent,
|
|
4023
4023
|
ReplaceableRouteContainerComponent,
|
|
4024
4024
|
RouterOutletComponent,
|
|
@@ -4028,7 +4028,6 @@ class BaseCoreModule {
|
|
|
4028
4028
|
ShortDateTimePipe,
|
|
4029
4029
|
ShortTimePipe,
|
|
4030
4030
|
ShortDatePipe], imports: [CommonModule,
|
|
4031
|
-
HttpClientModule,
|
|
4032
4031
|
FormsModule,
|
|
4033
4032
|
ReactiveFormsModule,
|
|
4034
4033
|
RouterModule,
|
|
@@ -4040,7 +4039,6 @@ class BaseCoreModule {
|
|
|
4040
4039
|
PermissionDirective,
|
|
4041
4040
|
ReplaceableTemplateDirective,
|
|
4042
4041
|
StopPropagationDirective], exports: [CommonModule,
|
|
4043
|
-
HttpClientModule,
|
|
4044
4042
|
FormsModule,
|
|
4045
4043
|
ReactiveFormsModule,
|
|
4046
4044
|
RouterModule,
|
|
@@ -4062,24 +4060,21 @@ class BaseCoreModule {
|
|
|
4062
4060
|
PermissionDirective,
|
|
4063
4061
|
ReplaceableTemplateDirective,
|
|
4064
4062
|
StopPropagationDirective] }); }
|
|
4065
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4066
|
-
HttpClientModule,
|
|
4063
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseCoreModule, providers: [LocalizationPipe, provideHttpClient(withInterceptorsFromDi())], imports: [CommonModule,
|
|
4067
4064
|
FormsModule,
|
|
4068
4065
|
ReactiveFormsModule,
|
|
4069
4066
|
RouterModule,
|
|
4070
4067
|
LocalizationModule, CommonModule,
|
|
4071
|
-
HttpClientModule,
|
|
4072
4068
|
FormsModule,
|
|
4073
4069
|
ReactiveFormsModule,
|
|
4074
4070
|
RouterModule,
|
|
4075
4071
|
LocalizationModule] }); }
|
|
4076
4072
|
}
|
|
4077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseCoreModule, decorators: [{
|
|
4078
4074
|
type: NgModule,
|
|
4079
4075
|
args: [{
|
|
4080
4076
|
exports: [
|
|
4081
4077
|
CommonModule,
|
|
4082
|
-
HttpClientModule,
|
|
4083
4078
|
FormsModule,
|
|
4084
4079
|
ReactiveFormsModule,
|
|
4085
4080
|
RouterModule,
|
|
@@ -4098,7 +4093,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4098
4093
|
],
|
|
4099
4094
|
imports: [
|
|
4100
4095
|
CommonModule,
|
|
4101
|
-
HttpClientModule,
|
|
4102
4096
|
FormsModule,
|
|
4103
4097
|
ReactiveFormsModule,
|
|
4104
4098
|
RouterModule,
|
|
@@ -4117,7 +4111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4117
4111
|
ShortTimePipe,
|
|
4118
4112
|
ShortDatePipe,
|
|
4119
4113
|
],
|
|
4120
|
-
providers: [LocalizationPipe],
|
|
4114
|
+
providers: [LocalizationPipe, provideHttpClient(withInterceptorsFromDi())],
|
|
4121
4115
|
}]
|
|
4122
4116
|
}] });
|
|
4123
4117
|
/**
|
|
@@ -4125,26 +4119,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4125
4119
|
* and it introduces imports useful at root level (e.g. NGXS)
|
|
4126
4120
|
*/
|
|
4127
4121
|
class RootCoreModule {
|
|
4128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4129
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
4130
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4131
|
-
|
|
4132
|
-
HttpClientXsrfModule.withOptions({
|
|
4122
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RootCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4123
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: RootCoreModule, imports: [BaseCoreModule, LocalizationModule], exports: [BaseCoreModule, LocalizationModule] }); }
|
|
4124
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RootCoreModule, providers: [
|
|
4125
|
+
provideHttpClient(withXsrfConfiguration({
|
|
4133
4126
|
cookieName: 'XSRF-TOKEN',
|
|
4134
4127
|
headerName: 'RequestVerificationToken',
|
|
4135
|
-
}),
|
|
4128
|
+
})),
|
|
4129
|
+
], imports: [BaseCoreModule, LocalizationModule, BaseCoreModule, LocalizationModule] }); }
|
|
4136
4130
|
}
|
|
4137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: RootCoreModule, decorators: [{
|
|
4138
4132
|
type: NgModule,
|
|
4139
4133
|
args: [{
|
|
4140
4134
|
exports: [BaseCoreModule, LocalizationModule],
|
|
4141
|
-
imports: [
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
HttpClientXsrfModule.withOptions({
|
|
4135
|
+
imports: [BaseCoreModule, LocalizationModule],
|
|
4136
|
+
providers: [
|
|
4137
|
+
provideHttpClient(withXsrfConfiguration({
|
|
4145
4138
|
cookieName: 'XSRF-TOKEN',
|
|
4146
4139
|
headerName: 'RequestVerificationToken',
|
|
4147
|
-
}),
|
|
4140
|
+
})),
|
|
4148
4141
|
],
|
|
4149
4142
|
}]
|
|
4150
4143
|
}] });
|
|
@@ -4170,11 +4163,11 @@ class CoreModule {
|
|
|
4170
4163
|
providers: [provideAbpCoreChild(options)],
|
|
4171
4164
|
};
|
|
4172
4165
|
}
|
|
4173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4174
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
4175
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4167
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: CoreModule, imports: [BaseCoreModule], exports: [BaseCoreModule] }); }
|
|
4168
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: CoreModule, imports: [BaseCoreModule, BaseCoreModule] }); }
|
|
4176
4169
|
}
|
|
4177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: CoreModule, decorators: [{
|
|
4178
4171
|
type: NgModule,
|
|
4179
4172
|
args: [{
|
|
4180
4173
|
exports: [BaseCoreModule],
|
|
@@ -4192,10 +4185,10 @@ class ShowPasswordDirective {
|
|
|
4192
4185
|
return;
|
|
4193
4186
|
element.type = visible ? 'text' : 'password';
|
|
4194
4187
|
}
|
|
4195
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4196
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ShowPasswordDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4189
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: ShowPasswordDirective, isStandalone: true, selector: "[abpShowPassword]", inputs: { abpShowPassword: "abpShowPassword" }, ngImport: i0 }); }
|
|
4197
4190
|
}
|
|
4198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ShowPasswordDirective, decorators: [{
|
|
4199
4192
|
type: Directive,
|
|
4200
4193
|
args: [{
|
|
4201
4194
|
standalone: true,
|
|
@@ -4224,10 +4217,10 @@ class TrackCapsLockDirective {
|
|
|
4224
4217
|
}
|
|
4225
4218
|
return false;
|
|
4226
4219
|
}
|
|
4227
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4228
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: TrackCapsLockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4221
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: TrackCapsLockDirective, isStandalone: true, selector: "[abpCapsLock]", outputs: { capsLock: "abpCapsLock" }, host: { listeners: { "window:keydown": "onKeyDown($event)", "window:keyup": "onKeyUp($event)" } }, ngImport: i0 }); }
|
|
4229
4222
|
}
|
|
4230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: TrackCapsLockDirective, decorators: [{
|
|
4231
4224
|
type: Directive,
|
|
4232
4225
|
args: [{
|
|
4233
4226
|
standalone: true,
|
|
@@ -4269,10 +4262,10 @@ class PermissionGuard {
|
|
|
4269
4262
|
}
|
|
4270
4263
|
}));
|
|
4271
4264
|
}
|
|
4272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4273
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4265
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: PermissionGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4266
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: PermissionGuard, providedIn: 'root' }); }
|
|
4274
4267
|
}
|
|
4275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: PermissionGuard, decorators: [{
|
|
4276
4269
|
type: Injectable,
|
|
4277
4270
|
args: [{
|
|
4278
4271
|
providedIn: 'root',
|
|
@@ -4473,10 +4466,10 @@ class AbpApiDefinitionService {
|
|
|
4473
4466
|
params: { includeTypes: model.includeTypes },
|
|
4474
4467
|
}, { apiName: this.apiName, ...config });
|
|
4475
4468
|
}
|
|
4476
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4477
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApiDefinitionService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4470
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApiDefinitionService, providedIn: 'root' }); }
|
|
4478
4471
|
}
|
|
4479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: AbpApiDefinitionService, decorators: [{
|
|
4480
4473
|
type: Injectable,
|
|
4481
4474
|
args: [{
|
|
4482
4475
|
providedIn: 'root',
|
|
@@ -4915,10 +4908,10 @@ class ApiInterceptor {
|
|
|
4915
4908
|
this.httpWaitService.addRequest(request);
|
|
4916
4909
|
return next.handle(request).pipe(finalize(() => this.httpWaitService.deleteRequest(request)));
|
|
4917
4910
|
}
|
|
4918
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4919
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4911
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ApiInterceptor, deps: [{ token: HttpWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4912
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ApiInterceptor, providedIn: 'root' }); }
|
|
4920
4913
|
}
|
|
4921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ApiInterceptor, decorators: [{
|
|
4922
4915
|
type: Injectable,
|
|
4923
4916
|
args: [{
|
|
4924
4917
|
providedIn: 'root',
|