@abp/ng.core 6.0.0-rc.4 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/abstracts/ng-model.component.mjs +3 -3
- package/esm2020/lib/components/dynamic-layout.component.mjs +15 -5
- package/esm2020/lib/components/replaceable-route-container.component.mjs +4 -4
- package/esm2020/lib/components/router-outlet.component.mjs +3 -3
- package/esm2020/lib/core.module.mjs +28 -30
- package/esm2020/lib/directives/autofocus.directive.mjs +3 -3
- package/esm2020/lib/directives/debounce.directive.mjs +3 -3
- package/esm2020/lib/directives/for.directive.mjs +3 -3
- package/esm2020/lib/directives/form-submit.directive.mjs +4 -4
- package/esm2020/lib/directives/init.directive.mjs +3 -3
- package/esm2020/lib/directives/permission.directive.mjs +4 -4
- package/esm2020/lib/directives/replaceable-template.directive.mjs +3 -3
- package/esm2020/lib/directives/stop-propagation.directive.mjs +3 -3
- package/esm2020/lib/guards/auth.guard.mjs +3 -3
- package/esm2020/lib/guards/permission.guard.mjs +3 -3
- package/esm2020/lib/handlers/oauth-configuration.handler.mjs +3 -3
- package/esm2020/lib/handlers/routes.handler.mjs +4 -4
- package/esm2020/lib/interceptors/api.interceptor.mjs +3 -3
- package/esm2020/lib/localization.module.mjs +4 -4
- package/esm2020/lib/pipes/localization.pipe.mjs +4 -4
- package/esm2020/lib/pipes/short-date-time.pipe.mjs +3 -3
- package/esm2020/lib/pipes/short-date.pipe.mjs +3 -3
- package/esm2020/lib/pipes/short-time.pipe.mjs +3 -3
- package/esm2020/lib/pipes/sort.pipe.mjs +4 -4
- package/esm2020/lib/pipes/to-injector.pipe.mjs +3 -3
- package/esm2020/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.mjs +3 -3
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.mjs +3 -3
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.mjs +3 -3
- package/esm2020/lib/services/auth.service.mjs +3 -3
- package/esm2020/lib/services/config-state.service.mjs +4 -4
- package/esm2020/lib/services/content-projection.service.mjs +3 -3
- package/esm2020/lib/services/dom-insertion.service.mjs +3 -3
- package/esm2020/lib/services/environment.service.mjs +3 -3
- package/esm2020/lib/services/http-error-reporter.service.mjs +3 -3
- package/esm2020/lib/services/http-wait.service.mjs +4 -4
- package/esm2020/lib/services/index.mjs +2 -1
- package/esm2020/lib/services/lazy-load.service.mjs +3 -3
- package/esm2020/lib/services/list.service.mjs +4 -4
- package/esm2020/lib/services/localization.service.mjs +4 -4
- package/esm2020/lib/services/multi-tenancy.service.mjs +3 -3
- package/esm2020/lib/services/permission.service.mjs +3 -3
- package/esm2020/lib/services/replaceable-components.service.mjs +3 -3
- package/esm2020/lib/services/resource-wait.service.mjs +3 -3
- package/esm2020/lib/services/rest.service.mjs +5 -5
- package/esm2020/lib/services/router-events.service.mjs +3 -3
- package/esm2020/lib/services/router-wait.service.mjs +4 -4
- package/esm2020/lib/services/routes.service.mjs +6 -6
- package/esm2020/lib/services/session-state.service.mjs +3 -3
- package/esm2020/lib/services/subscription.service.mjs +3 -3
- package/esm2020/lib/services/timeout-limited-oauth.service.mjs +16 -0
- package/esm2020/lib/services/track-by.service.mjs +3 -3
- package/esm2020/lib/validators/url.validator.mjs +3 -3
- package/esm2020/testing/lib/core-testing.module.mjs +5 -5
- package/esm2020/testing/lib/services/mock-permission.service.mjs +3 -3
- package/esm2020/testing/lib/services/mock-rest.service.mjs +3 -3
- package/fesm2015/abp-ng.core-testing.mjs +10 -10
- package/fesm2015/abp-ng.core-testing.mjs.map +1 -1
- package/fesm2015/abp-ng.core.mjs +203 -183
- package/fesm2015/abp-ng.core.mjs.map +1 -1
- package/fesm2020/abp-ng.core-testing.mjs +10 -10
- package/fesm2020/abp-ng.core-testing.mjs.map +1 -1
- package/fesm2020/abp-ng.core.mjs +203 -183
- package/fesm2020/abp-ng.core.mjs.map +1 -1
- package/{abp-ng.core.d.ts → index.d.ts} +0 -0
- package/lib/abstracts/ng-model.component.d.ts +1 -1
- package/lib/components/dynamic-layout.component.d.ts +2 -1
- package/lib/components/replaceable-route-container.component.d.ts +1 -1
- package/lib/components/router-outlet.component.d.ts +1 -1
- package/lib/directives/autofocus.directive.d.ts +1 -1
- package/lib/directives/debounce.directive.d.ts +1 -1
- package/lib/directives/for.directive.d.ts +1 -1
- package/lib/directives/form-submit.directive.d.ts +1 -1
- package/lib/directives/init.directive.d.ts +1 -1
- package/lib/directives/permission.directive.d.ts +2 -2
- package/lib/directives/replaceable-template.directive.d.ts +1 -1
- package/lib/directives/stop-propagation.directive.d.ts +1 -1
- package/lib/pipes/localization.pipe.d.ts +1 -1
- package/lib/pipes/short-date-time.pipe.d.ts +1 -1
- package/lib/pipes/short-date.pipe.d.ts +1 -1
- package/lib/pipes/short-time.pipe.d.ts +1 -1
- package/lib/pipes/sort.pipe.d.ts +1 -1
- package/lib/pipes/to-injector.pipe.d.ts +1 -1
- package/lib/services/index.d.ts +1 -0
- package/lib/services/router-events.service.d.ts +1 -1
- package/lib/services/timeout-limited-oauth.service.d.ts +7 -0
- package/lib/strategies/auth-flow.strategy.d.ts +1 -1
- package/lib/utils/environment-utils.d.ts +1 -1
- package/locale/{abp-ng.core-locale.d.ts → index.d.ts} +0 -0
- package/package.json +6 -6
- package/testing/{abp-ng.core-testing.d.ts → index.d.ts} +0 -0
- package/locale/package.json +0 -10
- package/testing/package.json +0 -10
|
File without changes
|
|
@@ -21,5 +21,5 @@ export declare class AbstractNgModelComponent<T = any, U = T> implements Control
|
|
|
21
21
|
registerOnTouched(fn: any): void;
|
|
22
22
|
setDisabledState(isDisabled: boolean): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractNgModelComponent<any, any>, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AbstractNgModelComponent<any, any>, "ng-component", never, { "disabled": "disabled"; "readonly": "readonly"; "valueFn": "valueFn"; "valueLimitFn": "valueLimitFn"; "value": "value"; }, {}, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AbstractNgModelComponent<any, any>, "ng-component", never, { "disabled": "disabled"; "readonly": "readonly"; "valueFn": "valueFn"; "valueLimitFn": "valueLimitFn"; "value": "value"; }, {}, never, never, false>;
|
|
25
25
|
}
|
|
@@ -20,8 +20,9 @@ export declare class DynamicLayoutComponent {
|
|
|
20
20
|
constructor(injector: Injector, localizationService: LocalizationService, replaceableComponents: ReplaceableComponentsService, subscription: SubscriptionService, routerEvents: RouterEvents, dynamicLayoutComponent: DynamicLayoutComponent);
|
|
21
21
|
private checkLayoutOnNavigationEnd;
|
|
22
22
|
private getLayout;
|
|
23
|
+
showLayoutNotFoundError(layoutName: string): void;
|
|
23
24
|
private listenToLanguageChange;
|
|
24
25
|
private getComponent;
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicLayoutComponent, [null, null, null, null, null, { optional: true; skipSelf: true; }]>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicLayoutComponent, "abp-dynamic-layout", never, {}, {}, never, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicLayoutComponent, "abp-dynamic-layout", never, {}, {}, never, never, false>;
|
|
27
28
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ReplaceableRouteContainerComponent implements OnInit {
|
|
|
13
13
|
constructor(route: ActivatedRoute, replaceableComponents: ReplaceableComponentsService, subscription: SubscriptionService);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceableRouteContainerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReplaceableRouteContainerComponent, "abp-replaceable-route-container", never, {}, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReplaceableRouteContainerComponent, "abp-replaceable-route-container", never, {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class RouterOutletComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<RouterOutletComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RouterOutletComponent, "abp-router-outlet", never, {}, {}, never, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RouterOutletComponent, "abp-router-outlet", never, {}, {}, never, never, false>;
|
|
5
5
|
}
|
|
@@ -8,5 +8,5 @@ export declare class AutofocusDirective implements AfterViewInit {
|
|
|
8
8
|
constructor(elRef: ElementRef);
|
|
9
9
|
ngAfterViewInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autofocus]", never, { "delay": "autofocus"; }, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autofocus]", never, { "delay": "autofocus"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -9,5 +9,5 @@ export declare class InputEventDebounceDirective implements OnInit {
|
|
|
9
9
|
constructor(el: ElementRef, subscription: SubscriptionService);
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputEventDebounceDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InputEventDebounceDirective, "[input.debounce]", never, { "debounce": "debounce"; }, { "debounceEvent": "input.debounce"; }, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InputEventDebounceDirective, "[input.debounce]", never, { "debounce": "debounce"; }, { "debounceEvent": "input.debounce"; }, never, never, false>;
|
|
13
13
|
}
|
|
@@ -31,6 +31,6 @@ export declare class ForDirective implements OnChanges {
|
|
|
31
31
|
private sortItems;
|
|
32
32
|
ngOnChanges(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ForDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ForDirective, "[abpFor]", never, { "items": "abpForOf"; "orderBy": "abpForOrderBy"; "orderDir": "abpForOrderDir"; "filterBy": "abpForFilterBy"; "filterVal": "abpForFilterVal"; "trackBy": "abpForTrackBy"; "compareBy": "abpForCompareBy"; "emptyRef": "abpForEmptyRef"; }, {}, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ForDirective, "[abpFor]", never, { "items": "abpForOf"; "orderBy": "abpForOrderBy"; "orderDir": "abpForOrderDir"; "filterBy": "abpForFilterBy"; "filterVal": "abpForFilterVal"; "trackBy": "abpForTrackBy"; "compareBy": "abpForCompareBy"; "emptyRef": "abpForEmptyRef"; }, {}, never, never, false>;
|
|
35
35
|
}
|
|
36
36
|
export {};
|
|
@@ -19,5 +19,5 @@ export declare class FormSubmitDirective implements OnInit {
|
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
markAsDirty(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormSubmitDirective, [{ self: true; }, null, null, null]>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form[ngSubmit][formGroup]", never, { "debounce": "debounce"; "notValidateOnSubmit": "notValidateOnSubmit"; "markAsDirtyWhenSubmit": "markAsDirtyWhenSubmit"; }, { "ngSubmit": "ngSubmit"; }, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form[ngSubmit][formGroup]", never, { "debounce": "debounce"; "notValidateOnSubmit": "notValidateOnSubmit"; "markAsDirtyWhenSubmit": "markAsDirtyWhenSubmit"; }, { "ngSubmit": "ngSubmit"; }, never, never, false>;
|
|
23
23
|
}
|
|
@@ -6,5 +6,5 @@ export declare class InitDirective implements AfterViewInit {
|
|
|
6
6
|
constructor(elRef: ElementRef);
|
|
7
7
|
ngAfterViewInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<InitDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitDirective, "[abpInit]", never, {}, { "init": "abpInit"; }, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InitDirective, "[abpInit]", never, {}, { "init": "abpInit"; }, never, never, false>;
|
|
10
10
|
}
|
|
@@ -10,7 +10,7 @@ export declare class PermissionDirective implements OnDestroy, OnChanges, AfterV
|
|
|
10
10
|
condition: string | undefined;
|
|
11
11
|
runChangeDetection: boolean;
|
|
12
12
|
subscription: Subscription;
|
|
13
|
-
cdrSubject: ReplaySubject<
|
|
13
|
+
cdrSubject: ReplaySubject<void>;
|
|
14
14
|
rendered: boolean;
|
|
15
15
|
constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef, permissionService: PermissionService, cdRef: ChangeDetectorRef);
|
|
16
16
|
private check;
|
|
@@ -18,5 +18,5 @@ export declare class PermissionDirective implements OnDestroy, OnChanges, AfterV
|
|
|
18
18
|
ngOnChanges(): void;
|
|
19
19
|
ngAfterViewInit(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, [{ optional: true; }, null, null, null]>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": "abpPermission"; "runChangeDetection": "abpPermissionRunChangeDetection"; }, {}, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": "abpPermission"; "runChangeDetection": "abpPermissionRunChangeDetection"; }, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -26,5 +26,5 @@ export declare class ReplaceableTemplateDirective implements OnInit, OnChanges {
|
|
|
26
26
|
setProvidedData(): void;
|
|
27
27
|
resetDefaultComponent(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceableTemplateDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": "abpReplaceableTemplate"; }, {}, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": "abpReplaceableTemplate"; }, {}, never, never, false>;
|
|
30
30
|
}
|
|
@@ -8,5 +8,5 @@ export declare class StopPropagationDirective implements OnInit {
|
|
|
8
8
|
constructor(el: ElementRef, subscription: SubscriptionService);
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[click.stop]", never, {}, { "stopPropEvent": "click.stop"; }, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[click.stop]", never, {}, { "stopPropEvent": "click.stop"; }, never, never, false>;
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ export declare class LocalizationPipe implements PipeTransform {
|
|
|
7
7
|
constructor(localization: LocalizationService);
|
|
8
8
|
transform(value?: string | LocalizationWithDefault, ...interpolateParams: (string | string[] | undefined)[]): string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<LocalizationPipe, "abpLocalization">;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<LocalizationPipe, "abpLocalization", false>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocalizationPipe>;
|
|
12
12
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ShortDateTimePipe extends DatePipe implements PipeTransform
|
|
|
8
8
|
transform(value: Date | string | number, format?: string, timezone?: string, locale?: string): string | null;
|
|
9
9
|
transform(value: null | undefined, format?: string, timezone?: string, locale?: string): null;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShortDateTimePipe, [null, null, { optional: true; }]>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ShortDateTimePipe, "shortDateTime">;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ShortDateTimePipe, "shortDateTime", false>;
|
|
12
12
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ShortDatePipe extends DatePipe implements PipeTransform {
|
|
|
8
8
|
transform(value: Date | string | number, format?: string, timezone?: string, locale?: string): string | null;
|
|
9
9
|
transform(value: null | undefined, format?: string, timezone?: string, locale?: string): null;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShortDatePipe, [null, null, { optional: true; }]>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ShortDatePipe, "shortDate">;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ShortDatePipe, "shortDate", false>;
|
|
12
12
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ShortTimePipe extends DatePipe implements PipeTransform {
|
|
|
8
8
|
transform(value: Date | string | number, format?: string, timezone?: string, locale?: string): string | null;
|
|
9
9
|
transform(value: null | undefined, format?: string, timezone?: string, locale?: string): null;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShortTimePipe, [null, null, { optional: true; }]>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ShortTimePipe, "shortTime">;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ShortTimePipe, "shortTime", false>;
|
|
12
12
|
}
|
package/lib/pipes/sort.pipe.d.ts
CHANGED
|
@@ -4,6 +4,6 @@ export declare type SortOrder = 'asc' | 'desc';
|
|
|
4
4
|
export declare class SortPipe implements PipeTransform {
|
|
5
5
|
transform(value: any[], sortOrder?: SortOrder | string, sortKey?: string): any;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SortPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "abpSort">;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "abpSort", false>;
|
|
8
8
|
static ɵprov: i0.ɵɵInjectableDeclaration<SortPipe>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ToInjectorPipe implements PipeTransform {
|
|
|
6
6
|
constructor(injector: Injector);
|
|
7
7
|
transform(value: any, token?: InjectionToken<any>, name?: string): Injector;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToInjectorPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ToInjectorPipe, "toInjector">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ToInjectorPipe, "toInjector", false>;
|
|
10
10
|
}
|
package/lib/services/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare class RouterEvents {
|
|
|
18
18
|
Start: typeof NavigationStart;
|
|
19
19
|
}[Key]> : never : never>;
|
|
20
20
|
getAllEvents(): import("rxjs").Observable<import("@angular/router").Event>;
|
|
21
|
-
getAllNavigationEvents(): import("rxjs").Observable<
|
|
21
|
+
getAllNavigationEvents(): import("rxjs").Observable<NavigationStart | NavigationEnd | NavigationCancel | NavigationError>;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<RouterEvents, never>;
|
|
23
23
|
static ɵprov: i0.ɵɵInjectableDeclaration<RouterEvents>;
|
|
24
24
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { OAuthService } from 'angular-oauth2-oidc';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TimeoutLimitedOAuthService extends OAuthService {
|
|
4
|
+
protected calcTimeout(storedAt: number, expiration: number): number;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeoutLimitedOAuthService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TimeoutLimitedOAuthService>;
|
|
7
|
+
}
|
|
@@ -34,7 +34,7 @@ export declare class AuthCodeFlowStrategy extends AuthFlowStrategy {
|
|
|
34
34
|
navigateToLogin(queryParams?: Params): void;
|
|
35
35
|
checkIfInternalAuth(queryParams?: Params): boolean;
|
|
36
36
|
logout(queryParams?: Params): Observable<any>;
|
|
37
|
-
login(queryParams?: Params): Observable<
|
|
37
|
+
login(queryParams?: Params): Observable<null>;
|
|
38
38
|
private getCultureParams;
|
|
39
39
|
}
|
|
40
40
|
export declare class AuthPasswordFlowStrategy extends AuthFlowStrategy {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { Environment } from '../models/environment';
|
|
3
|
-
export declare function getRemoteEnv(injector: Injector, environment: Partial<Environment>): Promise<
|
|
3
|
+
export declare function getRemoteEnv(injector: Injector, environment: Partial<Environment>): Promise<void> | Promise<Environment>;
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.core",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"homepage": "https://abp.io",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/abpframework/abp.git"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@abp/utils": "~6.0.0
|
|
10
|
+
"@abp/utils": "~6.0.0",
|
|
11
11
|
"angular-oauth2-oidc": "^13.0.1",
|
|
12
12
|
"just-clone": "^3.2.1",
|
|
13
13
|
"just-compare": "^1.4.0",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"esm2020": "esm2020/abp-ng.core.mjs",
|
|
23
23
|
"fesm2020": "fesm2020/abp-ng.core.mjs",
|
|
24
24
|
"fesm2015": "fesm2015/abp-ng.core.mjs",
|
|
25
|
-
"typings": "
|
|
25
|
+
"typings": "index.d.ts",
|
|
26
26
|
"exports": {
|
|
27
27
|
"./package.json": {
|
|
28
28
|
"default": "./package.json"
|
|
29
29
|
},
|
|
30
30
|
".": {
|
|
31
|
-
"types": "./
|
|
31
|
+
"types": "./index.d.ts",
|
|
32
32
|
"esm2020": "./esm2020/abp-ng.core.mjs",
|
|
33
33
|
"es2020": "./fesm2020/abp-ng.core.mjs",
|
|
34
34
|
"es2015": "./fesm2015/abp-ng.core.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"default": "./fesm2020/abp-ng.core.mjs"
|
|
37
37
|
},
|
|
38
38
|
"./locale": {
|
|
39
|
-
"types": "./locale/
|
|
39
|
+
"types": "./locale/index.d.ts",
|
|
40
40
|
"esm2020": "./esm2020/locale/abp-ng.core-locale.mjs",
|
|
41
41
|
"es2020": "./fesm2020/abp-ng.core-locale.mjs",
|
|
42
42
|
"es2015": "./fesm2015/abp-ng.core-locale.mjs",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"default": "./fesm2020/abp-ng.core-locale.mjs"
|
|
45
45
|
},
|
|
46
46
|
"./testing": {
|
|
47
|
-
"types": "./testing/
|
|
47
|
+
"types": "./testing/index.d.ts",
|
|
48
48
|
"esm2020": "./esm2020/testing/abp-ng.core-testing.mjs",
|
|
49
49
|
"es2020": "./fesm2020/abp-ng.core-testing.mjs",
|
|
50
50
|
"es2015": "./fesm2015/abp-ng.core-testing.mjs",
|
|
File without changes
|
package/locale/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/abp-ng.core-locale.mjs",
|
|
3
|
-
"es2020": "../fesm2020/abp-ng.core-locale.mjs",
|
|
4
|
-
"esm2020": "../esm2020/locale/abp-ng.core-locale.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/abp-ng.core-locale.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/abp-ng.core-locale.mjs",
|
|
7
|
-
"typings": "abp-ng.core-locale.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@abp/ng.core/locale"
|
|
10
|
-
}
|
package/testing/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/abp-ng.core-testing.mjs",
|
|
3
|
-
"es2020": "../fesm2020/abp-ng.core-testing.mjs",
|
|
4
|
-
"esm2020": "../esm2020/testing/abp-ng.core-testing.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/abp-ng.core-testing.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/abp-ng.core-testing.mjs",
|
|
7
|
-
"typings": "abp-ng.core-testing.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@abp/ng.core/testing"
|
|
10
|
-
}
|