@abp/ng.core 8.0.0-rc.2 → 8.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/esm2022/lib/abstracts/auth.guard.mjs +3 -3
- package/esm2022/lib/abstracts/auth.service.mjs +3 -3
- package/esm2022/lib/abstracts/ng-model.component.mjs +5 -5
- package/esm2022/lib/clients/http.client.mjs +3 -3
- package/esm2022/lib/components/dynamic-layout.component.mjs +38 -38
- package/esm2022/lib/components/replaceable-route-container.component.mjs +3 -3
- package/esm2022/lib/components/router-outlet.component.mjs +3 -3
- package/esm2022/lib/constants/default-layouts.mjs +6 -0
- package/esm2022/lib/constants/index.mjs +2 -1
- package/esm2022/lib/core.module.mjs +48 -48
- package/esm2022/lib/directives/autofocus.directive.mjs +5 -5
- package/esm2022/lib/directives/caps-lock.directive.mjs +3 -3
- package/esm2022/lib/directives/debounce.directive.mjs +5 -5
- package/esm2022/lib/directives/for.directive.mjs +5 -4
- package/esm2022/lib/directives/form-submit.directive.mjs +5 -5
- package/esm2022/lib/directives/init.directive.mjs +8 -5
- package/esm2022/lib/directives/permission.directive.mjs +5 -4
- package/esm2022/lib/directives/replaceable-template.directive.mjs +5 -4
- package/esm2022/lib/directives/show-password.directive.mjs +3 -3
- package/esm2022/lib/directives/stop-propagation.directive.mjs +5 -5
- package/esm2022/lib/enums/common.mjs +1 -1
- package/esm2022/lib/guards/permission.guard.mjs +3 -3
- package/esm2022/lib/handlers/routes.handler.mjs +3 -3
- package/esm2022/lib/interceptors/api.interceptor.mjs +3 -3
- package/esm2022/lib/localization.module.mjs +4 -4
- package/esm2022/lib/models/common.mjs +1 -1
- package/esm2022/lib/pipes/localization.pipe.mjs +4 -4
- 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 +4 -4
- package/esm2022/lib/pipes/to-injector.pipe.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/services/content-projection.service.mjs +3 -3
- package/esm2022/lib/services/dom-insertion.service.mjs +3 -3
- package/esm2022/lib/services/environment.service.mjs +3 -3
- package/esm2022/lib/services/http-error-reporter.service.mjs +3 -3
- package/esm2022/lib/services/http-wait.service.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/services/local-storage.service.mjs +3 -3
- package/esm2022/lib/services/localization.service.mjs +3 -3
- package/esm2022/lib/services/multi-tenancy.service.mjs +3 -3
- package/esm2022/lib/services/permission.service.mjs +3 -3
- package/esm2022/lib/services/replaceable-components.service.mjs +3 -3
- package/esm2022/lib/services/resource-wait.service.mjs +3 -3
- package/esm2022/lib/services/rest.service.mjs +3 -3
- 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 +6 -6
- package/esm2022/lib/services/session-state.service.mjs +3 -3
- package/esm2022/lib/services/subscription.service.mjs +3 -3
- package/esm2022/lib/services/track-by.service.mjs +3 -3
- package/esm2022/lib/services/window.service.mjs +3 -3
- package/esm2022/lib/tokens/dynamic-layout.token.mjs +3 -0
- package/esm2022/lib/tokens/index.mjs +2 -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-testing.mjs +10 -10
- package/fesm2022/abp-ng.core.mjs +405 -390
- package/fesm2022/abp-ng.core.mjs.map +1 -1
- package/lib/components/dynamic-layout.component.d.ts +11 -14
- package/lib/constants/default-layouts.d.ts +1 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/core.module.d.ts +24 -24
- 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 +1 -1
- package/lib/directives/replaceable-template.directive.d.ts +1 -1
- package/lib/directives/stop-propagation.directive.d.ts +1 -1
- package/lib/enums/common.d.ts +5 -0
- package/lib/models/common.d.ts +1 -0
- package/lib/tokens/dynamic-layout.token.d.ts +2 -0
- package/lib/tokens/index.d.ts +1 -0
- package/package.json +2 -2
|
@@ -1,29 +1,26 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit, Type } from '@angular/core';
|
|
2
2
|
import { eLayoutType } from '../enums/common';
|
|
3
|
-
import { LocalizationService } from '../services/localization.service';
|
|
4
|
-
import { ReplaceableComponentsService } from '../services/replaceable-components.service';
|
|
5
|
-
import { RouterEvents } from '../services/router-events.service';
|
|
6
|
-
import { SubscriptionService } from '../services/subscription.service';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
export declare class DynamicLayoutComponent implements OnInit {
|
|
9
|
-
private localizationService;
|
|
10
|
-
private replaceableComponents;
|
|
11
|
-
private subscription;
|
|
12
|
-
private routerEvents;
|
|
13
5
|
layout?: Type<any>;
|
|
14
6
|
layoutKey?: eLayoutType;
|
|
15
7
|
readonly layouts: Map<string, string>;
|
|
16
8
|
isLayoutVisible: boolean;
|
|
17
|
-
private router;
|
|
18
|
-
private route;
|
|
19
|
-
private routes;
|
|
20
|
-
|
|
9
|
+
private readonly router;
|
|
10
|
+
private readonly route;
|
|
11
|
+
private readonly routes;
|
|
12
|
+
private localizationService;
|
|
13
|
+
private replaceableComponents;
|
|
14
|
+
private subscription;
|
|
15
|
+
private routerEvents;
|
|
16
|
+
constructor(dynamicLayoutComponent: DynamicLayoutComponent);
|
|
21
17
|
ngOnInit(): void;
|
|
22
18
|
private checkLayoutOnNavigationEnd;
|
|
23
19
|
private getLayout;
|
|
20
|
+
private getExtractedLayout;
|
|
24
21
|
showLayoutNotFoundError(layoutName: string): void;
|
|
25
22
|
private listenToLanguageChange;
|
|
26
23
|
private getComponent;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicLayoutComponent, [
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicLayoutComponent, [{ optional: true; skipSelf: true; }]>;
|
|
28
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicLayoutComponent, "abp-dynamic-layout", never, {}, {}, never, never, false, never>;
|
|
29
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DEFAULT_DYNAMIC_LAYOUTS: Map<string, string>;
|
package/lib/constants/index.d.ts
CHANGED
package/lib/core.module.d.ts
CHANGED
|
@@ -3,28 +3,28 @@ import { ABP } from './models/common';
|
|
|
3
3
|
import './utils/date-extensions';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "./abstracts/ng-model.component";
|
|
6
|
-
import * as i2 from "./
|
|
7
|
-
import * as i3 from "./components/
|
|
8
|
-
import * as i4 from "./
|
|
9
|
-
import * as i5 from "./
|
|
10
|
-
import * as i6 from "./
|
|
11
|
-
import * as i7 from "./
|
|
12
|
-
import * as i8 from "./
|
|
13
|
-
import * as i9 from "./
|
|
14
|
-
import * as i10 from "./
|
|
15
|
-
import * as i11 from "
|
|
16
|
-
import * as i12 from "
|
|
17
|
-
import * as i13 from "
|
|
18
|
-
import * as i14 from "
|
|
19
|
-
import * as i15 from "./
|
|
20
|
-
import * as i16 from "./
|
|
21
|
-
import * as i17 from "./
|
|
22
|
-
import * as i18 from "./
|
|
23
|
-
import * as i19 from "
|
|
24
|
-
import * as i20 from "
|
|
25
|
-
import * as i21 from "
|
|
26
|
-
import * as i22 from "
|
|
27
|
-
import * as i23 from "./
|
|
6
|
+
import * as i2 from "./components/dynamic-layout.component";
|
|
7
|
+
import * as i3 from "./components/replaceable-route-container.component";
|
|
8
|
+
import * as i4 from "./components/router-outlet.component";
|
|
9
|
+
import * as i5 from "./pipes/sort.pipe";
|
|
10
|
+
import * as i6 from "./pipes/safe-html.pipe";
|
|
11
|
+
import * as i7 from "./pipes/to-injector.pipe";
|
|
12
|
+
import * as i8 from "./pipes/short-date-time.pipe";
|
|
13
|
+
import * as i9 from "./pipes/short-time.pipe";
|
|
14
|
+
import * as i10 from "./pipes/short-date.pipe";
|
|
15
|
+
import * as i11 from "@angular/common";
|
|
16
|
+
import * as i12 from "@angular/common/http";
|
|
17
|
+
import * as i13 from "@angular/forms";
|
|
18
|
+
import * as i14 from "@angular/router";
|
|
19
|
+
import * as i15 from "./localization.module";
|
|
20
|
+
import * as i16 from "./directives/autofocus.directive";
|
|
21
|
+
import * as i17 from "./directives/debounce.directive";
|
|
22
|
+
import * as i18 from "./directives/for.directive";
|
|
23
|
+
import * as i19 from "./directives/form-submit.directive";
|
|
24
|
+
import * as i20 from "./directives/init.directive";
|
|
25
|
+
import * as i21 from "./directives/permission.directive";
|
|
26
|
+
import * as i22 from "./directives/replaceable-template.directive";
|
|
27
|
+
import * as i23 from "./directives/stop-propagation.directive";
|
|
28
28
|
/**
|
|
29
29
|
* BaseCoreModule is the module that holds
|
|
30
30
|
* all imports, declarations, exports, and entryComponents
|
|
@@ -33,7 +33,7 @@ import * as i23 from "./localization.module";
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class BaseCoreModule {
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseCoreModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseCoreModule, [typeof i1.AbstractNgModelComponent, typeof i2.
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseCoreModule, [typeof i1.AbstractNgModelComponent, typeof i2.DynamicLayoutComponent, typeof i3.ReplaceableRouteContainerComponent, typeof i4.RouterOutletComponent, typeof i5.SortPipe, typeof i6.SafeHtmlPipe, typeof i7.ToInjectorPipe, typeof i8.ShortDateTimePipe, typeof i9.ShortTimePipe, typeof i10.ShortDatePipe], [typeof i11.CommonModule, typeof i12.HttpClientModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.RouterModule, typeof i15.LocalizationModule, typeof i16.AutofocusDirective, typeof i17.InputEventDebounceDirective, typeof i18.ForDirective, typeof i19.FormSubmitDirective, typeof i20.InitDirective, typeof i21.PermissionDirective, typeof i22.ReplaceableTemplateDirective, typeof i23.StopPropagationDirective], [typeof i11.CommonModule, typeof i12.HttpClientModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.RouterModule, typeof i15.LocalizationModule, typeof i1.AbstractNgModelComponent, typeof i2.DynamicLayoutComponent, typeof i3.ReplaceableRouteContainerComponent, typeof i4.RouterOutletComponent, typeof i5.SortPipe, typeof i6.SafeHtmlPipe, typeof i7.ToInjectorPipe, typeof i8.ShortDateTimePipe, typeof i9.ShortTimePipe, typeof i10.ShortDatePipe, typeof i16.AutofocusDirective, typeof i17.InputEventDebounceDirective, typeof i18.ForDirective, typeof i19.FormSubmitDirective, typeof i20.InitDirective, typeof i21.PermissionDirective, typeof i22.ReplaceableTemplateDirective, typeof i23.StopPropagationDirective]>;
|
|
37
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<BaseCoreModule>;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
@@ -42,7 +42,7 @@ export declare class BaseCoreModule {
|
|
|
42
42
|
*/
|
|
43
43
|
export declare class RootCoreModule {
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<RootCoreModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RootCoreModule, never, [typeof BaseCoreModule, typeof
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RootCoreModule, never, [typeof BaseCoreModule, typeof i15.LocalizationModule, typeof i12.HttpClientXsrfModule], [typeof BaseCoreModule, typeof i15.LocalizationModule]>;
|
|
46
46
|
static ɵinj: i0.ɵɵInjectorDeclaration<RootCoreModule>;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
@@ -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": { "alias": "autofocus"; "required": false; }; }, {}, never, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autofocus]", never, { "delay": { "alias": "autofocus"; "required": false; }; }, {}, never, never, true, never>;
|
|
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": { "alias": "debounce"; "required": false; }; }, { "debounceEvent": "input.debounce"; }, never, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InputEventDebounceDirective, "[input.debounce]", never, { "debounce": { "alias": "debounce"; "required": false; }; }, { "debounceEvent": "input.debounce"; }, never, never, true, never>;
|
|
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": { "alias": "abpForOf"; "required": false; }; "orderBy": { "alias": "abpForOrderBy"; "required": false; }; "orderDir": { "alias": "abpForOrderDir"; "required": false; }; "filterBy": { "alias": "abpForFilterBy"; "required": false; }; "filterVal": { "alias": "abpForFilterVal"; "required": false; }; "trackBy": { "alias": "abpForTrackBy"; "required": false; }; "compareBy": { "alias": "abpForCompareBy"; "required": false; }; "emptyRef": { "alias": "abpForEmptyRef"; "required": false; }; }, {}, never, never,
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ForDirective, "[abpFor]", never, { "items": { "alias": "abpForOf"; "required": false; }; "orderBy": { "alias": "abpForOrderBy"; "required": false; }; "orderDir": { "alias": "abpForOrderDir"; "required": false; }; "filterBy": { "alias": "abpForFilterBy"; "required": false; }; "filterVal": { "alias": "abpForFilterVal"; "required": false; }; "trackBy": { "alias": "abpForTrackBy"; "required": false; }; "compareBy": { "alias": "abpForCompareBy"; "required": false; }; "emptyRef": { "alias": "abpForEmptyRef"; "required": false; }; }, {}, never, never, true, never>;
|
|
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": { "alias": "debounce"; "required": false; }; "notValidateOnSubmit": { "alias": "notValidateOnSubmit"; "required": false; }; "markAsDirtyWhenSubmit": { "alias": "markAsDirtyWhenSubmit"; "required": false; }; }, { "ngSubmit": "ngSubmit"; }, never, never,
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form[ngSubmit][formGroup]", never, { "debounce": { "alias": "debounce"; "required": false; }; "notValidateOnSubmit": { "alias": "notValidateOnSubmit"; "required": false; }; "markAsDirtyWhenSubmit": { "alias": "markAsDirtyWhenSubmit"; "required": false; }; }, { "ngSubmit": "ngSubmit"; }, never, never, true, never>;
|
|
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, never,
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InitDirective, "[abpInit]", never, {}, { "init": "abpInit"; }, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -20,5 +20,5 @@ export declare class PermissionDirective implements OnDestroy, OnChanges, AfterV
|
|
|
20
20
|
ngOnChanges(): void;
|
|
21
21
|
ngAfterViewInit(): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, [{ optional: true; }, null, null, null, null]>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": { "alias": "abpPermission"; "required": false; }; "runChangeDetection": { "alias": "abpPermissionRunChangeDetection"; "required": false; }; }, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": { "alias": "abpPermission"; "required": false; }; "runChangeDetection": { "alias": "abpPermissionRunChangeDetection"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -25,5 +25,5 @@ export declare class ReplaceableTemplateDirective implements OnInit, OnChanges {
|
|
|
25
25
|
setProvidedData(): void;
|
|
26
26
|
resetDefaultComponent(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceableTemplateDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": { "alias": "abpReplaceableTemplate"; "required": false; }; }, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": { "alias": "abpReplaceableTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -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, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[click.stop]", never, {}, { "stopPropEvent": "click.stop"; }, never, never, true, never>;
|
|
12
12
|
}
|
package/lib/enums/common.d.ts
CHANGED
|
@@ -3,3 +3,8 @@ export declare const enum eLayoutType {
|
|
|
3
3
|
application = "application",
|
|
4
4
|
empty = "empty"
|
|
5
5
|
}
|
|
6
|
+
export declare const enum eThemeSharedComponents {
|
|
7
|
+
ApplicationLayoutComponent = "Theme.ApplicationLayoutComponent",
|
|
8
|
+
AccountLayoutComponent = "Theme.AccountLayoutComponent",
|
|
9
|
+
EmptyLayoutComponent = "Theme.EmptyLayoutComponent"
|
|
10
|
+
}
|
package/lib/models/common.d.ts
CHANGED
package/lib/tokens/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.core",
|
|
3
|
-
"version": "8.0.0
|
|
3
|
+
"version": "8.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": "~8.0.0
|
|
10
|
+
"@abp/utils": "~8.0.0",
|
|
11
11
|
"angular-oauth2-oidc": "^15.0.1",
|
|
12
12
|
"just-clone": "^6.1.1",
|
|
13
13
|
"just-compare": "^2.3.0",
|