@volo/ngx-lepton-x.lite 4.3.6 → 5.0.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/assets/css/bootstrap-dim.css +139 -55
- package/assets/css/bootstrap-dim.rtl.css +140 -56
- package/assets/css/ng-bundle.css +61 -7
- package/assets/css/ng-bundle.rtl.css +61 -7
- package/assets/css/side-menu/layout-bundle.css +194 -6
- package/assets/css/side-menu/layout-bundle.rtl.css +197 -6
- package/fesm2022/volo-ngx-lepton-x.lite-layouts.mjs +33 -34
- package/fesm2022/volo-ngx-lepton-x.lite-layouts.mjs.map +1 -1
- package/layouts/index.d.ts +1 -8
- package/package.json +2 -2
package/layouts/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Provider, EnvironmentProviders, OnDestroy, TemplateRef, ModuleWithProviders } from '@angular/core';
|
|
3
3
|
import * as i2 from '@volo/ngx-lepton-x.core';
|
|
4
|
-
import { LpxStyleFactory, HasStyleFactory, NavbarService, LogoPanelDirective,
|
|
4
|
+
import { LpxStyleFactory, HasStyleFactory, NavbarService, LogoPanelDirective, LpxNavbarItem, LpxLanguage, LayoutService, NavbarPanelDirective, MobileNavbarPanelDirective, BreadcrumbPanelDirective, FooterPanelDirective, NavitemPanelDirective, ContentPanelDirective } from '@volo/ngx-lepton-x.core';
|
|
5
5
|
import * as i1 from '@angular/common';
|
|
6
6
|
import * as i3 from '@volo/ngx-lepton-x.lite';
|
|
7
7
|
import * as i3$1 from '@angular/router';
|
|
@@ -40,7 +40,6 @@ declare class MobileNavbarComponent implements OnDestroy {
|
|
|
40
40
|
navItemsHidden: boolean;
|
|
41
41
|
mobileMenuOpened: string;
|
|
42
42
|
logoPanel?: LogoPanelDirective;
|
|
43
|
-
constructor(navService: NavbarService, layoutService: LayoutService);
|
|
44
43
|
ngOnDestroy(): void;
|
|
45
44
|
toggleUserMenu(): void;
|
|
46
45
|
toggleNavbar(): void;
|
|
@@ -95,42 +94,36 @@ declare class ToolbarContainerComponent {
|
|
|
95
94
|
|
|
96
95
|
declare class LanguageSelectionPanelDirective {
|
|
97
96
|
template: TemplateRef<any>;
|
|
98
|
-
constructor(template: TemplateRef<any>);
|
|
99
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectionPanelDirective, never>;
|
|
100
98
|
static ɵdir: i0.ɵɵDirectiveDeclaration<LanguageSelectionPanelDirective, "ng-template[lpx-language-selection]", never, {}, {}, never, never, true, never>;
|
|
101
99
|
}
|
|
102
100
|
|
|
103
101
|
declare class MobileLanguageSelectionDirective {
|
|
104
102
|
template: TemplateRef<any>;
|
|
105
|
-
constructor(template: TemplateRef<any>);
|
|
106
103
|
static ɵfac: i0.ɵɵFactoryDeclaration<MobileLanguageSelectionDirective, never>;
|
|
107
104
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MobileLanguageSelectionDirective, "ng-template[lpx-mn-language-selection]", never, {}, {}, never, never, true, never>;
|
|
108
105
|
}
|
|
109
106
|
|
|
110
107
|
declare class MobileUserProfilePanelDirective {
|
|
111
108
|
template: TemplateRef<any>;
|
|
112
|
-
constructor(template: TemplateRef<any>);
|
|
113
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<MobileUserProfilePanelDirective, never>;
|
|
114
110
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MobileUserProfilePanelDirective, "ng-template[lpx-mn-user-profile-panel]", never, {}, {}, never, never, true, never>;
|
|
115
111
|
}
|
|
116
112
|
|
|
117
113
|
declare class SettingsPanelDirective {
|
|
118
114
|
template: TemplateRef<any>;
|
|
119
|
-
constructor(template: TemplateRef<any>);
|
|
120
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsPanelDirective, never>;
|
|
121
116
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SettingsPanelDirective, "ng-template[lpx-settings-panel]", never, {}, {}, never, never, true, never>;
|
|
122
117
|
}
|
|
123
118
|
|
|
124
119
|
declare class TopbarContentPanelDirective {
|
|
125
120
|
template: TemplateRef<any>;
|
|
126
|
-
constructor(template: TemplateRef<any>);
|
|
127
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<TopbarContentPanelDirective, never>;
|
|
128
122
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TopbarContentPanelDirective, "ng-template[lpx-topbar-content]", never, {}, {}, never, never, true, never>;
|
|
129
123
|
}
|
|
130
124
|
|
|
131
125
|
declare class UserProfilePanelDirective {
|
|
132
126
|
template: TemplateRef<any>;
|
|
133
|
-
constructor(template: TemplateRef<any>);
|
|
134
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfilePanelDirective, never>;
|
|
135
128
|
static ɵdir: i0.ɵɵDirectiveDeclaration<UserProfilePanelDirective, "ng-template[lpx-user-profile]", never, {}, {}, never, never, true, never>;
|
|
136
129
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volo/ngx-lepton-x.lite",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-rc.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bootstrap-icons": "~1.7.2",
|
|
7
7
|
"@ng-bootstrap/ng-bootstrap": "~19.0.0",
|
|
8
|
-
"@volo/ngx-lepton-x.core": "
|
|
8
|
+
"@volo/ngx-lepton-x.core": "5.0.0-rc.2"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|