@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,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FooterPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterPanelDirective, "ng-template[lpx-footer-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FooterPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterPanelDirective, "ng-template[lpx-footer-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
package/lib/panels/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from './breadcrumb-panel.directive';
|
|
2
|
-
export * from './content-panel.directive';
|
|
3
|
-
export * from './current-user-image-panel.directive';
|
|
4
|
-
export * from './current-user-panel.directive';
|
|
5
|
-
export * from './footer-panel.directive';
|
|
6
|
-
export * from './language-panel.directive';
|
|
7
|
-
export * from './logo-panel.directive';
|
|
8
|
-
export * from './mobile-navbar-panel.directive';
|
|
9
|
-
export * from './navbar-panel.directive';
|
|
10
|
-
export * from './navitem-panel.directive';
|
|
11
|
-
export * from './panels.module';
|
|
12
|
-
export * from './settings-panel.directive';
|
|
13
|
-
export * from './toolbar-panel.directive';
|
|
14
|
-
export * from './top-navbar-panel.directive';
|
|
1
|
+
export * from './breadcrumb-panel.directive';
|
|
2
|
+
export * from './content-panel.directive';
|
|
3
|
+
export * from './current-user-image-panel.directive';
|
|
4
|
+
export * from './current-user-panel.directive';
|
|
5
|
+
export * from './footer-panel.directive';
|
|
6
|
+
export * from './language-panel.directive';
|
|
7
|
+
export * from './logo-panel.directive';
|
|
8
|
+
export * from './mobile-navbar-panel.directive';
|
|
9
|
+
export * from './navbar-panel.directive';
|
|
10
|
+
export * from './navitem-panel.directive';
|
|
11
|
+
export * from './panels.module';
|
|
12
|
+
export * from './settings-panel.directive';
|
|
13
|
+
export * from './toolbar-panel.directive';
|
|
14
|
+
export * from './top-navbar-panel.directive';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LanguagePanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LanguagePanelDirective, "ng-template[lpx-language-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LanguagePanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LanguagePanelDirective, "ng-template[lpx-language-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LogoPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LogoPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LogoPanelDirective, "ng-template[lpx-logo-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LogoPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LogoPanelDirective, "ng-template[lpx-logo-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MobileNavbarPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MobileNavbarPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MobileNavbarPanelDirective, "ng-template[lpx-mobile-navbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MobileNavbarPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MobileNavbarPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MobileNavbarPanelDirective, "ng-template[lpx-mobile-navbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NavbarPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarPanelDirective, "ng-template[lpx-navbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NavbarPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarPanelDirective, "ng-template[lpx-navbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NavitemPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavitemPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavitemPanelDirective, "ng-template[lpx-navitem-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NavitemPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavitemPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavitemPanelDirective, "ng-template[lpx-navitem-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./breadcrumb-panel.directive";
|
|
3
|
-
import * as i2 from "./content-panel.directive";
|
|
4
|
-
import * as i3 from "./current-user-image-panel.directive";
|
|
5
|
-
import * as i4 from "./current-user-panel.directive";
|
|
6
|
-
import * as i5 from "./footer-panel.directive";
|
|
7
|
-
import * as i6 from "./language-panel.directive";
|
|
8
|
-
import * as i7 from "./logo-panel.directive";
|
|
9
|
-
import * as i8 from "./mobile-navbar-panel.directive";
|
|
10
|
-
import * as i9 from "./navbar-panel.directive";
|
|
11
|
-
import * as i10 from "./navitem-panel.directive";
|
|
12
|
-
import * as i11 from "./settings-panel.directive";
|
|
13
|
-
import * as i12 from "./top-navbar-panel.directive";
|
|
14
|
-
import * as i13 from "./toolbar-panel.directive";
|
|
15
|
-
import * as i14 from "@angular/common";
|
|
16
|
-
export declare class PanelsModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PanelsModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelsModule, [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.NavbarPanelDirective, typeof i10.NavitemPanelDirective, typeof i11.SettingsPanelDirective, typeof i12.TopNavbarPanelDirective, typeof i13.ToolbarPanelDirective], [typeof i14.CommonModule], [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.NavbarPanelDirective, typeof i10.NavitemPanelDirective, typeof i11.SettingsPanelDirective, typeof i12.TopNavbarPanelDirective, typeof i13.ToolbarPanelDirective]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PanelsModule>;
|
|
20
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./breadcrumb-panel.directive";
|
|
3
|
+
import * as i2 from "./content-panel.directive";
|
|
4
|
+
import * as i3 from "./current-user-image-panel.directive";
|
|
5
|
+
import * as i4 from "./current-user-panel.directive";
|
|
6
|
+
import * as i5 from "./footer-panel.directive";
|
|
7
|
+
import * as i6 from "./language-panel.directive";
|
|
8
|
+
import * as i7 from "./logo-panel.directive";
|
|
9
|
+
import * as i8 from "./mobile-navbar-panel.directive";
|
|
10
|
+
import * as i9 from "./navbar-panel.directive";
|
|
11
|
+
import * as i10 from "./navitem-panel.directive";
|
|
12
|
+
import * as i11 from "./settings-panel.directive";
|
|
13
|
+
import * as i12 from "./top-navbar-panel.directive";
|
|
14
|
+
import * as i13 from "./toolbar-panel.directive";
|
|
15
|
+
import * as i14 from "@angular/common";
|
|
16
|
+
export declare class PanelsModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelsModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelsModule, [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.NavbarPanelDirective, typeof i10.NavitemPanelDirective, typeof i11.SettingsPanelDirective, typeof i12.TopNavbarPanelDirective, typeof i13.ToolbarPanelDirective], [typeof i14.CommonModule], [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.NavbarPanelDirective, typeof i10.NavitemPanelDirective, typeof i11.SettingsPanelDirective, typeof i12.TopNavbarPanelDirective, typeof i13.ToolbarPanelDirective]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PanelsModule>;
|
|
20
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SettingsPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SettingsPanelDirective, "ng-template[lpx-settings-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SettingsPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SettingsPanelDirective, "ng-template[lpx-settings-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ToolbarPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarPanelDirective, "ng-template[lpx-toolbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ToolbarPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarPanelDirective, "ng-template[lpx-toolbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TopNavbarPanelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TopNavbarPanelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TopNavbarPanelDirective, "ng-template[lpx-top-navbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TopNavbarPanelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TopNavbarPanelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TopNavbarPanelDirective, "ng-template[lpx-top-navbar-panel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
package/lib/pipes/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './safe-html/index';
|
|
2
|
-
export * from './to-observable/index';
|
|
3
|
-
export * from './translate/index';
|
|
1
|
+
export * from './safe-html/index';
|
|
2
|
+
export * from './to-observable/index';
|
|
3
|
+
export * from './translate/index';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './safe-html.pipe';
|
|
1
|
+
export * from './safe-html.pipe';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SafeHtmlPipe implements PipeTransform {
|
|
4
|
-
private readonly sanitizer;
|
|
5
|
-
transform(value: string): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "lpxSafeHtml", true>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SafeHtmlPipe implements PipeTransform {
|
|
4
|
+
private readonly sanitizer;
|
|
5
|
+
transform(value: string): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "lpxSafeHtml", true>;
|
|
8
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './to-observable.pipe';
|
|
2
|
-
export * from './to-observable.module';
|
|
1
|
+
export * from './to-observable.pipe';
|
|
2
|
+
export * from './to-observable.module';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./to-observable.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ToObservableModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToObservableModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToObservableModule, [typeof i1.ToObservablePipe], [typeof i2.CommonModule], [typeof i1.ToObservablePipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ToObservableModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./to-observable.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ToObservableModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToObservableModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToObservableModule, [typeof i1.ToObservablePipe], [typeof i2.CommonModule], [typeof i1.ToObservablePipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ToObservableModule>;
|
|
8
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { VariantSource } from '../../models/common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ToObservablePipe implements PipeTransform {
|
|
6
|
-
transform(value: VariantSource<string> | undefined): Observable<string>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToObservablePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ToObservablePipe, "toObservable", false>;
|
|
9
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { VariantSource } from '../../models/common';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ToObservablePipe implements PipeTransform {
|
|
6
|
+
transform(value: VariantSource<string> | undefined): Observable<string>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToObservablePipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ToObservablePipe, "toObservable", false>;
|
|
9
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './translate.module';
|
|
2
|
-
export * from './translate.pipe';
|
|
1
|
+
export * from './translate.module';
|
|
2
|
+
export * from './translate.pipe';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./translate.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class LpxTranslateModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LpxTranslateModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxTranslateModule, [typeof i1.TranslatePipe], [typeof i2.CommonModule], [typeof i1.TranslatePipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LpxTranslateModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./translate.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class LpxTranslateModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LpxTranslateModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxTranslateModule, [typeof i1.TranslatePipe], [typeof i2.CommonModule], [typeof i1.TranslatePipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LpxTranslateModule>;
|
|
8
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { LpxThemeTranslateService } from '../../services';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TranslatePipe implements PipeTransform {
|
|
5
|
-
private lpxThemeTranslateService;
|
|
6
|
-
constructor(lpxThemeTranslateService: LpxThemeTranslateService);
|
|
7
|
-
transform(value: string, ...args: any[]): import("rxjs").Observable<string>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "lpxTranslate", false>;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { LpxThemeTranslateService } from '../../services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TranslatePipe implements PipeTransform {
|
|
5
|
+
private lpxThemeTranslateService;
|
|
6
|
+
constructor(lpxThemeTranslateService: LpxThemeTranslateService);
|
|
7
|
+
transform(value: string, ...args: any[]): import("rxjs").Observable<string>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "lpxTranslate", false>;
|
|
10
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
import { LanguageService } from '../services/language';
|
|
3
|
-
import { StyleService } from '../style';
|
|
4
|
-
export declare function createDirectionProvider(listenDirection: boolean): Provider;
|
|
5
|
-
export declare function listenDirectionChange(languageService: LanguageService, styleService: StyleService): () => Promise<unknown>;
|
|
1
|
+
import { Provider } from '@angular/core';
|
|
2
|
+
import { LanguageService } from '../services/language';
|
|
3
|
+
import { StyleService } from '../style';
|
|
4
|
+
export declare function createDirectionProvider(listenDirection: boolean): Provider;
|
|
5
|
+
export declare function listenDirectionChange(languageService: LanguageService, styleService: StyleService): () => Promise<unknown>;
|
package/lib/providers/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './direction.provider';
|
|
2
|
-
export * from './responsive.provider';
|
|
3
|
-
export * from './styles.provider';
|
|
4
|
-
export * from './window.provider';
|
|
1
|
+
export * from './direction.provider';
|
|
2
|
+
export * from './responsive.provider';
|
|
3
|
+
export * from './styles.provider';
|
|
4
|
+
export * from './window.provider';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ResponsiveBreakpoints } from '../directives/responsive';
|
|
2
|
-
import { Provider } from '@angular/core';
|
|
3
|
-
export declare function createResponsiveProvider(responsiveSettings: ResponsiveBreakpoints | undefined): Provider;
|
|
1
|
+
import { ResponsiveBreakpoints } from '../directives/responsive';
|
|
2
|
+
import { Provider } from '@angular/core';
|
|
3
|
+
export declare function createResponsiveProvider(responsiveSettings: ResponsiveBreakpoints | undefined): Provider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
import { StyleService } from '../style';
|
|
3
|
-
import { LanguageService } from '../services';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
export declare const LPX_STYLE_PROVIDERS: Provider[];
|
|
6
|
-
export declare function loadInitialStyles(styleService: StyleService, languageService: LanguageService): () => Observable<any>;
|
|
1
|
+
import { Provider } from '@angular/core';
|
|
2
|
+
import { StyleService } from '../style';
|
|
3
|
+
import { LanguageService } from '../services';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
export declare const LPX_STYLE_PROVIDERS: Provider[];
|
|
6
|
+
export declare function loadInitialStyles(styleService: StyleService, languageService: LanguageService): () => Observable<any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
export declare function createWindowProvider(windowObj: Window | undefined): Provider;
|
|
1
|
+
import { Provider } from '@angular/core';
|
|
2
|
+
export declare function createWindowProvider(windowObj: Window | undefined): Provider;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AuthService } from './models';
|
|
2
|
-
import { UserProfileService } from '../user-profile';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DefaultAuthService implements AuthService {
|
|
5
|
-
private userProfileService;
|
|
6
|
-
constructor(userProfileService: UserProfileService);
|
|
7
|
-
isUserExists$: import("rxjs").Observable<boolean>;
|
|
8
|
-
navigateToLogin(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultAuthService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultAuthService>;
|
|
11
|
-
}
|
|
1
|
+
import { AuthService } from './models';
|
|
2
|
+
import { UserProfileService } from '../user-profile';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DefaultAuthService implements AuthService {
|
|
5
|
+
private userProfileService;
|
|
6
|
+
constructor(userProfileService: UserProfileService);
|
|
7
|
+
isUserExists$: import("rxjs").Observable<boolean>;
|
|
8
|
+
navigateToLogin(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultAuthService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultAuthService>;
|
|
11
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './default-auth.service';
|
|
2
|
-
export * from './models';
|
|
3
|
-
export * from './tokens';
|
|
4
|
-
export * from './providers';
|
|
1
|
+
export * from './default-auth.service';
|
|
2
|
+
export * from './models';
|
|
3
|
+
export * from './tokens';
|
|
4
|
+
export * from './providers';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
export interface AuthService {
|
|
3
|
-
navigateToLogin(): void;
|
|
4
|
-
isUserExists$: Observable<boolean>;
|
|
5
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
export interface AuthService {
|
|
3
|
+
navigateToLogin(): void;
|
|
4
|
+
isUserExists$: Observable<boolean>;
|
|
5
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Provider } from "@angular/core";
|
|
2
|
-
export declare const LPX_AUTH_SERVICE_PROVIDER: Provider;
|
|
1
|
+
import { Provider } from "@angular/core";
|
|
2
|
+
export declare const LPX_AUTH_SERVICE_PROVIDER: Provider;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { InjectionToken } from "@angular/core";
|
|
2
|
-
import { AuthService } from "./models";
|
|
3
|
-
export declare const LPX_AUTH_SERVICE_TOKEN: InjectionToken<AuthService>;
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
|
+
import { AuthService } from "./models";
|
|
3
|
+
export declare const LPX_AUTH_SERVICE_TOKEN: InjectionToken<AuthService>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BodyService {
|
|
3
|
-
body: HTMLBodyElement | null;
|
|
4
|
-
classes: {
|
|
5
|
-
overflowYHidden: string;
|
|
6
|
-
};
|
|
7
|
-
disableScrollY(): void;
|
|
8
|
-
enableScrollY(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BodyService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BodyService>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BodyService {
|
|
3
|
+
body: HTMLBodyElement | null;
|
|
4
|
+
classes: {
|
|
5
|
+
overflowYHidden: string;
|
|
6
|
+
};
|
|
7
|
+
disableScrollY(): void;
|
|
8
|
+
enableScrollY(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BodyService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BodyService>;
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './body.service';
|
|
1
|
+
export * from './body.service';
|
package/lib/services/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './language';
|
|
2
|
-
export * from './user-profile';
|
|
3
|
-
export * from './body';
|
|
4
|
-
export * from './layout';
|
|
5
|
-
export * from './translate/index';
|
|
6
|
-
export * from './auth/index';
|
|
7
|
-
export * from './local-storage/index';
|
|
8
|
-
export * from './perfect-scrollbar.service';
|
|
1
|
+
export * from './language';
|
|
2
|
+
export * from './user-profile';
|
|
3
|
+
export * from './body';
|
|
4
|
+
export * from './layout';
|
|
5
|
+
export * from './translate/index';
|
|
6
|
+
export * from './auth/index';
|
|
7
|
+
export * from './local-storage/index';
|
|
8
|
+
export * from './perfect-scrollbar.service';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './models';
|
|
2
|
-
export * from './language-translate-keys.enum';
|
|
3
|
-
export * from './language.module';
|
|
4
|
-
export * from './language.service';
|
|
5
|
-
export * from './tokens';
|
|
1
|
+
export * from './models';
|
|
2
|
+
export * from './language-translate-keys.enum';
|
|
3
|
+
export * from './language.module';
|
|
4
|
+
export * from './language.service';
|
|
5
|
+
export * from './tokens';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum LanguageTranslateKeys {
|
|
2
|
-
SettingsTitle = "language.settings.title"
|
|
3
|
-
}
|
|
4
|
-
export
|
|
5
|
-
[key in LanguageTranslateKeys]: string;
|
|
6
|
-
};
|
|
7
|
-
export declare const LanguageTranslateDefaults: LanguageTranslateValues;
|
|
1
|
+
export declare enum LanguageTranslateKeys {
|
|
2
|
+
SettingsTitle = "language.settings.title"
|
|
3
|
+
}
|
|
4
|
+
export type LanguageTranslateValues = {
|
|
5
|
+
[key in LanguageTranslateKeys]: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const LanguageTranslateDefaults: LanguageTranslateValues;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { LpxLanguageModuleOptions } from './models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
export declare class LpxLanguageModule {
|
|
6
|
-
static forRoot(options?: LpxLanguageModuleOptions): ModuleWithProviders<LpxLanguageModule>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LpxLanguageModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxLanguageModule, never, [typeof i1.CommonModule], never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LpxLanguageModule>;
|
|
10
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { LpxLanguageModuleOptions } from './models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
export declare class LpxLanguageModule {
|
|
6
|
+
static forRoot(options?: LpxLanguageModuleOptions): ModuleWithProviders<LpxLanguageModule>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LpxLanguageModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LpxLanguageModule, never, [typeof i1.CommonModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LpxLanguageModule>;
|
|
10
|
+
}
|