@volosoft/abp.ng.theme.lepton-x 4.3.0-rc.2 → 4.3.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/account/index.d.ts +46 -1
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs +46 -31
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs.map +1 -1
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs +136 -82
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +1 -1
- package/fesm2022/volosoft-abp.ng.theme.lepton-x.mjs +239 -198
- package/fesm2022/volosoft-abp.ng.theme.lepton-x.mjs.map +1 -1
- package/index.d.ts +188 -1
- package/layouts/index.d.ts +83 -3
- package/package.json +7 -7
- package/account/account/account-layout.component.d.ts +0 -6
- package/account/account/account-layout.module.d.ts +0 -25
- package/account/account/components/auth-wrapper/auth-wrapper.component.d.ts +0 -7
- package/account/account/components/index.d.ts +0 -2
- package/account/account/components/tenant-box/tenant-box.component.d.ts +0 -7
- package/account/account/index.d.ts +0 -3
- package/layouts/empty-layout/empty-layout.component.d.ts +0 -7
- package/layouts/empty-layout/index.d.ts +0 -1
- package/layouts/side-menu/index.d.ts +0 -1
- package/layouts/side-menu/layout/index.d.ts +0 -3
- package/layouts/side-menu/layout/providers/index.d.ts +0 -1
- package/layouts/side-menu/layout/providers/translate.provider.d.ts +0 -2
- package/layouts/side-menu/layout/side-menu-application-layout.component.d.ts +0 -19
- package/layouts/side-menu/layout/side-menu-layout.module.d.ts +0 -15
- package/layouts/top-menu/index.d.ts +0 -1
- package/layouts/top-menu/layout/index.d.ts +0 -1
- package/layouts/top-menu/layout/providers/index.d.ts +0 -1
- package/layouts/top-menu/layout/providers/translate.provider.d.ts +0 -2
- package/layouts/top-menu/layout/top-menu-application-layout.component.d.ts +0 -18
- package/layouts/top-menu/layout/top-menu-layout.module.d.ts +0 -16
- package/lib/components/abp-validation-error/abp-validation-error.component.d.ts +0 -9
- package/lib/components/abp-validation-error/abp-validation-error.module.d.ts +0 -12
- package/lib/components/abp-validation-error/index.d.ts +0 -2
- package/lib/components/http-error/http-error.component.d.ts +0 -24
- package/lib/components/http-error/index.d.ts +0 -1
- package/lib/components/index.d.ts +0 -2
- package/lib/enums/components.d.ts +0 -22
- package/lib/enums/index.d.ts +0 -2
- package/lib/enums/user-menu-items.d.ts +0 -10
- package/lib/index.d.ts +0 -5
- package/lib/lepton-x.module.d.ts +0 -10
- package/lib/providers/account-layout.provider.d.ts +0 -2
- package/lib/providers/http-error.provider.d.ts +0 -3
- package/lib/providers/index.d.ts +0 -6
- package/lib/providers/init-service.provider.d.ts +0 -2
- package/lib/providers/lepton-x.routes.d.ts +0 -3
- package/lib/providers/style.provider.d.ts +0 -2
- package/lib/providers/translate.provider.d.ts +0 -6
- package/lib/providers/user-menu-service.provider.d.ts +0 -2
- package/lib/services/abp-auth.service.d.ts +0 -12
- package/lib/services/abp-create-error-component.service.d.ts +0 -11
- package/lib/services/abp-settings.service.d.ts +0 -26
- package/lib/services/abp-translate.service.d.ts +0 -14
- package/lib/services/index.d.ts +0 -4
- package/lib/tokens/http-error-path.token.d.ts +0 -2
- package/lib/tokens/index.d.ts +0 -2
- package/lib/tokens/translate-key-map.d.ts +0 -4
package/layouts/index.d.ts
CHANGED
|
@@ -1,3 +1,83 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as i3$1 from '@abp/ng.core';
|
|
2
|
+
import { eLayoutType } from '@abp/ng.core';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { ModuleWithProviders, Provider, EnvironmentProviders } from '@angular/core';
|
|
5
|
+
import { eThemeLeptonXComponents } from '@volosoft/abp.ng.theme.lepton-x';
|
|
6
|
+
import * as i3 from '@volo/abp.ng.lepton-x.core';
|
|
7
|
+
import * as i2 from '@angular/common';
|
|
8
|
+
import * as i4 from '@volosoft/ngx-lepton-x/layouts';
|
|
9
|
+
import * as i5 from '@volo/ngx-lepton-x.core';
|
|
10
|
+
import * as i6 from '@angular/router';
|
|
11
|
+
|
|
12
|
+
declare class EmptyLayoutComponent {
|
|
13
|
+
static type: eLayoutType;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyLayoutComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyLayoutComponent, "abp-layout-empty", never, {}, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
declare class SideMenuApplicationLayoutComponent {
|
|
19
|
+
toolbarKey: eThemeLeptonXComponents;
|
|
20
|
+
navbarKey: eThemeLeptonXComponents;
|
|
21
|
+
routesKey: eThemeLeptonXComponents;
|
|
22
|
+
navItemsKey: eThemeLeptonXComponents;
|
|
23
|
+
breadcrumbKey: eThemeLeptonXComponents;
|
|
24
|
+
footerKey: eThemeLeptonXComponents;
|
|
25
|
+
settingsPanelKey: eThemeLeptonXComponents;
|
|
26
|
+
mobileNavbarKey: eThemeLeptonXComponents;
|
|
27
|
+
mobileNavbarSettingsKey: eThemeLeptonXComponents;
|
|
28
|
+
mobileNavbarProfileKey: eThemeLeptonXComponents;
|
|
29
|
+
pageAlertContainerKey: eThemeLeptonXComponents;
|
|
30
|
+
logoKey: eThemeLeptonXComponents;
|
|
31
|
+
currentUserImageKey: eThemeLeptonXComponents;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuApplicationLayoutComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuApplicationLayoutComponent, "abp-application-layout", never, {}, {}, never, never, true, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class SideMenuLayoutModule {
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated `SideMenuLayoutModule.forRoot()` is deprecated. You can use `provideSideMenuLayout` **function** instead.
|
|
39
|
+
*/
|
|
40
|
+
static forRoot(): ModuleWithProviders<SideMenuLayoutModule>;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuLayoutModule, never>;
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SideMenuLayoutModule, never, [typeof i3.LeptonXAbpCoreModule, typeof i2.CommonModule, typeof i3$1.CoreModule, typeof i4.LpxSideMenuLayoutModule, typeof i5.LpxBreadcrumbModule, typeof i5.PanelsModule, typeof i5.LpxFooterModule, typeof SideMenuApplicationLayoutComponent], [typeof SideMenuApplicationLayoutComponent]>;
|
|
43
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SideMenuLayoutModule>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
declare const LPX_TRANSLATE_KEYS_PROVIDER: Provider;
|
|
47
|
+
|
|
48
|
+
declare function initLayouts(): void;
|
|
49
|
+
declare function provideSideMenuLayout(): EnvironmentProviders;
|
|
50
|
+
|
|
51
|
+
declare class TopMenuApplicationLayoutComponent {
|
|
52
|
+
navbarKey: eThemeLeptonXComponents;
|
|
53
|
+
routesKey: eThemeLeptonXComponents;
|
|
54
|
+
toolbarKey: eThemeLeptonXComponents;
|
|
55
|
+
topNavbarKey: eThemeLeptonXComponents;
|
|
56
|
+
breadcrumbKey: eThemeLeptonXComponents;
|
|
57
|
+
footerKey: eThemeLeptonXComponents;
|
|
58
|
+
mobileNavbarKey: eThemeLeptonXComponents;
|
|
59
|
+
mobileNavbarSettingsKey: eThemeLeptonXComponents;
|
|
60
|
+
mobileNavbarProfileKey: eThemeLeptonXComponents;
|
|
61
|
+
pageAlertContainerKey: eThemeLeptonXComponents;
|
|
62
|
+
settingsKey: eThemeLeptonXComponents;
|
|
63
|
+
logoKey: eThemeLeptonXComponents;
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TopMenuApplicationLayoutComponent, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TopMenuApplicationLayoutComponent, "abp-top-menu-application-layout", never, {}, {}, never, never, true, never>;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
declare class TopMenuLayoutModule {
|
|
69
|
+
/**
|
|
70
|
+
* @deprecated `TopMenuLayoutModule.forRoot()` is deprecated. You can use `provideTopMenuLayout` **function** instead.
|
|
71
|
+
*/
|
|
72
|
+
static forRoot(): ModuleWithProviders<TopMenuLayoutModule>;
|
|
73
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TopMenuLayoutModule, never>;
|
|
74
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TopMenuLayoutModule, never, [typeof i2.CommonModule, typeof i4.LpxTopMenuLayoutModule, typeof i3.LeptonXAbpCoreModule, typeof i5.LpxBreadcrumbModule, typeof i5.LpxFooterModule, typeof i5.LpxNavbarModule, typeof i3$1.CoreModule, typeof i3.PageAlertContainerModule, typeof i6.RouterOutlet, typeof TopMenuApplicationLayoutComponent], never>;
|
|
75
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TopMenuLayoutModule>;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
declare const LPX_TOP_MENU_TRANSLATE_KEYS_PROVIDER: Provider;
|
|
79
|
+
|
|
80
|
+
declare function initLayoutsFactory(): void;
|
|
81
|
+
declare function provideTopMenuLayout(): EnvironmentProviders;
|
|
82
|
+
|
|
83
|
+
export { EmptyLayoutComponent, LPX_TOP_MENU_TRANSLATE_KEYS_PROVIDER, LPX_TRANSLATE_KEYS_PROVIDER, SideMenuApplicationLayoutComponent, SideMenuLayoutModule, TopMenuLayoutModule, initLayouts, initLayoutsFactory, provideSideMenuLayout, provideTopMenuLayout };
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volosoft/abp.ng.theme.lepton-x",
|
|
3
|
-
"version": "4.3.0-rc.
|
|
3
|
+
"version": "4.3.0-rc.3",
|
|
4
4
|
"homepage": "https://www.leptontheme.com/",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2.3.0",
|
|
7
|
-
"@ng-bootstrap/ng-bootstrap": "~
|
|
8
|
-
"@abp/ng.theme.shared": "~9.3.0-rc.
|
|
9
|
-
"@volo/abp.commercial.ng.ui": "~9.3.0-rc.
|
|
10
|
-
"@volo/abp.ng.account.core": "~9.3.0-rc.
|
|
11
|
-
"@volo/abp.ng.lepton-x.core": "~4.3.0-rc.
|
|
12
|
-
"@volosoft/ngx-lepton-x": "~4.3.0-rc.
|
|
7
|
+
"@ng-bootstrap/ng-bootstrap": "~19.0.0",
|
|
8
|
+
"@abp/ng.theme.shared": "~9.3.0-rc.3",
|
|
9
|
+
"@volo/abp.commercial.ng.ui": "~9.3.0-rc.3",
|
|
10
|
+
"@volo/abp.ng.account.core": "~9.3.0-rc.3",
|
|
11
|
+
"@volo/abp.ng.lepton-x.core": "~4.3.0-rc.3",
|
|
12
|
+
"@volosoft/ngx-lepton-x": "~4.3.0-rc.3"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AccountLayoutComponent {
|
|
3
|
-
authWrapperKey: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccountLayoutComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccountLayoutComponent, "abp-account-layout", never, {}, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { LpxAuthLayoutOptions } from '@volosoft/ngx-lepton-x/layouts';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./account-layout.component";
|
|
5
|
-
import * as i2 from "@volosoft/ngx-lepton-x/layouts";
|
|
6
|
-
import * as i3 from "@volosoft/ngx-lepton-x";
|
|
7
|
-
import * as i4 from "@volo/abp.ng.lepton-x.core";
|
|
8
|
-
import * as i5 from "@abp/ng.core";
|
|
9
|
-
import * as i6 from "@abp/ng.theme.shared";
|
|
10
|
-
import * as i7 from "./components/auth-wrapper/auth-wrapper.component";
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated The interface should not be used
|
|
13
|
-
*/
|
|
14
|
-
export interface AccountLayoutOptions {
|
|
15
|
-
layout?: LpxAuthLayoutOptions;
|
|
16
|
-
}
|
|
17
|
-
export declare class AccountLayoutModule {
|
|
18
|
-
/**
|
|
19
|
-
* @deprecated The method should not be used
|
|
20
|
-
*/
|
|
21
|
-
static forRoot(options?: AccountLayoutOptions): ModuleWithProviders<AccountLayoutModule>;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccountLayoutModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccountLayoutModule, [typeof i1.AccountLayoutComponent], [typeof i2.LpxAuthLayoutModule, typeof i3.LpxContextMenuModule, typeof i4.PageAlertContainerModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.AuthWrapperComponent], never>;
|
|
24
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AccountLayoutModule>;
|
|
25
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AuthWrapperService } from '@volo/abp.ng.account.core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AuthWrapperComponent {
|
|
4
|
-
protected readonly service: AuthWrapperService;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthWrapperComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuthWrapperComponent, "abp-auth-wrapper", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { TenantBoxService } from '@volo/abp.ng.account.core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TenantBoxComponent {
|
|
4
|
-
protected readonly service: TenantBoxService;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TenantBoxComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TenantBoxComponent, "abp-tenant-box", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { eLayoutType } from '@abp/ng.core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EmptyLayoutComponent {
|
|
4
|
-
static type: eLayoutType;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyLayoutComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyLayoutComponent, "abp-layout-empty", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './empty-layout.component';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './layout/index';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './translate.provider';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { eThemeLeptonXComponents } from '@volosoft/abp.ng.theme.lepton-x';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SideMenuApplicationLayoutComponent {
|
|
4
|
-
toolbarKey: eThemeLeptonXComponents;
|
|
5
|
-
navbarKey: eThemeLeptonXComponents;
|
|
6
|
-
routesKey: eThemeLeptonXComponents;
|
|
7
|
-
navItemsKey: eThemeLeptonXComponents;
|
|
8
|
-
breadcrumbKey: eThemeLeptonXComponents;
|
|
9
|
-
footerKey: eThemeLeptonXComponents;
|
|
10
|
-
settingsPanelKey: eThemeLeptonXComponents;
|
|
11
|
-
mobileNavbarKey: eThemeLeptonXComponents;
|
|
12
|
-
mobileNavbarSettingsKey: eThemeLeptonXComponents;
|
|
13
|
-
mobileNavbarProfileKey: eThemeLeptonXComponents;
|
|
14
|
-
pageAlertContainerKey: eThemeLeptonXComponents;
|
|
15
|
-
logoKey: eThemeLeptonXComponents;
|
|
16
|
-
currentUserImageKey: eThemeLeptonXComponents;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuApplicationLayoutComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuApplicationLayoutComponent, "abp-application-layout", never, {}, {}, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./side-menu-application-layout.component";
|
|
4
|
-
import * as i2 from "@volo/abp.ng.lepton-x.core";
|
|
5
|
-
import * as i3 from "@angular/common";
|
|
6
|
-
import * as i4 from "@abp/ng.core";
|
|
7
|
-
import * as i5 from "@volosoft/ngx-lepton-x/layouts";
|
|
8
|
-
import * as i6 from "@volo/ngx-lepton-x.core";
|
|
9
|
-
export declare class SideMenuLayoutModule {
|
|
10
|
-
static forRoot(): ModuleWithProviders<SideMenuLayoutModule>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuLayoutModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SideMenuLayoutModule, [typeof i1.SideMenuApplicationLayoutComponent], [typeof i2.LeptonXAbpCoreModule, typeof i3.CommonModule, typeof i4.CoreModule, typeof i5.LpxSideMenuLayoutModule, typeof i6.LpxBreadcrumbModule, typeof i6.PanelsModule, typeof i6.LpxFooterModule], [typeof i1.SideMenuApplicationLayoutComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SideMenuLayoutModule>;
|
|
14
|
-
}
|
|
15
|
-
export declare function initLayouts(): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './layout/index';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './top-menu-layout.module';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './translate.provider';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { eThemeLeptonXComponents } from '@volosoft/abp.ng.theme.lepton-x';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TopMenuApplicationLayoutComponent {
|
|
4
|
-
navbarKey: eThemeLeptonXComponents;
|
|
5
|
-
routesKey: eThemeLeptonXComponents;
|
|
6
|
-
toolbarKey: eThemeLeptonXComponents;
|
|
7
|
-
topNavbarKey: eThemeLeptonXComponents;
|
|
8
|
-
breadcrumbKey: eThemeLeptonXComponents;
|
|
9
|
-
footerKey: eThemeLeptonXComponents;
|
|
10
|
-
mobileNavbarKey: eThemeLeptonXComponents;
|
|
11
|
-
mobileNavbarSettingsKey: eThemeLeptonXComponents;
|
|
12
|
-
mobileNavbarProfileKey: eThemeLeptonXComponents;
|
|
13
|
-
pageAlertContainerKey: eThemeLeptonXComponents;
|
|
14
|
-
settingsKey: eThemeLeptonXComponents;
|
|
15
|
-
logoKey: eThemeLeptonXComponents;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TopMenuApplicationLayoutComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TopMenuApplicationLayoutComponent, "abp-top-menu-application-layout", never, {}, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./top-menu-application-layout.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@volosoft/ngx-lepton-x/layouts";
|
|
6
|
-
import * as i4 from "@volo/abp.ng.lepton-x.core";
|
|
7
|
-
import * as i5 from "@volo/ngx-lepton-x.core";
|
|
8
|
-
import * as i6 from "@abp/ng.core";
|
|
9
|
-
import * as i7 from "@angular/router";
|
|
10
|
-
export declare class TopMenuLayoutModule {
|
|
11
|
-
static forRoot(): ModuleWithProviders<TopMenuLayoutModule>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TopMenuLayoutModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TopMenuLayoutModule, [typeof i1.TopMenuApplicationLayoutComponent], [typeof i2.CommonModule, typeof i3.LpxTopMenuLayoutModule, typeof i4.LeptonXAbpCoreModule, typeof i5.LpxBreadcrumbModule, typeof i5.LpxFooterModule, typeof i5.LpxNavbarModule, typeof i6.CoreModule, typeof i4.PageAlertContainerModule, typeof i7.RouterOutlet], never>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TopMenuLayoutModule>;
|
|
15
|
-
}
|
|
16
|
-
export declare function initLayoutsFactory(): void;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Validation, ValidationErrorComponent } from '@ngx-validate/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AbpValidationErrorComponent extends ValidationErrorComponent {
|
|
4
|
-
get abpErrors(): Validation.Error[] & {
|
|
5
|
-
interpoliteParams?: string[];
|
|
6
|
-
};
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbpValidationErrorComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AbpValidationErrorComponent, "abp-validation-error", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./abp-validation-error.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@abp/ng.core";
|
|
6
|
-
import * as i4 from "@ngx-validate/core";
|
|
7
|
-
export declare class AbpValidationErrorModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<AbpValidationErrorModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbpValidationErrorModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AbpValidationErrorModule, [typeof i1.AbpValidationErrorComponent], [typeof i2.CommonModule, typeof i3.CoreModule, typeof i4.NgxValidateCoreModule], [typeof i1.AbpValidationErrorComponent, typeof i4.NgxValidateCoreModule]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AbpValidationErrorModule>;
|
|
12
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
2
|
-
import { Location } from '@angular/common';
|
|
3
|
-
import { Subject } from 'rxjs';
|
|
4
|
-
import { RouterEvents } from '@abp/ng.core';
|
|
5
|
-
import { eThemeLeptonXComponents } from '../../enums';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class HttpErrorComponent {
|
|
8
|
-
protected readonly router: Router;
|
|
9
|
-
protected readonly activatedRoute: ActivatedRoute;
|
|
10
|
-
protected readonly location: Location;
|
|
11
|
-
protected readonly routerEvents: RouterEvents;
|
|
12
|
-
readonly destroy$: Subject<void>;
|
|
13
|
-
protected readonly errorComponentKey = eThemeLeptonXComponents.HttpError;
|
|
14
|
-
protected readonly status: import("@angular/core").WritableSignal<number>;
|
|
15
|
-
readonly lastNavigation: import("@angular/core").Signal<string>;
|
|
16
|
-
readonly currentNavigation: import("@angular/core").Signal<string>;
|
|
17
|
-
protected readonly statusText: import("@angular/core").Signal<any>;
|
|
18
|
-
protected readonly detail: import("@angular/core").Signal<any>;
|
|
19
|
-
constructor();
|
|
20
|
-
goBack(): void;
|
|
21
|
-
goHome(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HttpErrorComponent, "abp-http-error", never, {}, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './http-error.component';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare const enum eThemeLeptonXComponents {
|
|
2
|
-
AccountLayout = "Theme.AccountLayoutComponent",
|
|
3
|
-
ApplicationLayout = "Theme.ApplicationLayoutComponent",
|
|
4
|
-
Footer = "Theme.FooterComponent",
|
|
5
|
-
CurrentUser = "Theme.CurrentUserComponent",
|
|
6
|
-
CurrentUserImage = "Theme.CurrentUserImageComponent",
|
|
7
|
-
EmptyLayout = "Theme.EmptyLayoutComponent",
|
|
8
|
-
Languages = "Theme.LanguagesComponent",
|
|
9
|
-
Logo = "Theme.LogoComponent",
|
|
10
|
-
Routes = "Theme.RoutesComponent",
|
|
11
|
-
Navbar = "Theme.NavbarComponent",
|
|
12
|
-
MobileNavbar = "Theme.MobileNavbarComponent",
|
|
13
|
-
MobileNavbarSettings = "Theme.MobileNavbarSettingsComponent",
|
|
14
|
-
MobileNavbarProfile = "Theme.MobileNavbarProfileComponent",
|
|
15
|
-
NavItems = "Theme.NavItemsComponent",
|
|
16
|
-
Breadcrumb = "Theme.Breadcrumb",
|
|
17
|
-
PageAlertContainer = "Theme.PageAlertContainerComponent",
|
|
18
|
-
Toolbar = "Theme.ToolbarComponent",
|
|
19
|
-
TopNavbar = "Theme.TopNavbarComponent",
|
|
20
|
-
Settings = "Theme.SettingsComponent",
|
|
21
|
-
HttpError = "Theme.HttpErrorComponent"
|
|
22
|
-
}
|
package/lib/enums/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare enum eUserMenuItems {
|
|
2
|
-
Sessions = "Sessions",
|
|
3
|
-
ExternalLogins = "ExternalLogins",
|
|
4
|
-
LinkedAccounts = "LinkedAccounts",
|
|
5
|
-
MyAccount = "MyAccount",
|
|
6
|
-
SecurityLogs = "SecurityLogs",
|
|
7
|
-
BackToImpersonator = "BackToImpersonator",
|
|
8
|
-
AuthorityDelegation = "AuthorityDelegation",
|
|
9
|
-
Logout = "Logout"
|
|
10
|
-
}
|
package/lib/index.d.ts
DELETED
package/lib/lepton-x.module.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { LpxOptions } from '@volosoft/ngx-lepton-x';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type ThemeLeptonXModuleOptions = LpxOptions;
|
|
5
|
-
export declare class ThemeLeptonXModule {
|
|
6
|
-
static forRoot(options?: ThemeLeptonXModuleOptions): ModuleWithProviders<ThemeLeptonXModule>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeLeptonXModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeLeptonXModule, never, never, never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ThemeLeptonXModule>;
|
|
10
|
-
}
|
package/lib/providers/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
import { LanguageTranslateValues } from '@volo/ngx-lepton-x.core';
|
|
3
|
-
import { ThemeTranslateValues } from '@volosoft/ngx-lepton-x';
|
|
4
|
-
export declare const LPX_TRANSLATE_PROVIDER: Provider;
|
|
5
|
-
export declare const translateKeys: ThemeTranslateValues & LanguageTranslateValues;
|
|
6
|
-
export declare const LPX_TRANSLATE_KEYS_PROVIDER: Provider;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AuthService, UserProfileService } from '@volo/ngx-lepton-x.core';
|
|
2
|
-
import { AuthService as AuthCoreService } from '@abp/ng.core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AbpAuthService implements AuthService {
|
|
5
|
-
private userProfileService;
|
|
6
|
-
private authService;
|
|
7
|
-
constructor(userProfileService: UserProfileService, authService: AuthCoreService);
|
|
8
|
-
isUserExists$: import("rxjs").Observable<boolean>;
|
|
9
|
-
navigateToLogin(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbpAuthService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AbpAuthService>;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { CreateErrorComponentService, HttpErrorWrapperComponent } from '@abp/ng.theme.shared';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AbpCreateErrorComponentService extends CreateErrorComponentService {
|
|
5
|
-
protected readonly router: Router;
|
|
6
|
-
protected readonly httpErrorPath: string;
|
|
7
|
-
constructor();
|
|
8
|
-
execute(instance: Partial<HttpErrorWrapperComponent>): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbpCreateErrorComponentService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AbpCreateErrorComponentService>;
|
|
11
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { LanguageService, UserProfileService } from '@volo/ngx-lepton-x.core';
|
|
3
|
-
import { ConfigStateService, SessionStateService } from '@abp/ng.core';
|
|
4
|
-
import { ProfilePictureImage } from '@volo/abp.commercial.ng.ui/config';
|
|
5
|
-
import { UserMenuService } from '@abp/ng.theme.shared';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AbpSettingsService {
|
|
8
|
-
private sessionService;
|
|
9
|
-
private configStateService;
|
|
10
|
-
private languageService;
|
|
11
|
-
private userProfileService;
|
|
12
|
-
private profilePicture$;
|
|
13
|
-
navigateToManageProfile: any;
|
|
14
|
-
navigateToMySecurityLogs: any;
|
|
15
|
-
openMyLinkUsersModal: any;
|
|
16
|
-
private userMenuService;
|
|
17
|
-
constructor(sessionService: SessionStateService, configStateService: ConfigStateService, languageService: LanguageService, userProfileService: UserProfileService, profilePicture$: BehaviorSubject<ProfilePictureImage>, navigateToManageProfile: any, navigateToMySecurityLogs: any, openMyLinkUsersModal: any, userMenuService: UserMenuService);
|
|
18
|
-
setUpListeners(): void;
|
|
19
|
-
setUserProfile(): void;
|
|
20
|
-
setUserMenuGroups(): void;
|
|
21
|
-
setProfilePicture(): void;
|
|
22
|
-
setLanguageOptions(): void;
|
|
23
|
-
listenToLangChange(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbpSettingsService, [null, null, null, null, null, null, null, { optional: true; }, null]>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AbpSettingsService>;
|
|
26
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { LocalizationService } from '@abp/ng.core';
|
|
2
|
-
import { TranslateService } from '@volo/ngx-lepton-x.core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AbpTranslateService implements TranslateService {
|
|
6
|
-
private localization;
|
|
7
|
-
private translateKeys;
|
|
8
|
-
constructor(localization: LocalizationService, translateKeys: Array<any>);
|
|
9
|
-
get(key: string, defaultValue: string | undefined): string;
|
|
10
|
-
get$(key: string, defaultValue: string | undefined): Observable<string>;
|
|
11
|
-
private getKey;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbpTranslateService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AbpTranslateService>;
|
|
14
|
-
}
|
package/lib/services/index.d.ts
DELETED
package/lib/tokens/index.d.ts
DELETED