@volosoft/abp.ng.theme.lepton-x 1.0.0 → 1.0.1
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/layouts/index.mjs +2 -1
- package/esm2020/layouts/side-menu/layout/side-menu-application-layout.component.mjs +10 -8
- package/esm2020/layouts/side-menu/layout/side-menu-layout.module.mjs +14 -8
- package/esm2020/layouts/top-menu/index.mjs +2 -0
- package/esm2020/layouts/top-menu/layout/index.mjs +2 -0
- package/esm2020/layouts/top-menu/layout/providers/index.mjs +2 -0
- package/esm2020/layouts/top-menu/layout/providers/translate.provider.mjs +13 -0
- package/esm2020/layouts/top-menu/layout/top-menu-application-layout.component.mjs +27 -0
- package/esm2020/layouts/top-menu/layout/top-menu-layout.module.mjs +78 -0
- package/esm2020/lib/components/abp-validation-error/abp-validation-error.module.mjs +2 -2
- package/esm2020/lib/enums/components.mjs +1 -1
- package/esm2020/lib/services/abp-settings.service.mjs +2 -1
- package/fesm2015/volosoft-abp.ng.theme.lepton-x-layouts.mjs +127 -20
- package/fesm2015/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +1 -1
- package/fesm2015/volosoft-abp.ng.theme.lepton-x.mjs +2 -1
- package/fesm2015/volosoft-abp.ng.theme.lepton-x.mjs.map +1 -1
- package/fesm2020/volosoft-abp.ng.theme.lepton-x-layouts.mjs +127 -20
- package/fesm2020/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +1 -1
- package/fesm2020/volosoft-abp.ng.theme.lepton-x.mjs +2 -1
- package/fesm2020/volosoft-abp.ng.theme.lepton-x.mjs.map +1 -1
- package/layouts/index.d.ts +1 -0
- package/layouts/side-menu/layout/side-menu-application-layout.component.d.ts +2 -0
- package/layouts/side-menu/layout/side-menu-layout.module.d.ts +6 -6
- package/layouts/top-menu/index.d.ts +1 -0
- package/layouts/top-menu/layout/index.d.ts +1 -0
- package/layouts/top-menu/layout/providers/index.d.ts +1 -0
- package/layouts/top-menu/layout/providers/translate.provider.d.ts +2 -0
- package/layouts/top-menu/layout/top-menu-application-layout.component.d.ts +15 -0
- package/layouts/top-menu/layout/top-menu-layout.module.d.ts +16 -0
- package/lib/enums/components.d.ts +5 -2
- package/package.json +7 -7
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Injector, 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(injector: Injector): () => void;
|
|
@@ -2,7 +2,7 @@ export declare const enum eThemeLeptonXComponents {
|
|
|
2
2
|
AccountLayout = "Theme.AccountLayoutComponent",
|
|
3
3
|
ApplicationLayout = "Theme.ApplicationLayoutComponent",
|
|
4
4
|
ApplicationLayoutHeader = "Theme.ApplicationLayoutHeaderComponent",
|
|
5
|
-
|
|
5
|
+
Footer = "Theme.FooterComponent",
|
|
6
6
|
CurrentUser = "Theme.CurrentUserComponent",
|
|
7
7
|
CurrentUserImage = "Theme.CurrentUserImageComponent",
|
|
8
8
|
EmptyLayout = "Theme.EmptyLayoutComponent",
|
|
@@ -15,5 +15,8 @@ export declare const enum eThemeLeptonXComponents {
|
|
|
15
15
|
NavItems = "Theme.NavItemsComponent",
|
|
16
16
|
Sidebar = "Theme.Sidebar",
|
|
17
17
|
Breadcrumb = "Theme.Breadcrumb",
|
|
18
|
-
PageAlertContainer = "Theme.PageAlertContainerComponent"
|
|
18
|
+
PageAlertContainer = "Theme.PageAlertContainerComponent",
|
|
19
|
+
Toolbar = "Theme.ToolbarComponent",
|
|
20
|
+
TopNavbar = "Theme.TopNavbarComponent",
|
|
21
|
+
Settings = "Theme.SettingsComponent"
|
|
19
22
|
}
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volosoft/abp.ng.theme.lepton-x",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"homepage": "https://abp.io",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@abp/ng.components": "~6.0.
|
|
7
|
-
"@abp/ng.theme.shared": "~6.0.
|
|
8
|
-
"@volo/abp.commercial.ng.ui": "~6.0.
|
|
9
|
-
"@volo/abp.ng.account.core": "~6.0.0",
|
|
6
|
+
"@abp/ng.components": "~6.0.1",
|
|
7
|
+
"@abp/ng.theme.shared": "~6.0.1",
|
|
8
|
+
"@volo/abp.commercial.ng.ui": "~6.0.1",
|
|
10
9
|
"@ng-bootstrap/ng-bootstrap": "^12.0.0-beta.4"
|
|
11
10
|
},
|
|
12
11
|
"dependencies": {
|
|
13
12
|
"tslib": "^2.3.0",
|
|
14
|
-
"@volosoft/ngx-lepton-x": "1.0.
|
|
15
|
-
"@volo/abp.ng.lepton-x.core": "1.0.
|
|
13
|
+
"@volosoft/ngx-lepton-x": "1.0.1",
|
|
14
|
+
"@volo/abp.ng.lepton-x.core": "1.0.1",
|
|
15
|
+
"@volo/abp.ng.account.core": "~6.0.1"
|
|
16
16
|
},
|
|
17
17
|
"publishConfig": {
|
|
18
18
|
"access": "public"
|