@volo/ngx-lepton-x.core 2.2.1 → 2.3.0-rc.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 → esm2022}/index.mjs +13 -13
- package/{esm2020 → esm2022}/lib/abstracts/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/abstracts/perfect-scrollbar.mjs +7 -7
- package/esm2022/lib/components/avatar/avatar.component.mjs +16 -0
- package/esm2022/lib/components/avatar/avatar.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/components/avatar/index.mjs +2 -2
- package/esm2022/lib/components/brand-logo/brand-logo.component.mjs +12 -0
- package/esm2022/lib/components/brand-logo/brand-logo.module.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/brand-logo/index.mjs +2 -2
- package/esm2022/lib/components/breadcrumb/breadcrumb-route-listener.service.mjs +55 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +29 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +59 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.service.mjs +34 -0
- package/{esm2020 → esm2022}/lib/components/breadcrumb/index.mjs +4 -4
- package/esm2022/lib/components/footer/footer-links.service.mjs +22 -0
- package/esm2022/lib/components/footer/footer.component.mjs +21 -0
- package/esm2022/lib/components/footer/footer.module.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/footer/index.mjs +3 -3
- package/esm2022/lib/components/icon/icon.component.mjs +29 -0
- package/esm2022/lib/components/icon/icon.module.mjs +31 -0
- package/{esm2020 → esm2022}/lib/components/icon/icon.token.mjs +21 -21
- package/{esm2020 → esm2022}/lib/components/icon/index.mjs +3 -3
- package/{esm2020 → esm2022}/lib/components/index.mjs +6 -6
- package/{esm2020 → esm2022}/lib/components/navbar/index.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/navbar/models.mjs +2 -2
- package/{esm2020 → esm2022}/lib/components/navbar/navbar-routes/index.mjs +2 -2
- package/esm2022/lib/components/navbar/navbar-routes/navbar-routes.component.mjs +75 -0
- package/esm2022/lib/components/navbar/navbar-routes/navbar-routes.directive.mjs +15 -0
- package/esm2022/lib/components/navbar/navbar.component.mjs +43 -0
- package/esm2022/lib/components/navbar/navbar.module.mjs +102 -0
- package/esm2022/lib/components/navbar/navbar.service.mjs +157 -0
- package/{esm2020 → esm2022}/lib/components/navbar/navbar.token.mjs +4 -4
- package/esm2022/lib/components/navbar/sub-navbar/sub-navbar.component.mjs +66 -0
- package/{esm2020 → esm2022}/lib/consts/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/consts/others-group.mjs +1 -1
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +32 -0
- package/esm2022/lib/directives/click-outside/click-outside.module.mjs +19 -0
- package/{esm2020 → esm2022}/lib/directives/click-outside/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/directives/index.mjs +4 -4
- package/esm2022/lib/directives/perfect-scrollbar.directive.mjs +35 -0
- package/{esm2020 → esm2022}/lib/directives/responsive/defaults.mjs +6 -6
- package/{esm2020 → esm2022}/lib/directives/responsive/index.mjs +5 -5
- package/{esm2020 → esm2022}/lib/directives/responsive/responsive-breakpoints.token.mjs +2 -2
- package/esm2022/lib/directives/responsive/responsive.directive.mjs +52 -0
- package/esm2022/lib/directives/responsive/responsive.module.mjs +19 -0
- package/esm2022/lib/directives/responsive/responsive.service.mjs +78 -0
- package/esm2022/lib/directives/visible.directive.mjs +65 -0
- package/esm2022/lib/lepton-x-core.module.mjs +49 -0
- package/{esm2020 → esm2022}/lib/models/common.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/user.mjs +1 -1
- package/esm2022/lib/panels/breadcrumb-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/content-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/current-user-image-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/current-user-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/footer-panel.directive.mjs +17 -0
- package/{esm2020 → esm2022}/lib/panels/index.mjs +14 -14
- package/esm2022/lib/panels/language-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/logo-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/mobile-navbar-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/navbar-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/navitem-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/panels.module.mjs +70 -0
- package/esm2022/lib/panels/settings-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/toolbar-panel.directive.mjs +17 -0
- package/esm2022/lib/panels/top-navbar-panel.directive.mjs +17 -0
- package/{esm2020 → esm2022}/lib/pipes/index.mjs +3 -3
- package/{esm2020 → esm2022}/lib/pipes/safe-html/index.mjs +1 -1
- package/esm2022/lib/pipes/safe-html/safe-html.pipe.mjs +21 -0
- package/{esm2020 → esm2022}/lib/pipes/to-observable/index.mjs +2 -2
- package/esm2022/lib/pipes/to-observable/to-observable.module.mjs +19 -0
- package/esm2022/lib/pipes/to-observable/to-observable.pipe.mjs +19 -0
- package/{esm2020 → esm2022}/lib/pipes/translate/index.mjs +2 -2
- package/esm2022/lib/pipes/translate/translate.module.mjs +19 -0
- package/esm2022/lib/pipes/translate/translate.pipe.mjs +22 -0
- package/{esm2020 → esm2022}/lib/providers/direction.provider.mjs +30 -30
- package/{esm2020 → esm2022}/lib/providers/index.mjs +4 -4
- package/{esm2020 → esm2022}/lib/providers/responsive.provider.mjs +7 -7
- package/{esm2020 → esm2022}/lib/providers/styles.provider.mjs +22 -22
- package/{esm2020 → esm2022}/lib/providers/window.provider.mjs +4 -4
- package/esm2022/lib/services/auth/default-auth.service.mjs +21 -0
- package/{esm2020 → esm2022}/lib/services/auth/index.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/auth/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/services/auth/providers.mjs +6 -6
- package/{esm2020 → esm2022}/lib/services/auth/tokens.mjs +2 -2
- package/esm2022/lib/services/body/body.service.mjs +26 -0
- package/{esm2020 → esm2022}/lib/services/body/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/services/index.mjs +8 -8
- package/{esm2020 → esm2022}/lib/services/language/index.mjs +5 -5
- package/{esm2020 → esm2022}/lib/services/language/language-translate-keys.enum.mjs +7 -7
- package/esm2022/lib/services/language/language.module.mjs +38 -0
- package/esm2022/lib/services/language/language.service.mjs +69 -0
- package/{esm2020 → esm2022}/lib/services/language/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/services/language/tokens.mjs +2 -2
- package/{esm2020 → esm2022}/lib/services/layout/index.mjs +1 -1
- package/esm2022/lib/services/layout/layout.service.mjs +57 -0
- package/{esm2020 → esm2022}/lib/services/local-storage/index.mjs +1 -1
- package/esm2022/lib/services/local-storage/local-storage.service.mjs +33 -0
- package/esm2022/lib/services/perfect-scrollbar.service.mjs +48 -0
- package/esm2022/lib/services/translate/default-translate.service.mjs +18 -0
- package/{esm2020 → esm2022}/lib/services/translate/index.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/translate/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/services/translate/providers.mjs +9 -9
- package/{esm2020 → esm2022}/lib/services/translate/tokens.mjs +3 -3
- package/esm2022/lib/services/translate/translate.service.mjs +33 -0
- package/{esm2020 → esm2022}/lib/services/user-profile/index.mjs +1 -1
- package/esm2022/lib/services/user-profile/user-profile.service.mjs +25 -0
- package/{esm2020 → esm2022}/lib/style/index.mjs +5 -5
- package/{esm2020 → esm2022}/lib/style/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/style/style-load.factory.mjs +9 -9
- package/esm2022/lib/style/style.service.mjs +77 -0
- package/{esm2020 → esm2022}/lib/style/tokens.mjs +4 -4
- package/{esm2020 → esm2022}/lib/style/utils.mjs +3 -3
- package/{esm2020 → esm2022}/lib/tokens/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/perfect-scrollbar.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/window.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/utils/common.mjs +29 -29
- package/esm2022/lib/utils/data-store.mjs +30 -0
- package/{esm2020 → esm2022}/lib/utils/index.mjs +3 -3
- package/{esm2020 → esm2022}/lib/utils/tree-utils.mjs +20 -20
- package/{esm2020 → esm2022}/volo-ngx-lepton-x.core.mjs +4 -4
- package/{fesm2020 → fesm2022}/volo-ngx-lepton-x.core.mjs +1764 -1764
- package/fesm2022/volo-ngx-lepton-x.core.mjs.map +1 -0
- package/index.d.ts +13 -13
- package/lib/abstracts/index.d.ts +1 -1
- package/lib/abstracts/perfect-scrollbar.d.ts +15 -15
- package/lib/components/avatar/avatar.component.d.ts +10 -10
- package/lib/components/avatar/avatar.module.d.ts +9 -9
- package/lib/components/avatar/index.d.ts +2 -2
- package/lib/components/brand-logo/brand-logo.component.d.ts +5 -5
- package/lib/components/brand-logo/brand-logo.module.d.ts +8 -8
- package/lib/components/brand-logo/index.d.ts +2 -2
- package/lib/components/breadcrumb/breadcrumb-route-listener.service.d.ts +14 -14
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +28 -28
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +17 -17
- package/lib/components/breadcrumb/breadcrumb.service.d.ts +19 -19
- package/lib/components/breadcrumb/index.d.ts +4 -4
- package/lib/components/footer/footer-links.service.d.ts +17 -17
- package/lib/components/footer/footer.component.d.ts +10 -10
- package/lib/components/footer/footer.module.d.ts +11 -11
- package/lib/components/footer/index.d.ts +3 -3
- package/lib/components/icon/icon.component.d.ts +10 -10
- package/lib/components/icon/icon.module.d.ts +14 -14
- package/lib/components/icon/icon.token.d.ts +40 -40
- package/lib/components/icon/index.d.ts +3 -3
- package/lib/components/index.d.ts +6 -6
- package/lib/components/navbar/index.d.ts +7 -7
- package/lib/components/navbar/models.d.ts +23 -24
- package/lib/components/navbar/navbar-routes/index.d.ts +2 -2
- package/lib/components/navbar/navbar-routes/navbar-routes.component.d.ts +21 -21
- package/lib/components/navbar/navbar-routes/navbar-routes.directive.d.ts +5 -5
- package/lib/components/navbar/navbar.component.d.ts +20 -20
- package/lib/components/navbar/navbar.module.d.ts +27 -27
- package/lib/components/navbar/navbar.service.d.ts +36 -36
- package/lib/components/navbar/navbar.token.d.ts +5 -5
- package/lib/components/navbar/sub-navbar/sub-navbar.component.d.ts +16 -16
- package/lib/consts/index.d.ts +1 -1
- package/lib/consts/others-group.d.ts +1 -1
- package/lib/directives/click-outside/click-outside.directive.d.ts +11 -11
- package/lib/directives/click-outside/click-outside.module.d.ts +8 -8
- package/lib/directives/click-outside/index.d.ts +2 -2
- package/lib/directives/index.d.ts +4 -4
- package/lib/directives/perfect-scrollbar.directive.d.ts +12 -12
- package/lib/directives/responsive/defaults.d.ts +2 -2
- package/lib/directives/responsive/index.d.ts +5 -5
- package/lib/directives/responsive/responsive-breakpoints.token.d.ts +5 -5
- package/lib/directives/responsive/responsive.directive.d.ts +19 -19
- package/lib/directives/responsive/responsive.module.d.ts +8 -8
- package/lib/directives/responsive/responsive.service.d.ts +47 -47
- package/lib/directives/visible.directive.d.ts +18 -18
- package/lib/lepton-x-core.module.d.ts +24 -24
- package/lib/models/common.d.ts +12 -12
- package/lib/models/index.d.ts +2 -2
- package/lib/models/user.d.ts +16 -16
- package/lib/panels/breadcrumb-panel.directive.d.ts +8 -8
- package/lib/panels/content-panel.directive.d.ts +8 -8
- package/lib/panels/current-user-image-panel.directive.d.ts +8 -8
- package/lib/panels/current-user-panel.directive.d.ts +8 -8
- package/lib/panels/footer-panel.directive.d.ts +8 -8
- package/lib/panels/index.d.ts +14 -14
- package/lib/panels/language-panel.directive.d.ts +8 -8
- package/lib/panels/logo-panel.directive.d.ts +8 -8
- package/lib/panels/mobile-navbar-panel.directive.d.ts +8 -8
- package/lib/panels/navbar-panel.directive.d.ts +8 -8
- package/lib/panels/navitem-panel.directive.d.ts +8 -8
- package/lib/panels/panels.module.d.ts +20 -20
- package/lib/panels/settings-panel.directive.d.ts +8 -8
- package/lib/panels/toolbar-panel.directive.d.ts +8 -8
- package/lib/panels/top-navbar-panel.directive.d.ts +8 -8
- package/lib/pipes/index.d.ts +3 -3
- package/lib/pipes/safe-html/index.d.ts +1 -1
- package/lib/pipes/safe-html/safe-html.pipe.d.ts +8 -8
- package/lib/pipes/to-observable/index.d.ts +2 -2
- package/lib/pipes/to-observable/to-observable.module.d.ts +8 -8
- package/lib/pipes/to-observable/to-observable.pipe.d.ts +9 -9
- package/lib/pipes/translate/index.d.ts +2 -2
- package/lib/pipes/translate/translate.module.d.ts +8 -8
- package/lib/pipes/translate/translate.pipe.d.ts +10 -10
- package/lib/providers/direction.provider.d.ts +5 -5
- package/lib/providers/index.d.ts +4 -4
- package/lib/providers/responsive.provider.d.ts +3 -3
- package/lib/providers/styles.provider.d.ts +6 -6
- package/lib/providers/window.provider.d.ts +2 -2
- package/lib/services/auth/default-auth.service.d.ts +11 -11
- package/lib/services/auth/index.d.ts +4 -4
- package/lib/services/auth/models.d.ts +5 -5
- package/lib/services/auth/providers.d.ts +2 -2
- package/lib/services/auth/tokens.d.ts +3 -3
- package/lib/services/body/body.service.d.ts +11 -11
- package/lib/services/body/index.d.ts +1 -1
- package/lib/services/index.d.ts +8 -8
- package/lib/services/language/index.d.ts +5 -5
- package/lib/services/language/language-translate-keys.enum.d.ts +7 -7
- package/lib/services/language/language.module.d.ts +10 -10
- package/lib/services/language/language.service.d.ts +28 -28
- package/lib/services/language/models.d.ts +14 -14
- package/lib/services/language/tokens.d.ts +3 -3
- package/lib/services/layout/index.d.ts +1 -1
- package/lib/services/layout/layout.service.d.ts +20 -20
- package/lib/services/local-storage/index.d.ts +1 -1
- package/lib/services/local-storage/local-storage.service.d.ts +13 -13
- package/lib/services/perfect-scrollbar.service.d.ts +15 -15
- package/lib/services/translate/default-translate.service.d.ts +9 -9
- package/lib/services/translate/index.d.ts +4 -4
- package/lib/services/translate/models.d.ts +9 -9
- package/lib/services/translate/providers.d.ts +3 -3
- package/lib/services/translate/tokens.d.ts +4 -4
- package/lib/services/translate/translate.service.d.ts +12 -12
- package/lib/services/user-profile/index.d.ts +1 -1
- package/lib/services/user-profile/user-profile.service.d.ts +10 -10
- package/lib/style/index.d.ts +5 -5
- package/lib/style/models.d.ts +8 -8
- package/lib/style/style-load.factory.d.ts +2 -2
- package/lib/style/style.service.d.ts +17 -17
- package/lib/style/tokens.d.ts +5 -5
- package/lib/style/utils.d.ts +2 -2
- package/lib/tokens/index.d.ts +2 -2
- package/lib/tokens/perfect-scrollbar.token.d.ts +3 -3
- package/lib/tokens/window.token.d.ts +2 -2
- package/lib/utils/common.d.ts +11 -11
- package/lib/utils/data-store.d.ts +12 -12
- package/lib/utils/index.d.ts +3 -3
- package/lib/utils/tree-utils.d.ts +8 -8
- package/package.json +12 -18
- package/esm2020/lib/components/avatar/avatar.component.mjs +0 -15
- package/esm2020/lib/components/avatar/avatar.module.mjs +0 -19
- package/esm2020/lib/components/brand-logo/brand-logo.component.mjs +0 -11
- package/esm2020/lib/components/brand-logo/brand-logo.module.mjs +0 -20
- package/esm2020/lib/components/breadcrumb/breadcrumb-route-listener.service.mjs +0 -54
- package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +0 -28
- package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +0 -58
- package/esm2020/lib/components/breadcrumb/breadcrumb.service.mjs +0 -33
- package/esm2020/lib/components/footer/footer-links.service.mjs +0 -21
- package/esm2020/lib/components/footer/footer.component.mjs +0 -20
- package/esm2020/lib/components/footer/footer.module.mjs +0 -25
- package/esm2020/lib/components/icon/icon.component.mjs +0 -28
- package/esm2020/lib/components/icon/icon.module.mjs +0 -30
- package/esm2020/lib/components/navbar/navbar-routes/navbar-routes.component.mjs +0 -74
- package/esm2020/lib/components/navbar/navbar-routes/navbar-routes.directive.mjs +0 -14
- package/esm2020/lib/components/navbar/navbar.component.mjs +0 -42
- package/esm2020/lib/components/navbar/navbar.module.mjs +0 -101
- package/esm2020/lib/components/navbar/navbar.service.mjs +0 -156
- package/esm2020/lib/components/navbar/sub-navbar/sub-navbar.component.mjs +0 -65
- package/esm2020/lib/directives/click-outside/click-outside.directive.mjs +0 -31
- package/esm2020/lib/directives/click-outside/click-outside.module.mjs +0 -18
- package/esm2020/lib/directives/perfect-scrollbar.directive.mjs +0 -34
- package/esm2020/lib/directives/responsive/responsive.directive.mjs +0 -51
- package/esm2020/lib/directives/responsive/responsive.module.mjs +0 -18
- package/esm2020/lib/directives/responsive/responsive.service.mjs +0 -77
- package/esm2020/lib/directives/visible.directive.mjs +0 -64
- package/esm2020/lib/lepton-x-core.module.mjs +0 -48
- package/esm2020/lib/panels/breadcrumb-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/content-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/current-user-image-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/current-user-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/footer-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/language-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/logo-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/mobile-navbar-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/navbar-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/navitem-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/panels.module.mjs +0 -69
- package/esm2020/lib/panels/settings-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/toolbar-panel.directive.mjs +0 -16
- package/esm2020/lib/panels/top-navbar-panel.directive.mjs +0 -16
- package/esm2020/lib/pipes/safe-html/safe-html.pipe.mjs +0 -20
- package/esm2020/lib/pipes/to-observable/to-observable.module.mjs +0 -18
- package/esm2020/lib/pipes/to-observable/to-observable.pipe.mjs +0 -18
- package/esm2020/lib/pipes/translate/translate.module.mjs +0 -18
- package/esm2020/lib/pipes/translate/translate.pipe.mjs +0 -21
- package/esm2020/lib/services/auth/default-auth.service.mjs +0 -20
- package/esm2020/lib/services/body/body.service.mjs +0 -25
- package/esm2020/lib/services/language/language.module.mjs +0 -37
- package/esm2020/lib/services/language/language.service.mjs +0 -68
- package/esm2020/lib/services/layout/layout.service.mjs +0 -56
- package/esm2020/lib/services/local-storage/local-storage.service.mjs +0 -32
- package/esm2020/lib/services/perfect-scrollbar.service.mjs +0 -47
- package/esm2020/lib/services/translate/default-translate.service.mjs +0 -17
- package/esm2020/lib/services/translate/translate.service.mjs +0 -32
- package/esm2020/lib/services/user-profile/user-profile.service.mjs +0 -24
- package/esm2020/lib/style/style.service.mjs +0 -76
- package/esm2020/lib/utils/data-store.mjs +0 -30
- package/fesm2015/volo-ngx-lepton-x.core.mjs +0 -1934
- package/fesm2015/volo-ngx-lepton-x.core.mjs.map +0 -1
- package/fesm2020/volo-ngx-lepton-x.core.mjs.map +0 -1
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { BreadcrumbItem, BreadcrumbService } from './breadcrumb.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BreadcrumbComponent {
|
|
4
|
-
service: BreadcrumbService;
|
|
5
|
-
icon: {
|
|
6
|
-
bagFill: string;
|
|
7
|
-
bellFill: string;
|
|
8
|
-
calendarWeek: string;
|
|
9
|
-
chatDots: string;
|
|
10
|
-
chevronDown: string;
|
|
11
|
-
chevronUp: string;
|
|
12
|
-
gearConnected: string;
|
|
13
|
-
filter: string;
|
|
14
|
-
filterFill: string;
|
|
15
|
-
layoutThreeColumns: string;
|
|
16
|
-
moon: string;
|
|
17
|
-
square: string;
|
|
18
|
-
sunset: string;
|
|
19
|
-
sunup: string;
|
|
20
|
-
star: string;
|
|
21
|
-
x: string;
|
|
22
|
-
xCircleFill: string;
|
|
23
|
-
};
|
|
24
|
-
constructor(service: BreadcrumbService);
|
|
25
|
-
onClick(item: BreadcrumbItem): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lpx-breadcrumb", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
1
|
+
import { BreadcrumbItem, BreadcrumbService } from './breadcrumb.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BreadcrumbComponent {
|
|
4
|
+
service: BreadcrumbService;
|
|
5
|
+
icon: {
|
|
6
|
+
bagFill: string;
|
|
7
|
+
bellFill: string;
|
|
8
|
+
calendarWeek: string;
|
|
9
|
+
chatDots: string;
|
|
10
|
+
chevronDown: string;
|
|
11
|
+
chevronUp: string;
|
|
12
|
+
gearConnected: string;
|
|
13
|
+
filter: string;
|
|
14
|
+
filterFill: string;
|
|
15
|
+
layoutThreeColumns: string;
|
|
16
|
+
moon: string;
|
|
17
|
+
square: string;
|
|
18
|
+
sunset: string;
|
|
19
|
+
sunup: string;
|
|
20
|
+
star: string;
|
|
21
|
+
x: string;
|
|
22
|
+
xCircleFill: string;
|
|
23
|
+
};
|
|
24
|
+
constructor(service: BreadcrumbService);
|
|
25
|
+
onClick(item: BreadcrumbItem): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lpx-breadcrumb", never, {}, {}, never, never, false, never>;
|
|
28
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Injector, ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { BreadcrumbComponent } from './breadcrumb.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./breadcrumb.component";
|
|
5
|
-
import * as i2 from "@angular/common";
|
|
6
|
-
import * as i3 from "../icon/icon.module";
|
|
7
|
-
import * as i4 from "../../pipes/to-observable/to-observable.module";
|
|
8
|
-
import * as i5 from "@angular/router";
|
|
9
|
-
import * as i6 from "../../directives/click-outside/click-outside.module";
|
|
10
|
-
export declare const exportedDeclarations: (typeof BreadcrumbComponent)[];
|
|
11
|
-
export declare class LpxBreadcrumbModule {
|
|
12
|
-
static forRoot(): ModuleWithProviders<LpxBreadcrumbModule>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LpxBreadcrumbModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxBreadcrumbModule, [typeof i1.BreadcrumbComponent], [typeof i2.CommonModule, typeof i3.LpxIconModule, typeof i4.ToObservableModule, typeof i5.RouterModule, typeof i6.LpxClickOutsideModule], [typeof i1.BreadcrumbComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LpxBreadcrumbModule>;
|
|
16
|
-
}
|
|
17
|
-
export declare function breadCrumbInit(injector: Injector): () => void;
|
|
1
|
+
import { Injector, ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { BreadcrumbComponent } from './breadcrumb.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./breadcrumb.component";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
import * as i3 from "../icon/icon.module";
|
|
7
|
+
import * as i4 from "../../pipes/to-observable/to-observable.module";
|
|
8
|
+
import * as i5 from "@angular/router";
|
|
9
|
+
import * as i6 from "../../directives/click-outside/click-outside.module";
|
|
10
|
+
export declare const exportedDeclarations: (typeof BreadcrumbComponent)[];
|
|
11
|
+
export declare class LpxBreadcrumbModule {
|
|
12
|
+
static forRoot(): ModuleWithProviders<LpxBreadcrumbModule>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LpxBreadcrumbModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxBreadcrumbModule, [typeof i1.BreadcrumbComponent], [typeof i2.CommonModule, typeof i3.LpxIconModule, typeof i4.ToObservableModule, typeof i5.RouterModule, typeof i6.LpxClickOutsideModule], [typeof i1.BreadcrumbComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LpxBreadcrumbModule>;
|
|
16
|
+
}
|
|
17
|
+
export declare function breadCrumbInit(injector: Injector): () => void;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface BreadcrumbItem {
|
|
4
|
-
icon?: string;
|
|
5
|
-
text: string | Observable<string>;
|
|
6
|
-
link?: string;
|
|
7
|
-
children?: BreadcrumbItem[];
|
|
8
|
-
expanded?: boolean;
|
|
9
|
-
active?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare class BreadcrumbService {
|
|
12
|
-
private store;
|
|
13
|
-
items$: Observable<BreadcrumbItem[]>;
|
|
14
|
-
add(item: BreadcrumbItem | BreadcrumbItem[]): void;
|
|
15
|
-
insert(item: BreadcrumbItem | BreadcrumbItem[], index: number): void;
|
|
16
|
-
setItems(items: BreadcrumbItem[]): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbService>;
|
|
19
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface BreadcrumbItem {
|
|
4
|
+
icon?: string;
|
|
5
|
+
text: string | Observable<string>;
|
|
6
|
+
link?: string;
|
|
7
|
+
children?: BreadcrumbItem[];
|
|
8
|
+
expanded?: boolean;
|
|
9
|
+
active?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare class BreadcrumbService {
|
|
12
|
+
private store;
|
|
13
|
+
items$: Observable<BreadcrumbItem[]>;
|
|
14
|
+
add(item: BreadcrumbItem | BreadcrumbItem[]): void;
|
|
15
|
+
insert(item: BreadcrumbItem | BreadcrumbItem[], index: number): void;
|
|
16
|
+
setItems(items: BreadcrumbItem[]): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbService>;
|
|
19
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './breadcrumb.component';
|
|
2
|
-
export * from './breadcrumb.module';
|
|
3
|
-
export * from './breadcrumb.service';
|
|
4
|
-
export * from './breadcrumb-route-listener.service';
|
|
1
|
+
export * from './breadcrumb.component';
|
|
2
|
+
export * from './breadcrumb.module';
|
|
3
|
+
export * from './breadcrumb.service';
|
|
4
|
+
export * from './breadcrumb-route-listener.service';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface FooterLink {
|
|
3
|
-
link: string;
|
|
4
|
-
text: string;
|
|
5
|
-
}
|
|
6
|
-
export interface FooterNav {
|
|
7
|
-
descUrl?: string;
|
|
8
|
-
desc: string;
|
|
9
|
-
footerLinks?: FooterLink[];
|
|
10
|
-
}
|
|
11
|
-
export declare class FooterLinksService {
|
|
12
|
-
private store;
|
|
13
|
-
footerInfo$: import("rxjs").Observable<FooterNav>;
|
|
14
|
-
setFooterInfo(links: FooterNav): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterLinksService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FooterLinksService>;
|
|
17
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface FooterLink {
|
|
3
|
+
link: string;
|
|
4
|
+
text: string;
|
|
5
|
+
}
|
|
6
|
+
export interface FooterNav {
|
|
7
|
+
descUrl?: string;
|
|
8
|
+
desc: string;
|
|
9
|
+
footerLinks?: FooterLink[];
|
|
10
|
+
}
|
|
11
|
+
export declare class FooterLinksService {
|
|
12
|
+
private store;
|
|
13
|
+
footerInfo$: import("rxjs").Observable<FooterNav>;
|
|
14
|
+
setFooterInfo(links: FooterNav): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterLinksService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FooterLinksService>;
|
|
17
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { FooterLinksService } from './footer-links.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FooterComponent {
|
|
4
|
-
private service;
|
|
5
|
-
footerValues$: import("rxjs").Observable<import("./footer-links.service").FooterNav>;
|
|
6
|
-
currentYear: number;
|
|
7
|
-
constructor(service: FooterLinksService);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "lpx-footer", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
1
|
+
import { FooterLinksService } from './footer-links.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FooterComponent {
|
|
4
|
+
private service;
|
|
5
|
+
footerValues$: import("rxjs").Observable<import("./footer-links.service").FooterNav>;
|
|
6
|
+
currentYear: number;
|
|
7
|
+
constructor(service: FooterLinksService);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "lpx-footer", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./footer.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/router";
|
|
6
|
-
export declare class LpxFooterModule {
|
|
7
|
-
static forRoot(): ModuleWithProviders<LpxFooterModule>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LpxFooterModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxFooterModule, [typeof i1.FooterComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.FooterComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LpxFooterModule>;
|
|
11
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./footer.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@angular/router";
|
|
6
|
+
export declare class LpxFooterModule {
|
|
7
|
+
static forRoot(): ModuleWithProviders<LpxFooterModule>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LpxFooterModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxFooterModule, [typeof i1.FooterComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.FooterComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LpxFooterModule>;
|
|
11
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './footer.component';
|
|
2
|
-
export * from './footer.module';
|
|
3
|
-
export * from './footer-links.service';
|
|
1
|
+
export * from './footer.component';
|
|
2
|
+
export * from './footer.module';
|
|
3
|
+
export * from './footer-links.service';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ICON_MAP_TYPE } from './icon.token';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IconComponent {
|
|
4
|
-
iconSet: ICON_MAP_TYPE;
|
|
5
|
-
iconClass: keyof ICON_MAP_TYPE | string;
|
|
6
|
-
get styleClass(): string;
|
|
7
|
-
constructor(iconSet: ICON_MAP_TYPE);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lpx-icon", never, { "iconClass": "iconClass"; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
1
|
+
import { ICON_MAP_TYPE } from './icon.token';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IconComponent {
|
|
4
|
+
iconSet: ICON_MAP_TYPE;
|
|
5
|
+
iconClass: keyof ICON_MAP_TYPE | string;
|
|
6
|
+
get styleClass(): string;
|
|
7
|
+
constructor(iconSet: ICON_MAP_TYPE);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lpx-icon", never, { "iconClass": { "alias": "iconClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ICON_MAP_TYPE } from './icon.token';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./icon.component";
|
|
5
|
-
import * as i2 from "@angular/common";
|
|
6
|
-
export interface LpxIconSettings {
|
|
7
|
-
iconSet?: ICON_MAP_TYPE;
|
|
8
|
-
}
|
|
9
|
-
export declare class LpxIconModule {
|
|
10
|
-
static forRoot(options?: LpxIconSettings): ModuleWithProviders<LpxIconModule>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LpxIconModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxIconModule, [typeof i1.IconComponent], [typeof i2.CommonModule], [typeof i1.IconComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LpxIconModule>;
|
|
14
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { ICON_MAP_TYPE } from './icon.token';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./icon.component";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
export interface LpxIconSettings {
|
|
7
|
+
iconSet?: ICON_MAP_TYPE;
|
|
8
|
+
}
|
|
9
|
+
export declare class LpxIconModule {
|
|
10
|
+
static forRoot(options?: LpxIconSettings): ModuleWithProviders<LpxIconModule>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LpxIconModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxIconModule, [typeof i1.IconComponent], [typeof i2.CommonModule], [typeof i1.IconComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LpxIconModule>;
|
|
14
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export declare const ICON_MAP: {
|
|
3
|
-
bagFill: string;
|
|
4
|
-
bellFill: string;
|
|
5
|
-
calendarWeek: string;
|
|
6
|
-
chatDots: string;
|
|
7
|
-
chevronDown: string;
|
|
8
|
-
chevronUp: string;
|
|
9
|
-
gearConnected: string;
|
|
10
|
-
filter: string;
|
|
11
|
-
filterFill: string;
|
|
12
|
-
layoutThreeColumns: string;
|
|
13
|
-
moon: string;
|
|
14
|
-
square: string;
|
|
15
|
-
sunset: string;
|
|
16
|
-
sunup: string;
|
|
17
|
-
star: string;
|
|
18
|
-
x: string;
|
|
19
|
-
xCircleFill: string;
|
|
20
|
-
};
|
|
21
|
-
export
|
|
22
|
-
export declare const LEPTON_X_ICON_SET: InjectionToken<{
|
|
23
|
-
bagFill: string;
|
|
24
|
-
bellFill: string;
|
|
25
|
-
calendarWeek: string;
|
|
26
|
-
chatDots: string;
|
|
27
|
-
chevronDown: string;
|
|
28
|
-
chevronUp: string;
|
|
29
|
-
gearConnected: string;
|
|
30
|
-
filter: string;
|
|
31
|
-
filterFill: string;
|
|
32
|
-
layoutThreeColumns: string;
|
|
33
|
-
moon: string;
|
|
34
|
-
square: string;
|
|
35
|
-
sunset: string;
|
|
36
|
-
sunup: string;
|
|
37
|
-
star: string;
|
|
38
|
-
x: string;
|
|
39
|
-
xCircleFill: string;
|
|
40
|
-
}>;
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
export declare const ICON_MAP: {
|
|
3
|
+
bagFill: string;
|
|
4
|
+
bellFill: string;
|
|
5
|
+
calendarWeek: string;
|
|
6
|
+
chatDots: string;
|
|
7
|
+
chevronDown: string;
|
|
8
|
+
chevronUp: string;
|
|
9
|
+
gearConnected: string;
|
|
10
|
+
filter: string;
|
|
11
|
+
filterFill: string;
|
|
12
|
+
layoutThreeColumns: string;
|
|
13
|
+
moon: string;
|
|
14
|
+
square: string;
|
|
15
|
+
sunset: string;
|
|
16
|
+
sunup: string;
|
|
17
|
+
star: string;
|
|
18
|
+
x: string;
|
|
19
|
+
xCircleFill: string;
|
|
20
|
+
};
|
|
21
|
+
export type ICON_MAP_TYPE = typeof ICON_MAP;
|
|
22
|
+
export declare const LEPTON_X_ICON_SET: InjectionToken<{
|
|
23
|
+
bagFill: string;
|
|
24
|
+
bellFill: string;
|
|
25
|
+
calendarWeek: string;
|
|
26
|
+
chatDots: string;
|
|
27
|
+
chevronDown: string;
|
|
28
|
+
chevronUp: string;
|
|
29
|
+
gearConnected: string;
|
|
30
|
+
filter: string;
|
|
31
|
+
filterFill: string;
|
|
32
|
+
layoutThreeColumns: string;
|
|
33
|
+
moon: string;
|
|
34
|
+
square: string;
|
|
35
|
+
sunset: string;
|
|
36
|
+
sunup: string;
|
|
37
|
+
star: string;
|
|
38
|
+
x: string;
|
|
39
|
+
xCircleFill: string;
|
|
40
|
+
}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './icon.component';
|
|
2
|
-
export * from './icon.module';
|
|
3
|
-
export * from './icon.token';
|
|
1
|
+
export * from './icon.component';
|
|
2
|
+
export * from './icon.module';
|
|
3
|
+
export * from './icon.token';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './avatar/index';
|
|
2
|
-
export * from './brand-logo/index';
|
|
3
|
-
export * from './breadcrumb/index';
|
|
4
|
-
export * from './icon/index';
|
|
5
|
-
export * from './navbar/index';
|
|
6
|
-
export * from './footer/index';
|
|
1
|
+
export * from './avatar/index';
|
|
2
|
+
export * from './brand-logo/index';
|
|
3
|
+
export * from './breadcrumb/index';
|
|
4
|
+
export * from './icon/index';
|
|
5
|
+
export * from './navbar/index';
|
|
6
|
+
export * from './footer/index';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './navbar.component';
|
|
2
|
-
export * from './navbar.module';
|
|
3
|
-
export * from './navbar.service';
|
|
4
|
-
export * from './models';
|
|
5
|
-
export * from './navbar-routes/index';
|
|
6
|
-
export * from './sub-navbar/sub-navbar.component';
|
|
7
|
-
export * from './navbar.token';
|
|
1
|
+
export * from './navbar.component';
|
|
2
|
+
export * from './navbar.module';
|
|
3
|
+
export * from './navbar.service';
|
|
4
|
+
export * from './models';
|
|
5
|
+
export * from './navbar-routes/index';
|
|
6
|
+
export * from './sub-navbar/sub-navbar.component';
|
|
7
|
+
export * from './navbar.token';
|
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { TemplateRef, Type, Injector } from '@angular/core';
|
|
3
|
-
export interface GroupedNavbarItems {
|
|
4
|
-
group: string;
|
|
5
|
-
items: LpxNavbarItem[];
|
|
6
|
-
}
|
|
7
|
-
export interface LpxNavbarItem {
|
|
8
|
-
action?: NavBarPropPredicate<LpxNavbarItem>;
|
|
9
|
-
children?: LpxNavbarItem[];
|
|
10
|
-
containerLink?: string;
|
|
11
|
-
component?: Type<any>;
|
|
12
|
-
expanded?: boolean;
|
|
13
|
-
icon?: string;
|
|
14
|
-
id?: string;
|
|
15
|
-
link?: string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
export declare type NavBarPropPredicate<T> = ((prop?: T, injector?: Injector) => boolean | Promise<boolean> | Observable<boolean>);
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { TemplateRef, Type, Injector } from '@angular/core';
|
|
3
|
+
export interface GroupedNavbarItems {
|
|
4
|
+
group: string;
|
|
5
|
+
items: LpxNavbarItem[];
|
|
6
|
+
}
|
|
7
|
+
export interface LpxNavbarItem {
|
|
8
|
+
action?: NavBarPropPredicate<LpxNavbarItem>;
|
|
9
|
+
children?: LpxNavbarItem[];
|
|
10
|
+
containerLink?: string;
|
|
11
|
+
component?: Type<any>;
|
|
12
|
+
expanded?: boolean;
|
|
13
|
+
icon?: string;
|
|
14
|
+
id?: string;
|
|
15
|
+
link?: string;
|
|
16
|
+
selected?: boolean;
|
|
17
|
+
showOnMobileNavbar?: boolean;
|
|
18
|
+
template?: TemplateRef<any>;
|
|
19
|
+
text?: string;
|
|
20
|
+
visible?: NavBarPropPredicate<LpxNavbarItem>;
|
|
21
|
+
group?: string;
|
|
22
|
+
}
|
|
23
|
+
export type NavBarPropPredicate<T> = ((prop?: T, injector?: Injector) => boolean | Promise<boolean> | Observable<boolean>);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './navbar-routes.component';
|
|
2
|
-
export * from './navbar-routes.directive';
|
|
1
|
+
export * from './navbar-routes.component';
|
|
2
|
+
export * from './navbar-routes.directive';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { EventEmitter, Injector } from '@angular/core';
|
|
2
|
-
import { GroupedNavbarItems, LpxNavbarItem } from '../models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export declare class NavbarRoutesComponent {
|
|
7
|
-
injector: Injector;
|
|
8
|
-
groupedItems: NavbarGroupItemsType;
|
|
9
|
-
navbarItems: NavbarItemsType;
|
|
10
|
-
routerItem: boolean;
|
|
11
|
-
routeClick: EventEmitter<LpxNavbarItem>;
|
|
12
|
-
private get itemsFromGroup();
|
|
13
|
-
private isExpandedOrSelected;
|
|
14
|
-
constructor(injector: Injector);
|
|
15
|
-
onSubnavbarExpand(menuItem: LpxNavbarItem, menuItems: NavbarItemsType): void;
|
|
16
|
-
onRouteClick(menuItem: LpxNavbarItem, menuItems: NavbarItemsType): void;
|
|
17
|
-
checkChildrenIncludesItem(item: LpxNavbarItem, menuItem: LpxNavbarItem): boolean;
|
|
18
|
-
flatChildren(menuItems: NavbarItemsType): LpxNavbarItem[];
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarRoutesComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarRoutesComponent, "lpx-navbar-routes", never, { "groupedItems": "groupedItems"; "navbarItems": "navbarItems"; "routerItem": "routerItem"; }, { "routeClick": "routeClick"; }, never, never, false, never>;
|
|
21
|
-
}
|
|
1
|
+
import { EventEmitter, Injector } from '@angular/core';
|
|
2
|
+
import { GroupedNavbarItems, LpxNavbarItem } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export type NavbarItemsType = LpxNavbarItem[] | null | undefined;
|
|
5
|
+
export type NavbarGroupItemsType = GroupedNavbarItems[] | null | undefined;
|
|
6
|
+
export declare class NavbarRoutesComponent {
|
|
7
|
+
injector: Injector;
|
|
8
|
+
groupedItems: NavbarGroupItemsType;
|
|
9
|
+
navbarItems: NavbarItemsType;
|
|
10
|
+
routerItem: boolean;
|
|
11
|
+
routeClick: EventEmitter<LpxNavbarItem>;
|
|
12
|
+
private get itemsFromGroup();
|
|
13
|
+
private isExpandedOrSelected;
|
|
14
|
+
constructor(injector: Injector);
|
|
15
|
+
onSubnavbarExpand(menuItem: LpxNavbarItem, menuItems: NavbarItemsType): void;
|
|
16
|
+
onRouteClick(menuItem: LpxNavbarItem, menuItems: NavbarItemsType): void;
|
|
17
|
+
checkChildrenIncludesItem(item: LpxNavbarItem, menuItem: LpxNavbarItem): boolean;
|
|
18
|
+
flatChildren(menuItems: NavbarItemsType): LpxNavbarItem[];
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarRoutesComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarRoutesComponent, "lpx-navbar-routes", never, { "groupedItems": { "alias": "groupedItems"; "required": false; }; "navbarItems": { "alias": "navbarItems"; "required": false; }; "routerItem": { "alias": "routerItem"; "required": false; }; }, { "routeClick": "routeClick"; }, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class NavbarRoutesDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarRoutesDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarRoutesDirective, "[lpx-navbar-routes],[lpxNavbarRoutes]", ["lpxNavbarRoutes"], {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NavbarRoutesDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarRoutesDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarRoutesDirective, "[lpx-navbar-routes],[lpxNavbarRoutes]", ["lpxNavbarRoutes"], {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Injector, TemplateRef, Type } from '@angular/core';
|
|
2
|
-
import { LayoutService } from '../../services/layout';
|
|
3
|
-
import { NavbarService } from './navbar.service';
|
|
4
|
-
import { NavbarRoutesDirective } from './navbar-routes/navbar-routes.directive';
|
|
5
|
-
import { LogoPanelDirective } from '../../panels/logo-panel.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class NavbarComponent {
|
|
8
|
-
service: NavbarService;
|
|
9
|
-
readonly injector: Injector;
|
|
10
|
-
private layoutService;
|
|
11
|
-
routesTemplate?: TemplateRef<NavbarRoutesDirective>;
|
|
12
|
-
logoPanel?: LogoPanelDirective;
|
|
13
|
-
contentBefore: Type<any>[];
|
|
14
|
-
contentAfter: Type<any>[];
|
|
15
|
-
constructor(service: NavbarService, injector: Injector, layoutService: LayoutService);
|
|
16
|
-
toggleSidebarHover(): void;
|
|
17
|
-
private flatContents;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "lpx-navbar", never, {}, {}, ["routesTemplate", "logoPanel"], never, false, never>;
|
|
20
|
-
}
|
|
1
|
+
import { Injector, TemplateRef, Type } from '@angular/core';
|
|
2
|
+
import { LayoutService } from '../../services/layout';
|
|
3
|
+
import { NavbarService } from './navbar.service';
|
|
4
|
+
import { NavbarRoutesDirective } from './navbar-routes/navbar-routes.directive';
|
|
5
|
+
import { LogoPanelDirective } from '../../panels/logo-panel.directive';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class NavbarComponent {
|
|
8
|
+
service: NavbarService;
|
|
9
|
+
readonly injector: Injector;
|
|
10
|
+
private layoutService;
|
|
11
|
+
routesTemplate?: TemplateRef<NavbarRoutesDirective>;
|
|
12
|
+
logoPanel?: LogoPanelDirective;
|
|
13
|
+
contentBefore: Type<any>[];
|
|
14
|
+
contentAfter: Type<any>[];
|
|
15
|
+
constructor(service: NavbarService, injector: Injector, layoutService: LayoutService);
|
|
16
|
+
toggleSidebarHover(): void;
|
|
17
|
+
private flatContents;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "lpx-navbar", never, {}, {}, ["routesTemplate", "logoPanel"], never, false, never>;
|
|
20
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { ModuleWithProviders, Type } from '@angular/core';
|
|
2
|
-
import { LpxNavbarItem } from './models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./navbar.component";
|
|
5
|
-
import * as i2 from "./sub-navbar/sub-navbar.component";
|
|
6
|
-
import * as i3 from "./navbar-routes/navbar-routes.component";
|
|
7
|
-
import * as i4 from "./navbar-routes/navbar-routes.directive";
|
|
8
|
-
import * as i5 from "@angular/common";
|
|
9
|
-
import * as i6 from "@angular/forms";
|
|
10
|
-
import * as i7 from "@angular/router";
|
|
11
|
-
import * as i8 from "../brand-logo/brand-logo.module";
|
|
12
|
-
import * as i9 from "../icon/icon.module";
|
|
13
|
-
import * as i10 from "../../pipes/to-observable/to-observable.module";
|
|
14
|
-
import * as i11 from "../../pipes/translate/translate.module";
|
|
15
|
-
import * as i12 from "../../directives/visible.directive";
|
|
16
|
-
export interface LpxNavbarSettings {
|
|
17
|
-
menuItems?: LpxNavbarItem[];
|
|
18
|
-
contentAfterRoutes?: Type<any>[];
|
|
19
|
-
contentBeforeRoutes?: Type<any>[];
|
|
20
|
-
}
|
|
21
|
-
export declare class LpxNavbarModule {
|
|
22
|
-
static forRoot(options?: LpxNavbarSettings): ModuleWithProviders<LpxNavbarModule>;
|
|
23
|
-
static forChild(options?: Omit<LpxNavbarSettings, 'menuItems'>): ModuleWithProviders<LpxNavbarModule>;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LpxNavbarModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxNavbarModule, [typeof i1.NavbarComponent, typeof i2.SubNavbarComponent, typeof i3.NavbarRoutesComponent, typeof i4.NavbarRoutesDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.RouterModule, typeof i8.LpxBrandLogoModule, typeof i9.LpxIconModule, typeof i10.ToObservableModule, typeof i11.LpxTranslateModule, typeof i12.LpxVisibleDirective], [typeof i1.NavbarComponent, typeof i2.SubNavbarComponent, typeof i3.NavbarRoutesComponent, typeof i4.NavbarRoutesDirective]>;
|
|
26
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LpxNavbarModule>;
|
|
27
|
-
}
|
|
1
|
+
import { ModuleWithProviders, Type } from '@angular/core';
|
|
2
|
+
import { LpxNavbarItem } from './models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./navbar.component";
|
|
5
|
+
import * as i2 from "./sub-navbar/sub-navbar.component";
|
|
6
|
+
import * as i3 from "./navbar-routes/navbar-routes.component";
|
|
7
|
+
import * as i4 from "./navbar-routes/navbar-routes.directive";
|
|
8
|
+
import * as i5 from "@angular/common";
|
|
9
|
+
import * as i6 from "@angular/forms";
|
|
10
|
+
import * as i7 from "@angular/router";
|
|
11
|
+
import * as i8 from "../brand-logo/brand-logo.module";
|
|
12
|
+
import * as i9 from "../icon/icon.module";
|
|
13
|
+
import * as i10 from "../../pipes/to-observable/to-observable.module";
|
|
14
|
+
import * as i11 from "../../pipes/translate/translate.module";
|
|
15
|
+
import * as i12 from "../../directives/visible.directive";
|
|
16
|
+
export interface LpxNavbarSettings {
|
|
17
|
+
menuItems?: LpxNavbarItem[];
|
|
18
|
+
contentAfterRoutes?: Type<any>[];
|
|
19
|
+
contentBeforeRoutes?: Type<any>[];
|
|
20
|
+
}
|
|
21
|
+
export declare class LpxNavbarModule {
|
|
22
|
+
static forRoot(options?: LpxNavbarSettings): ModuleWithProviders<LpxNavbarModule>;
|
|
23
|
+
static forChild(options?: Omit<LpxNavbarSettings, 'menuItems'>): ModuleWithProviders<LpxNavbarModule>;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LpxNavbarModule, never>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxNavbarModule, [typeof i1.NavbarComponent, typeof i2.SubNavbarComponent, typeof i3.NavbarRoutesComponent, typeof i4.NavbarRoutesDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.RouterModule, typeof i8.LpxBrandLogoModule, typeof i9.LpxIconModule, typeof i10.ToObservableModule, typeof i11.LpxTranslateModule, typeof i12.LpxVisibleDirective], [typeof i1.NavbarComponent, typeof i2.SubNavbarComponent, typeof i3.NavbarRoutesComponent, typeof i4.NavbarRoutesDirective]>;
|
|
26
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LpxNavbarModule>;
|
|
27
|
+
}
|