@abp/ng.core 8.0.4 → 8.1.0-rc.2
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 +3 -3
- package/esm2022/lib/abstracts/auth.service.mjs +27 -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 +3 -3
- package/esm2022/lib/components/router-outlet.component.mjs +3 -3
- package/esm2022/lib/core.module.mjs +19 -14
- package/esm2022/lib/directives/autofocus.directive.mjs +3 -3
- package/esm2022/lib/directives/caps-lock.directive.mjs +4 -4
- package/esm2022/lib/directives/debounce.directive.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/directives/stop-propagation.directive.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/localization.module.mjs +4 -4
- package/esm2022/lib/models/dtos.mjs +1 -1
- package/esm2022/lib/pipes/localization.pipe.mjs +5 -5
- package/esm2022/lib/pipes/safe-html.pipe.mjs +4 -4
- package/esm2022/lib/pipes/short-date-time.pipe.mjs +3 -3
- package/esm2022/lib/pipes/short-date.pipe.mjs +3 -3
- package/esm2022/lib/pipes/short-time.pipe.mjs +3 -3
- package/esm2022/lib/pipes/sort.pipe.mjs +5 -5
- package/esm2022/lib/pipes/to-injector.pipe.mjs +3 -3
- package/esm2022/lib/providers/locale.provider.mjs +1 -1
- package/esm2022/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.mjs +3 -3
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.mjs +3 -3
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.mjs +3 -3
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.mjs +3 -3
- package/esm2022/lib/services/config-state.service.mjs +4 -4
- package/esm2022/lib/services/content-projection.service.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/services/http-wait.service.mjs +4 -4
- package/esm2022/lib/services/internet-connection-service.mjs +3 -3
- package/esm2022/lib/services/lazy-load.service.mjs +3 -3
- package/esm2022/lib/services/list.service.mjs +4 -4
- package/esm2022/lib/services/local-storage.service.mjs +3 -3
- package/esm2022/lib/services/localization.service.mjs +4 -4
- package/esm2022/lib/services/multi-tenancy.service.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/services/rest.service.mjs +6 -6
- package/esm2022/lib/services/router-events.service.mjs +3 -3
- package/esm2022/lib/services/router-wait.service.mjs +3 -3
- 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 +43 -0
- package/esm2022/lib/services/track-by.service.mjs +3 -3
- package/esm2022/lib/services/window.service.mjs +3 -3
- package/esm2022/lib/strategies/content-security.strategy.mjs +1 -1
- package/esm2022/lib/strategies/content.strategy.mjs +1 -1
- package/esm2022/lib/strategies/cross-origin.strategy.mjs +1 -1
- package/esm2022/lib/tokens/localization.token.mjs +1 -1
- package/esm2022/lib/utils/environment-utils.mjs +1 -1
- package/esm2022/lib/utils/generator-utils.mjs +1 -1
- package/esm2022/lib/utils/initial-utils.mjs +1 -1
- package/esm2022/lib/utils/internal-store-utils.mjs +1 -1
- package/esm2022/lib/utils/localization-utils.mjs +1 -1
- package/esm2022/lib/utils/multi-tenancy-utils.mjs +1 -1
- package/esm2022/lib/utils/object-utils.mjs +1 -1
- package/esm2022/lib/utils/queue.mjs +1 -1
- package/esm2022/lib/utils/tree-utils.mjs +1 -1
- package/esm2022/lib/validators/credit-card.validator.mjs +1 -1
- package/esm2022/lib/validators/url.validator.mjs +1 -1
- package/esm2022/locale/utils/register-locale.mjs +1 -1
- package/esm2022/testing/lib/core-testing.module.mjs +4 -4
- package/esm2022/testing/lib/services/mock-permission.service.mjs +3 -3
- package/esm2022/testing/lib/services/mock-rest.service.mjs +3 -3
- package/fesm2022/abp-ng.core-locale.mjs.map +1 -1
- package/fesm2022/abp-ng.core-testing.mjs +10 -10
- package/fesm2022/abp-ng.core.mjs +253 -189
- package/fesm2022/abp-ng.core.mjs.map +1 -1
- package/lib/abstracts/auth.service.d.ts +11 -0
- package/lib/services/title-strategy.service.d.ts +17 -0
- package/package.json +2 -2
package/fesm2022/abp-ng.core.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, ChangeDetectorRef, Component, Input, Injectable, InjectionToken, Inject, Optional, isDevMode, SkipSelf, NgModuleFactory, Injector, Compiler, signal, computed, Directive, EventEmitter, Output, Self, Pipe, NgModule, APP_INITIALIZER, LOCALE_ID, SecurityContext, ElementRef, HostListener, ComponentFactoryResolver, ApplicationRef } from '@angular/core';
|
|
2
|
+
import { inject, ChangeDetectorRef, Component, Input, Injectable, InjectionToken, Inject, Optional, isDevMode, SkipSelf, NgModuleFactory, Injector, Compiler, signal, computed, Directive, EventEmitter, Output, Self, Pipe, NgModule, APP_INITIALIZER, LOCALE_ID, SecurityContext, effect, ElementRef, HostListener, ComponentFactoryResolver, ApplicationRef } from '@angular/core';
|
|
3
3
|
import { of, BehaviorSubject, Subject, throwError, combineLatest, from, firstValueFrom, lastValueFrom, Observable, timer, pipe, concat, ReplaySubject, Subscription, map as map$1, fromEvent } from 'rxjs';
|
|
4
4
|
import * as i1$1 from '@angular/router';
|
|
5
|
-
import { PRIMARY_OUTLET, NavigationCancel, NavigationEnd, NavigationError, NavigationStart, Router, ActivatedRoute, RouterModule } from '@angular/router';
|
|
5
|
+
import { PRIMARY_OUTLET, NavigationCancel, NavigationEnd, NavigationError, NavigationStart, Router, ActivatedRoute, TitleStrategy, 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, switchMap, take, tap, mapTo, takeUntil, delay, retryWhen, shareReplay, debounceTime, finalize } from 'rxjs/operators';
|
|
@@ -12,7 +12,8 @@ import compare from 'just-compare';
|
|
|
12
12
|
import clone from 'just-clone';
|
|
13
13
|
import * as i1$3 from '@angular/forms';
|
|
14
14
|
import { FormsModule, ReactiveFormsModule, Validators } from '@angular/forms';
|
|
15
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
15
|
+
import { DomSanitizer, Title } from '@angular/platform-browser';
|
|
16
|
+
import { toSignal } from '@angular/core/rxjs-interop';
|
|
16
17
|
|
|
17
18
|
// Not an abstract class on purpose. Do not change!
|
|
18
19
|
class AbstractNgModelComponent {
|
|
@@ -52,10 +53,10 @@ class AbstractNgModelComponent {
|
|
|
52
53
|
setDisabledState(isDisabled) {
|
|
53
54
|
this.disabled = isDisabled;
|
|
54
55
|
}
|
|
55
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
56
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
56
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbstractNgModelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
57
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: AbstractNgModelComponent, selector: "ng-component", inputs: { disabled: "disabled", readonly: "readonly", valueFn: "valueFn", valueLimitFn: "valueLimitFn", value: "value" }, ngImport: i0, template: '', isInline: true }); }
|
|
57
58
|
}
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbstractNgModelComponent, decorators: [{
|
|
59
60
|
type: Component,
|
|
60
61
|
args: [{ template: '' }]
|
|
61
62
|
}], propDecorators: { disabled: [{
|
|
@@ -78,10 +79,10 @@ class AuthGuard {
|
|
|
78
79
|
console.error('You should add @abp/ng-oauth packages or create your own auth packages.');
|
|
79
80
|
return false;
|
|
80
81
|
}
|
|
81
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
82
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
82
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
83
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthGuard, providedIn: 'root' }); }
|
|
83
84
|
}
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthGuard, decorators: [{
|
|
85
86
|
type: Injectable,
|
|
86
87
|
args: [{
|
|
87
88
|
providedIn: 'root',
|
|
@@ -99,6 +100,13 @@ class AuthService {
|
|
|
99
100
|
warningMessage() {
|
|
100
101
|
console.error('You should add @abp/ng-oauth packages or create your own auth packages.');
|
|
101
102
|
}
|
|
103
|
+
get oidc() {
|
|
104
|
+
this.warningMessage();
|
|
105
|
+
return false;
|
|
106
|
+
}
|
|
107
|
+
set oidc(value) {
|
|
108
|
+
this.warningMessage();
|
|
109
|
+
}
|
|
102
110
|
init() {
|
|
103
111
|
this.warningMessage();
|
|
104
112
|
return Promise.resolve(undefined);
|
|
@@ -123,10 +131,26 @@ class AuthService {
|
|
|
123
131
|
console.log({ grantType, parameters, headers });
|
|
124
132
|
return Promise.reject(new Error('not implemented'));
|
|
125
133
|
}
|
|
126
|
-
|
|
127
|
-
|
|
134
|
+
getAccessTokenExpiration() {
|
|
135
|
+
this.warningMessage();
|
|
136
|
+
return 0;
|
|
137
|
+
}
|
|
138
|
+
getRefreshToken() {
|
|
139
|
+
this.warningMessage();
|
|
140
|
+
return '';
|
|
141
|
+
}
|
|
142
|
+
getAccessToken() {
|
|
143
|
+
this.warningMessage();
|
|
144
|
+
return '';
|
|
145
|
+
}
|
|
146
|
+
refreshToken() {
|
|
147
|
+
this.warningMessage();
|
|
148
|
+
return Promise.resolve(undefined);
|
|
149
|
+
}
|
|
150
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
151
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
128
152
|
}
|
|
129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthService, decorators: [{
|
|
130
154
|
type: Injectable,
|
|
131
155
|
args: [{
|
|
132
156
|
providedIn: 'root',
|
|
@@ -268,10 +292,10 @@ class ExternalHttpClient extends HttpClient {
|
|
|
268
292
|
optionsOrRequest.context ??= new HttpContext();
|
|
269
293
|
optionsOrRequest.context.set(IS_EXTERNAL_REQUEST, true);
|
|
270
294
|
}
|
|
271
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
272
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ExternalHttpClient, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
296
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ExternalHttpClient, providedIn: 'root' }); }
|
|
273
297
|
}
|
|
274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ExternalHttpClient, decorators: [{
|
|
275
299
|
type: Injectable,
|
|
276
300
|
args: [{
|
|
277
301
|
providedIn: 'root',
|
|
@@ -418,10 +442,10 @@ class EnvironmentService {
|
|
|
418
442
|
getIssuer$() {
|
|
419
443
|
return this.store.sliceState(state => state?.oAuthConfig?.issuer).pipe(map(mapToIssuer));
|
|
420
444
|
}
|
|
421
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
422
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
445
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
446
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
423
447
|
}
|
|
424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
425
449
|
type: Injectable,
|
|
426
450
|
args: [{ providedIn: 'root' }]
|
|
427
451
|
}] });
|
|
@@ -444,10 +468,10 @@ class HttpErrorReporterService {
|
|
|
444
468
|
this._reporter$.next(error);
|
|
445
469
|
this._errors$.next([...this.errors, error]);
|
|
446
470
|
}
|
|
447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
448
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
471
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HttpErrorReporterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
472
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HttpErrorReporterService, providedIn: 'root' }); }
|
|
449
473
|
}
|
|
450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HttpErrorReporterService, decorators: [{
|
|
451
475
|
type: Injectable,
|
|
452
476
|
args: [{ providedIn: 'root' }]
|
|
453
477
|
}] });
|
|
@@ -465,7 +489,7 @@ class RestService {
|
|
|
465
489
|
}
|
|
466
490
|
handleError(err) {
|
|
467
491
|
this.httpErrorReporter.reportError(err);
|
|
468
|
-
return throwError(err);
|
|
492
|
+
return throwError(() => err);
|
|
469
493
|
}
|
|
470
494
|
request(request, config, api) {
|
|
471
495
|
config = config || {};
|
|
@@ -482,7 +506,7 @@ class RestService {
|
|
|
482
506
|
}),
|
|
483
507
|
...options,
|
|
484
508
|
})
|
|
485
|
-
.pipe(catchError(err => (skipHandleError ? throwError(err) : this.handleError(err))));
|
|
509
|
+
.pipe(catchError(err => (skipHandleError ? throwError(() => err) : this.handleError(err))));
|
|
486
510
|
}
|
|
487
511
|
getHttpClient(isExternal) {
|
|
488
512
|
return isExternal ? this.externalHttp : this.http;
|
|
@@ -503,10 +527,10 @@ class RestService {
|
|
|
503
527
|
removeDuplicateSlashes(url) {
|
|
504
528
|
return url.replace(/([^:]\/)\/+/g, '$1');
|
|
505
529
|
}
|
|
506
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
507
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
530
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RestService, deps: [{ token: CORE_OPTIONS }, { token: i1.HttpClient }, { token: ExternalHttpClient }, { token: EnvironmentService }, { token: HttpErrorReporterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
531
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
|
508
532
|
}
|
|
509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RestService, decorators: [{
|
|
510
534
|
type: Injectable,
|
|
511
535
|
args: [{
|
|
512
536
|
providedIn: 'root',
|
|
@@ -526,10 +550,10 @@ class AbpApplicationConfigurationService {
|
|
|
526
550
|
params: { includeLocalizationResources: options.includeLocalizationResources },
|
|
527
551
|
}, { apiName: this.apiName });
|
|
528
552
|
}
|
|
529
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
530
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
553
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApplicationConfigurationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
554
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApplicationConfigurationService, providedIn: 'root' }); }
|
|
531
555
|
}
|
|
532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApplicationConfigurationService, decorators: [{
|
|
533
557
|
type: Injectable,
|
|
534
558
|
args: [{
|
|
535
559
|
providedIn: 'root',
|
|
@@ -546,10 +570,10 @@ class AbpApplicationLocalizationService {
|
|
|
546
570
|
params: { cultureName: input.cultureName, onlyDynamics: input.onlyDynamics },
|
|
547
571
|
}, { apiName: this.apiName });
|
|
548
572
|
}
|
|
549
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
550
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApplicationLocalizationService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
574
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApplicationLocalizationService, providedIn: 'root' }); }
|
|
551
575
|
}
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApplicationLocalizationService, decorators: [{
|
|
553
577
|
type: Injectable,
|
|
554
578
|
args: [{
|
|
555
579
|
providedIn: 'root',
|
|
@@ -705,10 +729,10 @@ class ConfigStateService {
|
|
|
705
729
|
getGlobalFeatureIsEnabled$(key) {
|
|
706
730
|
return this.store.sliceState(state => this.isGlobalFeatureEnabled(key, state.globalFeatures));
|
|
707
731
|
}
|
|
708
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
709
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
732
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ConfigStateService, deps: [{ token: AbpApplicationConfigurationService }, { token: AbpApplicationLocalizationService }, { token: INCUDE_LOCALIZATION_RESOURCES_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
733
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ConfigStateService, providedIn: 'root' }); }
|
|
710
734
|
}
|
|
711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ConfigStateService, decorators: [{
|
|
712
736
|
type: Injectable,
|
|
713
737
|
args: [{
|
|
714
738
|
providedIn: 'root',
|
|
@@ -749,10 +773,10 @@ class AbpLocalStorageService {
|
|
|
749
773
|
setItem(key, value) {
|
|
750
774
|
localStorage.setItem(key, value);
|
|
751
775
|
}
|
|
752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
753
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
776
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpLocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
777
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpLocalStorageService, providedIn: 'root' }); }
|
|
754
778
|
}
|
|
755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpLocalStorageService, decorators: [{
|
|
756
780
|
type: Injectable,
|
|
757
781
|
args: [{
|
|
758
782
|
providedIn: 'root',
|
|
@@ -820,10 +844,10 @@ class SessionStateService {
|
|
|
820
844
|
this.store.patch({ language });
|
|
821
845
|
document.documentElement.setAttribute('lang', language);
|
|
822
846
|
}
|
|
823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
824
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
847
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SessionStateService, deps: [{ token: ConfigStateService }, { token: AbpLocalStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
848
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SessionStateService, providedIn: 'root' }); }
|
|
825
849
|
}
|
|
826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SessionStateService, decorators: [{
|
|
827
851
|
type: Injectable,
|
|
828
852
|
args: [{
|
|
829
853
|
providedIn: 'root',
|
|
@@ -998,10 +1022,10 @@ class LocalizationService {
|
|
|
998
1022
|
localization = '';
|
|
999
1023
|
return localization || defaultValue || key;
|
|
1000
1024
|
}
|
|
1001
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1002
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1025
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationService, deps: [{ token: SessionStateService }, { token: i0.Injector }, { token: LocalizationService, optional: true, skipSelf: true }, { token: ConfigStateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1026
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
|
|
1003
1027
|
}
|
|
1004
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationService, decorators: [{
|
|
1005
1029
|
type: Injectable,
|
|
1006
1030
|
args: [{ providedIn: 'root' }]
|
|
1007
1031
|
}], ctorParameters: () => [{ type: SessionStateService }, { type: i0.Injector }, { type: LocalizationService, decorators: [{
|
|
@@ -1092,10 +1116,10 @@ class ReplaceableComponentsService {
|
|
|
1092
1116
|
get$(replaceableComponentKey) {
|
|
1093
1117
|
return this.replaceableComponents$.pipe(map(components => components.find(component => component.key === replaceableComponentKey)));
|
|
1094
1118
|
}
|
|
1095
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1096
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1119
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ReplaceableComponentsService, deps: [{ token: i0.NgZone }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1120
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ReplaceableComponentsService, providedIn: 'root' }); }
|
|
1097
1121
|
}
|
|
1098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ReplaceableComponentsService, decorators: [{
|
|
1099
1123
|
type: Injectable,
|
|
1100
1124
|
args: [{ providedIn: 'root' }]
|
|
1101
1125
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i1$1.Router }] });
|
|
@@ -1125,10 +1149,10 @@ class RouterEvents {
|
|
|
1125
1149
|
const keys = Object.keys(NavigationEvent);
|
|
1126
1150
|
return this.getNavigationEvents(...keys);
|
|
1127
1151
|
}
|
|
1128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1129
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1152
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterEvents, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1153
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterEvents, providedIn: 'root' }); }
|
|
1130
1154
|
}
|
|
1131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterEvents, decorators: [{
|
|
1132
1156
|
type: Injectable,
|
|
1133
1157
|
args: [{ providedIn: 'root' }]
|
|
1134
1158
|
}], ctorParameters: () => [{ type: i1$1.Router }] });
|
|
@@ -1169,10 +1193,10 @@ class ContentProjectionService {
|
|
|
1169
1193
|
projectContent(projectionStrategy, injector = this.injector) {
|
|
1170
1194
|
return projectionStrategy.injectContent(injector);
|
|
1171
1195
|
}
|
|
1172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1173
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ContentProjectionService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1197
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ContentProjectionService, providedIn: 'root' }); }
|
|
1174
1198
|
}
|
|
1175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ContentProjectionService, decorators: [{
|
|
1176
1200
|
type: Injectable,
|
|
1177
1201
|
args: [{ providedIn: 'root' }]
|
|
1178
1202
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
@@ -1345,10 +1369,10 @@ class AbpTenantService {
|
|
|
1345
1369
|
url: `/api/abp/multi-tenancy/tenants/by-name/${name}`,
|
|
1346
1370
|
}, { apiName: this.apiName });
|
|
1347
1371
|
}
|
|
1348
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1349
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1372
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpTenantService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1373
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpTenantService, providedIn: 'root' }); }
|
|
1350
1374
|
}
|
|
1351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpTenantService, decorators: [{
|
|
1352
1376
|
type: Injectable,
|
|
1353
1377
|
args: [{
|
|
1354
1378
|
providedIn: 'root',
|
|
@@ -1380,10 +1404,10 @@ class MultiTenancyService {
|
|
|
1380
1404
|
.findTenantById(tenantId)
|
|
1381
1405
|
.pipe(switchMap(this.setTenantToState));
|
|
1382
1406
|
}
|
|
1383
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1384
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1407
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: MultiTenancyService, deps: [{ token: RestService }, { token: SessionStateService }, { token: AbpTenantService }, { token: ConfigStateService }, { token: TENANT_KEY }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1408
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: MultiTenancyService, providedIn: 'root' }); }
|
|
1385
1409
|
}
|
|
1386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: MultiTenancyService, decorators: [{
|
|
1387
1411
|
type: Injectable,
|
|
1388
1412
|
args: [{ providedIn: 'root' }]
|
|
1389
1413
|
}], ctorParameters: () => [{ type: RestService }, { type: SessionStateService }, { type: AbpTenantService }, { type: ConfigStateService }, { type: undefined, decorators: [{
|
|
@@ -1749,10 +1773,10 @@ class DomInsertionService {
|
|
|
1749
1773
|
const hash = generateHash(content);
|
|
1750
1774
|
return this.inserted.has(hash);
|
|
1751
1775
|
}
|
|
1752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1753
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1776
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DomInsertionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1777
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DomInsertionService, providedIn: 'root' }); }
|
|
1754
1778
|
}
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DomInsertionService, decorators: [{
|
|
1756
1780
|
type: Injectable,
|
|
1757
1781
|
args: [{ providedIn: 'root' }]
|
|
1758
1782
|
}] });
|
|
@@ -1815,10 +1839,10 @@ class HttpWaitService {
|
|
|
1815
1839
|
const { method, endpoint } = filteredRequest;
|
|
1816
1840
|
return endpoint === request.endpoint && method === request.method;
|
|
1817
1841
|
}
|
|
1818
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1819
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1842
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HttpWaitService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1843
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HttpWaitService, providedIn: 'root' }); }
|
|
1820
1844
|
}
|
|
1821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HttpWaitService, decorators: [{
|
|
1822
1846
|
type: Injectable,
|
|
1823
1847
|
args: [{
|
|
1824
1848
|
providedIn: 'root',
|
|
@@ -1851,10 +1875,10 @@ class ResourceWaitService {
|
|
|
1851
1875
|
resources.delete(resource);
|
|
1852
1876
|
this.store.patch({ resources });
|
|
1853
1877
|
}
|
|
1854
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1855
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1878
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ResourceWaitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1879
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ResourceWaitService, providedIn: 'root' }); }
|
|
1856
1880
|
}
|
|
1857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ResourceWaitService, decorators: [{
|
|
1858
1882
|
type: Injectable,
|
|
1859
1883
|
args: [{
|
|
1860
1884
|
providedIn: 'root',
|
|
@@ -1885,10 +1909,10 @@ class LazyLoadService {
|
|
|
1885
1909
|
this.loaded.delete(path);
|
|
1886
1910
|
return true;
|
|
1887
1911
|
}
|
|
1888
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1889
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1912
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LazyLoadService, deps: [{ token: ResourceWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1913
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LazyLoadService, providedIn: 'root' }); }
|
|
1890
1914
|
}
|
|
1891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LazyLoadService, decorators: [{
|
|
1892
1916
|
type: Injectable,
|
|
1893
1917
|
args: [{
|
|
1894
1918
|
providedIn: 'root',
|
|
@@ -1998,10 +2022,10 @@ class ListService {
|
|
|
1998
2022
|
sorting: this._sortOrder ? `${this._sortKey} ${this._sortOrder}` : undefined,
|
|
1999
2023
|
});
|
|
2000
2024
|
}
|
|
2001
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2002
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2025
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ListService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2026
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ListService }); }
|
|
2003
2027
|
}
|
|
2004
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ListService, decorators: [{
|
|
2005
2029
|
type: Injectable
|
|
2006
2030
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
2007
2031
|
|
|
@@ -2055,10 +2079,10 @@ class PermissionService {
|
|
|
2055
2079
|
getPolicy(key, grantedPolicies) {
|
|
2056
2080
|
return grantedPolicies[key] || false;
|
|
2057
2081
|
}
|
|
2058
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2059
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2082
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PermissionService, deps: [{ token: ConfigStateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2083
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PermissionService, providedIn: 'root' }); }
|
|
2060
2084
|
}
|
|
2061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PermissionService, decorators: [{
|
|
2062
2086
|
type: Injectable,
|
|
2063
2087
|
args: [{ providedIn: 'root' }]
|
|
2064
2088
|
}], ctorParameters: () => [{ type: ConfigStateService }] });
|
|
@@ -2095,10 +2119,10 @@ class RouterWaitService {
|
|
|
2095
2119
|
setLoading(loading) {
|
|
2096
2120
|
this.store.patch({ loading });
|
|
2097
2121
|
}
|
|
2098
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2099
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2122
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterWaitService, deps: [{ token: RouterEvents }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2123
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterWaitService, providedIn: 'root' }); }
|
|
2100
2124
|
}
|
|
2101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterWaitService, decorators: [{
|
|
2102
2126
|
type: Injectable,
|
|
2103
2127
|
args: [{
|
|
2104
2128
|
providedIn: 'root',
|
|
@@ -2138,10 +2162,10 @@ class SubscriptionService {
|
|
|
2138
2162
|
this.subscription.unsubscribe();
|
|
2139
2163
|
this.subscription = new Subscription();
|
|
2140
2164
|
}
|
|
2141
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2142
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2165
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SubscriptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2166
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SubscriptionService }); }
|
|
2143
2167
|
}
|
|
2144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
2145
2169
|
type: Injectable
|
|
2146
2170
|
}] });
|
|
2147
2171
|
|
|
@@ -2154,10 +2178,10 @@ class TrackByService {
|
|
|
2154
2178
|
this.by = trackBy;
|
|
2155
2179
|
this.byDeep = trackByDeep;
|
|
2156
2180
|
}
|
|
2157
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2158
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2181
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TrackByService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2182
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TrackByService, providedIn: 'root' }); }
|
|
2159
2183
|
}
|
|
2160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TrackByService, decorators: [{
|
|
2161
2185
|
type: Injectable,
|
|
2162
2186
|
args: [{
|
|
2163
2187
|
providedIn: 'root',
|
|
@@ -2194,10 +2218,10 @@ class AbpWindowService {
|
|
|
2194
2218
|
this.window.URL.revokeObjectURL(blobUrl);
|
|
2195
2219
|
this.document.body.removeChild(a);
|
|
2196
2220
|
}
|
|
2197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2198
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpWindowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2222
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpWindowService, providedIn: 'root' }); }
|
|
2199
2223
|
}
|
|
2200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpWindowService, decorators: [{
|
|
2201
2225
|
type: Injectable,
|
|
2202
2226
|
args: [{ providedIn: 'root' }]
|
|
2203
2227
|
}] });
|
|
@@ -2220,10 +2244,10 @@ class InternetConnectionService {
|
|
|
2220
2244
|
get networkStatus$() {
|
|
2221
2245
|
return this.status$.asObservable();
|
|
2222
2246
|
}
|
|
2223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2224
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: InternetConnectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2248
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: InternetConnectionService, providedIn: 'root' }); }
|
|
2225
2249
|
}
|
|
2226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: InternetConnectionService, decorators: [{
|
|
2227
2251
|
type: Injectable,
|
|
2228
2252
|
args: [{
|
|
2229
2253
|
providedIn: 'root',
|
|
@@ -2383,10 +2407,10 @@ class AbstractNavTreeService extends AbstractTreeService {
|
|
|
2383
2407
|
ngOnDestroy() {
|
|
2384
2408
|
this.subscription.unsubscribe();
|
|
2385
2409
|
}
|
|
2386
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2387
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2410
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbstractNavTreeService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2411
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbstractNavTreeService }); }
|
|
2388
2412
|
}
|
|
2389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbstractNavTreeService, decorators: [{
|
|
2390
2414
|
type: Injectable
|
|
2391
2415
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
2392
2416
|
class RoutesService extends AbstractNavTreeService {
|
|
@@ -2399,10 +2423,10 @@ class RoutesService extends AbstractNavTreeService {
|
|
|
2399
2423
|
get groupedVisible$() {
|
|
2400
2424
|
return this.visible$.pipe(map$1(items => items.filter(item => this.hasPathOrChild(item))), map$1(visible => this.createGroupedTree(visible)));
|
|
2401
2425
|
}
|
|
2402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2403
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2426
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RoutesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2427
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RoutesService, providedIn: 'root' }); }
|
|
2404
2428
|
}
|
|
2405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RoutesService, decorators: [{
|
|
2406
2430
|
type: Injectable,
|
|
2407
2431
|
args: [{ providedIn: 'root' }]
|
|
2408
2432
|
}] });
|
|
@@ -2486,11 +2510,11 @@ class DynamicLayoutComponent {
|
|
|
2486
2510
|
getComponent(key) {
|
|
2487
2511
|
return this.replaceableComponents.get(key);
|
|
2488
2512
|
}
|
|
2489
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2490
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
2513
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DynamicLayoutComponent, deps: [{ token: DynamicLayoutComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2514
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: DynamicLayoutComponent, selector: "abp-dynamic-layout", providers: [SubscriptionService], ngImport: i0, template: `
|
|
2491
2515
|
<ng-container *ngIf="isLayoutVisible" [ngComponentOutlet]="layout"></ng-container> `, isInline: true, dependencies: [{ kind: "directive", type: i1$2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2492
2516
|
}
|
|
2493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DynamicLayoutComponent, decorators: [{
|
|
2494
2518
|
type: Component,
|
|
2495
2519
|
args: [{
|
|
2496
2520
|
selector: 'abp-dynamic-layout',
|
|
@@ -2520,12 +2544,12 @@ class ReplaceableRouteContainerComponent {
|
|
|
2520
2544
|
this.externalComponent = res.component;
|
|
2521
2545
|
});
|
|
2522
2546
|
}
|
|
2523
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2524
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
2547
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ReplaceableRouteContainerComponent, deps: [{ token: i1$1.ActivatedRoute }, { token: ReplaceableComponentsService }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2548
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: ReplaceableRouteContainerComponent, selector: "abp-replaceable-route-container", providers: [SubscriptionService], ngImport: i0, template: `
|
|
2525
2549
|
<ng-container *ngComponentOutlet="externalComponent || defaultComponent"></ng-container>
|
|
2526
2550
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }] }); }
|
|
2527
2551
|
}
|
|
2528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ReplaceableRouteContainerComponent, decorators: [{
|
|
2529
2553
|
type: Component,
|
|
2530
2554
|
args: [{
|
|
2531
2555
|
selector: 'abp-replaceable-route-container',
|
|
@@ -2537,10 +2561,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2537
2561
|
}], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: ReplaceableComponentsService }, { type: SubscriptionService }] });
|
|
2538
2562
|
|
|
2539
2563
|
class RouterOutletComponent {
|
|
2540
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2541
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
2564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2565
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", 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"] }] }); }
|
|
2542
2566
|
}
|
|
2543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RouterOutletComponent, decorators: [{
|
|
2544
2568
|
type: Component,
|
|
2545
2569
|
args: [{
|
|
2546
2570
|
selector: 'abp-router-outlet',
|
|
@@ -2905,10 +2929,10 @@ class AutofocusDirective {
|
|
|
2905
2929
|
ngAfterViewInit() {
|
|
2906
2930
|
setTimeout(() => this.elRef.nativeElement.focus(), this.delay);
|
|
2907
2931
|
}
|
|
2908
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2909
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2932
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2933
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: AutofocusDirective, isStandalone: true, selector: "[autofocus]", inputs: { delay: ["autofocus", "delay"] }, ngImport: i0 }); }
|
|
2910
2934
|
}
|
|
2911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AutofocusDirective, decorators: [{
|
|
2912
2936
|
type: Directive,
|
|
2913
2937
|
args: [{
|
|
2914
2938
|
standalone: true,
|
|
@@ -2932,10 +2956,10 @@ class InputEventDebounceDirective {
|
|
|
2932
2956
|
this.debounceEvent.emit(event);
|
|
2933
2957
|
});
|
|
2934
2958
|
}
|
|
2935
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2936
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2959
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: InputEventDebounceDirective, deps: [{ token: i0.ElementRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2960
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: InputEventDebounceDirective, isStandalone: true, selector: "[input.debounce]", inputs: { debounce: "debounce" }, outputs: { debounceEvent: "input.debounce" }, providers: [SubscriptionService], ngImport: i0 }); }
|
|
2937
2961
|
}
|
|
2938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: InputEventDebounceDirective, decorators: [{
|
|
2939
2963
|
type: Directive,
|
|
2940
2964
|
args: [{
|
|
2941
2965
|
standalone: true,
|
|
@@ -3070,10 +3094,10 @@ class ForDirective {
|
|
|
3070
3094
|
this.projectItems(items);
|
|
3071
3095
|
}
|
|
3072
3096
|
}
|
|
3073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3074
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3097
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ForDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3098
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", 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 }); }
|
|
3075
3099
|
}
|
|
3076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ForDirective, decorators: [{
|
|
3077
3101
|
type: Directive,
|
|
3078
3102
|
args: [{
|
|
3079
3103
|
standalone: true,
|
|
@@ -3140,10 +3164,10 @@ class FormSubmitDirective {
|
|
|
3140
3164
|
form.markAsDirty();
|
|
3141
3165
|
this.cdRef.detectChanges();
|
|
3142
3166
|
}
|
|
3143
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3144
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FormSubmitDirective, deps: [{ token: i1$3.FormGroupDirective, self: true }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3168
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: FormSubmitDirective, isStandalone: true, selector: "form[ngSubmit][formGroup]", inputs: { debounce: "debounce", notValidateOnSubmit: "notValidateOnSubmit", markAsDirtyWhenSubmit: "markAsDirtyWhenSubmit" }, outputs: { ngSubmit: "ngSubmit" }, providers: [SubscriptionService], ngImport: i0 }); }
|
|
3145
3169
|
}
|
|
3146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FormSubmitDirective, decorators: [{
|
|
3147
3171
|
type: Directive,
|
|
3148
3172
|
args: [{
|
|
3149
3173
|
standalone: true,
|
|
@@ -3182,10 +3206,10 @@ class InitDirective {
|
|
|
3182
3206
|
ngAfterViewInit() {
|
|
3183
3207
|
this.init.emit(this.elRef);
|
|
3184
3208
|
}
|
|
3185
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3186
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: InitDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3210
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: InitDirective, isStandalone: true, selector: "[abpInit]", outputs: { init: "abpInit" }, ngImport: i0 }); }
|
|
3187
3211
|
}
|
|
3188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: InitDirective, decorators: [{
|
|
3189
3213
|
type: Directive,
|
|
3190
3214
|
args: [{
|
|
3191
3215
|
standalone: true,
|
|
@@ -3242,10 +3266,10 @@ class PermissionDirective {
|
|
|
3242
3266
|
this.cdrSubject.pipe(take(1)).subscribe(() => this.queue.add(() => this.cdRef.detectChanges()));
|
|
3243
3267
|
this.rendered = true;
|
|
3244
3268
|
}
|
|
3245
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3246
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3269
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", 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 }); }
|
|
3270
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: PermissionDirective, isStandalone: true, selector: "[abpPermission]", inputs: { condition: ["abpPermission", "condition"], runChangeDetection: ["abpPermissionRunChangeDetection", "runChangeDetection"] }, usesOnChanges: true, ngImport: i0 }); }
|
|
3247
3271
|
}
|
|
3248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PermissionDirective, decorators: [{
|
|
3249
3273
|
type: Directive,
|
|
3250
3274
|
args: [{
|
|
3251
3275
|
standalone: true,
|
|
@@ -3374,10 +3398,10 @@ class ReplaceableTemplateDirective {
|
|
|
3374
3398
|
this.defaultComponentSubscriptions = {};
|
|
3375
3399
|
this.defaultComponentRef = null;
|
|
3376
3400
|
}
|
|
3377
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3378
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3401
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ReplaceableTemplateDirective, deps: [{ token: i0.Injector }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: ReplaceableComponentsService }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3402
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: ReplaceableTemplateDirective, isStandalone: true, selector: "[abpReplaceableTemplate]", inputs: { data: ["abpReplaceableTemplate", "data"] }, providers: [SubscriptionService], usesOnChanges: true, ngImport: i0 }); }
|
|
3379
3403
|
}
|
|
3380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ReplaceableTemplateDirective, decorators: [{
|
|
3381
3405
|
type: Directive,
|
|
3382
3406
|
args: [{
|
|
3383
3407
|
standalone: true,
|
|
@@ -3401,10 +3425,10 @@ class StopPropagationDirective {
|
|
|
3401
3425
|
this.stopPropEvent.emit(event);
|
|
3402
3426
|
});
|
|
3403
3427
|
}
|
|
3404
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3405
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3428
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: StopPropagationDirective, deps: [{ token: i0.ElementRef }, { token: SubscriptionService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3429
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: StopPropagationDirective, isStandalone: true, selector: "[click.stop]", outputs: { stopPropEvent: "click.stop" }, providers: [SubscriptionService], ngImport: i0 }); }
|
|
3406
3430
|
}
|
|
3407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: StopPropagationDirective, decorators: [{
|
|
3408
3432
|
type: Directive,
|
|
3409
3433
|
args: [{
|
|
3410
3434
|
standalone: true,
|
|
@@ -3436,10 +3460,10 @@ class RoutesHandler {
|
|
|
3436
3460
|
}
|
|
3437
3461
|
});
|
|
3438
3462
|
}
|
|
3439
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3440
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3463
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RoutesHandler, deps: [{ token: RoutesService }, { token: i1$1.Router, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3464
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RoutesHandler, providedIn: 'root' }); }
|
|
3441
3465
|
}
|
|
3442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RoutesHandler, decorators: [{
|
|
3443
3467
|
type: Injectable,
|
|
3444
3468
|
args: [{
|
|
3445
3469
|
providedIn: 'root',
|
|
@@ -3477,11 +3501,11 @@ class LocalizationPipe {
|
|
|
3477
3501
|
}, []) || [];
|
|
3478
3502
|
return this.localization.instant(value, ...params);
|
|
3479
3503
|
}
|
|
3480
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3481
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
3482
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationPipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3505
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: LocalizationPipe, name: "abpLocalization" }); }
|
|
3506
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationPipe }); }
|
|
3483
3507
|
}
|
|
3484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationPipe, decorators: [{
|
|
3485
3509
|
type: Injectable
|
|
3486
3510
|
}, {
|
|
3487
3511
|
type: Pipe,
|
|
@@ -3491,11 +3515,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3491
3515
|
}], ctorParameters: () => [{ type: LocalizationService }] });
|
|
3492
3516
|
|
|
3493
3517
|
class LocalizationModule {
|
|
3494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3495
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
3496
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
3518
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3519
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: LocalizationModule, declarations: [LocalizationPipe], exports: [LocalizationPipe] }); }
|
|
3520
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationModule }); }
|
|
3497
3521
|
}
|
|
3498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: LocalizationModule, decorators: [{
|
|
3499
3523
|
type: NgModule,
|
|
3500
3524
|
args: [{
|
|
3501
3525
|
exports: [LocalizationPipe],
|
|
@@ -3537,11 +3561,11 @@ class SortPipe {
|
|
|
3537
3561
|
];
|
|
3538
3562
|
return sortOrder === 'asc' ? sorted : sorted.reverse();
|
|
3539
3563
|
}
|
|
3540
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3541
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
3542
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3565
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: SortPipe, name: "abpSort" }); }
|
|
3566
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SortPipe }); }
|
|
3543
3567
|
}
|
|
3544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SortPipe, decorators: [{
|
|
3545
3569
|
type: Injectable
|
|
3546
3570
|
}, {
|
|
3547
3571
|
type: Pipe,
|
|
@@ -3567,10 +3591,10 @@ class ToInjectorPipe {
|
|
|
3567
3591
|
name,
|
|
3568
3592
|
});
|
|
3569
3593
|
}
|
|
3570
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3571
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
3594
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ToInjectorPipe, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3595
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: ToInjectorPipe, name: "toInjector" }); }
|
|
3572
3596
|
}
|
|
3573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ToInjectorPipe, decorators: [{
|
|
3574
3598
|
type: Pipe,
|
|
3575
3599
|
args: [{
|
|
3576
3600
|
name: 'toInjector',
|
|
@@ -3631,10 +3655,10 @@ class ShortDateTimePipe extends DatePipe {
|
|
|
3631
3655
|
const format = getShortDateShortTimeFormat(this.configStateService);
|
|
3632
3656
|
return super.transform(value, format, timezone, locale);
|
|
3633
3657
|
}
|
|
3634
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3635
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
3658
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShortDateTimePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3659
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: ShortDateTimePipe, name: "shortDateTime" }); }
|
|
3636
3660
|
}
|
|
3637
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShortDateTimePipe, decorators: [{
|
|
3638
3662
|
type: Pipe,
|
|
3639
3663
|
args: [{
|
|
3640
3664
|
name: 'shortDateTime',
|
|
@@ -3659,10 +3683,10 @@ class ShortTimePipe extends DatePipe {
|
|
|
3659
3683
|
const format = getShortTimeFormat(this.configStateService);
|
|
3660
3684
|
return super.transform(value, format, timezone, locale);
|
|
3661
3685
|
}
|
|
3662
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3663
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
3686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShortTimePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3687
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: ShortTimePipe, name: "shortTime" }); }
|
|
3664
3688
|
}
|
|
3665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShortTimePipe, decorators: [{
|
|
3666
3690
|
type: Pipe,
|
|
3667
3691
|
args: [{
|
|
3668
3692
|
name: 'shortTime',
|
|
@@ -3687,10 +3711,10 @@ class ShortDatePipe extends DatePipe {
|
|
|
3687
3711
|
const format = getShortDateFormat(this.configStateService);
|
|
3688
3712
|
return super.transform(value, format, timezone, locale);
|
|
3689
3713
|
}
|
|
3690
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3691
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
3714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShortDatePipe, deps: [{ token: ConfigStateService }, { token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3715
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: ShortDatePipe, name: "shortDate" }); }
|
|
3692
3716
|
}
|
|
3693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShortDatePipe, decorators: [{
|
|
3694
3718
|
type: Pipe,
|
|
3695
3719
|
args: [{
|
|
3696
3720
|
name: 'shortDate',
|
|
@@ -3715,11 +3739,11 @@ class SafeHtmlPipe {
|
|
|
3715
3739
|
return '';
|
|
3716
3740
|
return this.sanitizer.sanitize(SecurityContext.HTML, value);
|
|
3717
3741
|
}
|
|
3718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3719
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
3720
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3742
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3743
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: SafeHtmlPipe, name: "abpSafeHtml" }); }
|
|
3744
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SafeHtmlPipe }); }
|
|
3721
3745
|
}
|
|
3722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
3723
3747
|
type: Injectable
|
|
3724
3748
|
}, {
|
|
3725
3749
|
type: Pipe,
|
|
@@ -3731,6 +3755,42 @@ const IncludeLocalizationResourcesProvider = {
|
|
|
3731
3755
|
useValue: false,
|
|
3732
3756
|
};
|
|
3733
3757
|
|
|
3758
|
+
class AbpTitleStrategy extends TitleStrategy {
|
|
3759
|
+
constructor() {
|
|
3760
|
+
super();
|
|
3761
|
+
this.title = inject(Title);
|
|
3762
|
+
this.configState = inject(ConfigStateService);
|
|
3763
|
+
this.localizationService = inject(LocalizationService);
|
|
3764
|
+
this.projectName = toSignal(this.configState.getDeep$('localization.defaultResourceName'), {
|
|
3765
|
+
initialValue: 'MyProjectName',
|
|
3766
|
+
});
|
|
3767
|
+
this.langugageChange = toSignal(this.localizationService.languageChange$);
|
|
3768
|
+
effect(() => {
|
|
3769
|
+
if (this.langugageChange()) {
|
|
3770
|
+
this.updateTitle(this.routerState);
|
|
3771
|
+
}
|
|
3772
|
+
});
|
|
3773
|
+
}
|
|
3774
|
+
updateTitle(routerState) {
|
|
3775
|
+
this.routerState = routerState;
|
|
3776
|
+
let title = this.buildTitle(routerState);
|
|
3777
|
+
if (!title) {
|
|
3778
|
+
this.title.setTitle(this.projectName());
|
|
3779
|
+
return;
|
|
3780
|
+
}
|
|
3781
|
+
const localizedTitle = this.localizationService.instant({ key: title, defaultValue: title });
|
|
3782
|
+
this.title.setTitle(`${localizedTitle} | ${this.projectName()}`);
|
|
3783
|
+
}
|
|
3784
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpTitleStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3785
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpTitleStrategy, providedIn: 'root' }); }
|
|
3786
|
+
}
|
|
3787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpTitleStrategy, decorators: [{
|
|
3788
|
+
type: Injectable,
|
|
3789
|
+
args: [{
|
|
3790
|
+
providedIn: 'root',
|
|
3791
|
+
}]
|
|
3792
|
+
}], ctorParameters: () => [] });
|
|
3793
|
+
|
|
3734
3794
|
const standaloneDirectives = [
|
|
3735
3795
|
AutofocusDirective,
|
|
3736
3796
|
InputEventDebounceDirective,
|
|
@@ -3748,8 +3808,8 @@ const standaloneDirectives = [
|
|
|
3748
3808
|
* This module will be imported and exported by all others.
|
|
3749
3809
|
*/
|
|
3750
3810
|
class BaseCoreModule {
|
|
3751
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3752
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
3811
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BaseCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3812
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: BaseCoreModule, declarations: [AbstractNgModelComponent,
|
|
3753
3813
|
DynamicLayoutComponent,
|
|
3754
3814
|
ReplaceableRouteContainerComponent,
|
|
3755
3815
|
RouterOutletComponent,
|
|
@@ -3793,7 +3853,7 @@ class BaseCoreModule {
|
|
|
3793
3853
|
PermissionDirective,
|
|
3794
3854
|
ReplaceableTemplateDirective,
|
|
3795
3855
|
StopPropagationDirective] }); }
|
|
3796
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
3856
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BaseCoreModule, providers: [LocalizationPipe], imports: [CommonModule,
|
|
3797
3857
|
HttpClientModule,
|
|
3798
3858
|
FormsModule,
|
|
3799
3859
|
ReactiveFormsModule,
|
|
@@ -3805,7 +3865,7 @@ class BaseCoreModule {
|
|
|
3805
3865
|
RouterModule,
|
|
3806
3866
|
LocalizationModule] }); }
|
|
3807
3867
|
}
|
|
3808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BaseCoreModule, decorators: [{
|
|
3809
3869
|
type: NgModule,
|
|
3810
3870
|
args: [{
|
|
3811
3871
|
exports: [
|
|
@@ -3856,16 +3916,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3856
3916
|
* and it introduces imports useful at root level (e.g. NGXS)
|
|
3857
3917
|
*/
|
|
3858
3918
|
class RootCoreModule {
|
|
3859
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3860
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
3861
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
3919
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RootCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3920
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: RootCoreModule, imports: [BaseCoreModule, LocalizationModule, i1.HttpClientXsrfModule], exports: [BaseCoreModule, LocalizationModule] }); }
|
|
3921
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RootCoreModule, imports: [BaseCoreModule,
|
|
3862
3922
|
LocalizationModule,
|
|
3863
3923
|
HttpClientXsrfModule.withOptions({
|
|
3864
3924
|
cookieName: 'XSRF-TOKEN',
|
|
3865
3925
|
headerName: 'RequestVerificationToken',
|
|
3866
3926
|
}), BaseCoreModule, LocalizationModule] }); }
|
|
3867
3927
|
}
|
|
3868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: RootCoreModule, decorators: [{
|
|
3869
3929
|
type: NgModule,
|
|
3870
3930
|
args: [{
|
|
3871
3931
|
exports: [BaseCoreModule, LocalizationModule],
|
|
@@ -3946,6 +4006,10 @@ class CoreModule {
|
|
|
3946
4006
|
{
|
|
3947
4007
|
provide: DYNAMIC_LAYOUTS_TOKEN,
|
|
3948
4008
|
useValue: options.dynamicLayouts || DEFAULT_DYNAMIC_LAYOUTS
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
provide: TitleStrategy,
|
|
4012
|
+
useExisting: AbpTitleStrategy
|
|
3949
4013
|
}
|
|
3950
4014
|
],
|
|
3951
4015
|
};
|
|
@@ -3963,11 +4027,11 @@ class CoreModule {
|
|
|
3963
4027
|
],
|
|
3964
4028
|
};
|
|
3965
4029
|
}
|
|
3966
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3967
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
3968
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
4030
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4031
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: CoreModule, imports: [BaseCoreModule], exports: [BaseCoreModule] }); }
|
|
4032
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: CoreModule, imports: [BaseCoreModule, BaseCoreModule] }); }
|
|
3969
4033
|
}
|
|
3970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: CoreModule, decorators: [{
|
|
3971
4035
|
type: NgModule,
|
|
3972
4036
|
args: [{
|
|
3973
4037
|
exports: [BaseCoreModule],
|
|
@@ -3985,10 +4049,10 @@ class ShowPasswordDirective {
|
|
|
3985
4049
|
return;
|
|
3986
4050
|
element.type = visible ? 'text' : 'password';
|
|
3987
4051
|
}
|
|
3988
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3989
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
4052
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShowPasswordDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4053
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: ShowPasswordDirective, isStandalone: true, selector: "[abpShowPassword]", inputs: { abpShowPassword: "abpShowPassword" }, ngImport: i0 }); }
|
|
3990
4054
|
}
|
|
3991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ShowPasswordDirective, decorators: [{
|
|
3992
4056
|
type: Directive,
|
|
3993
4057
|
args: [{
|
|
3994
4058
|
standalone: true,
|
|
@@ -4017,10 +4081,10 @@ class TrackCapsLockDirective {
|
|
|
4017
4081
|
}
|
|
4018
4082
|
return false;
|
|
4019
4083
|
}
|
|
4020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4021
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
4084
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TrackCapsLockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4085
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: TrackCapsLockDirective, isStandalone: true, selector: "[abpCapsLock]", outputs: { capsLock: "abpCapsLock" }, host: { listeners: { "window:keydown": "onKeyDown($event)", "window:keyup": "onKeyUp($event)" } }, ngImport: i0 }); }
|
|
4022
4086
|
}
|
|
4023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TrackCapsLockDirective, decorators: [{
|
|
4024
4088
|
type: Directive,
|
|
4025
4089
|
args: [{
|
|
4026
4090
|
standalone: true,
|
|
@@ -4062,10 +4126,10 @@ class PermissionGuard {
|
|
|
4062
4126
|
}
|
|
4063
4127
|
}));
|
|
4064
4128
|
}
|
|
4065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4066
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
4129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PermissionGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4130
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PermissionGuard, providedIn: 'root' }); }
|
|
4067
4131
|
}
|
|
4068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PermissionGuard, decorators: [{
|
|
4069
4133
|
type: Injectable,
|
|
4070
4134
|
args: [{
|
|
4071
4135
|
providedIn: 'root',
|
|
@@ -4266,10 +4330,10 @@ class AbpApiDefinitionService {
|
|
|
4266
4330
|
params: { includeTypes: model.includeTypes },
|
|
4267
4331
|
}, { apiName: this.apiName });
|
|
4268
4332
|
}
|
|
4269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4270
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
4333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApiDefinitionService, deps: [{ token: RestService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4334
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApiDefinitionService, providedIn: 'root' }); }
|
|
4271
4335
|
}
|
|
4272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AbpApiDefinitionService, decorators: [{
|
|
4273
4337
|
type: Injectable,
|
|
4274
4338
|
args: [{
|
|
4275
4339
|
providedIn: 'root',
|
|
@@ -4708,10 +4772,10 @@ class ApiInterceptor {
|
|
|
4708
4772
|
this.httpWaitService.addRequest(request);
|
|
4709
4773
|
return next.handle(request).pipe(finalize(() => this.httpWaitService.deleteRequest(request)));
|
|
4710
4774
|
}
|
|
4711
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4712
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
4775
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ApiInterceptor, deps: [{ token: HttpWaitService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4776
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ApiInterceptor, providedIn: 'root' }); }
|
|
4713
4777
|
}
|
|
4714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: ApiInterceptor, decorators: [{
|
|
4715
4779
|
type: Injectable,
|
|
4716
4780
|
args: [{
|
|
4717
4781
|
providedIn: 'root',
|