@posiwise/shared-components 0.0.26 → 0.0.28

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/index.d.ts CHANGED
@@ -17,5 +17,4 @@ export * from './lib/geo-template/geo-template.component';
17
17
  export * from './lib/autheticator/autheticator.component';
18
18
  export * from './lib/clearbit-icon/clearbit-icon.component';
19
19
  export * from './lib/coming-soon/coming-soon.component';
20
- export * from './lib/header/header.component';
21
20
  export * from './lib/no-data/no-data.component';
@@ -17,18 +17,17 @@ import * as i15 from "./geo-template/geo-template.component";
17
17
  import * as i16 from "./autheticator/autheticator.component";
18
18
  import * as i17 from "./clearbit-icon/clearbit-icon.component";
19
19
  import * as i18 from "./coming-soon/coming-soon.component";
20
- import * as i19 from "./header/header.component";
21
- import * as i20 from "./no-data/no-data.component";
22
- import * as i21 from "@angular/forms";
23
- import * as i22 from "@posiwise/directives";
24
- import * as i23 from "@posiwise/core-transloco";
25
- import * as i24 from "ngx-image-cropper";
26
- import * as i25 from "primeng/tabmenu";
27
- import * as i26 from "@angular/common";
28
- import * as i27 from "@posiwise/shared-public-components";
29
- import * as i28 from "@ng-bootstrap/ng-bootstrap";
20
+ import * as i19 from "./no-data/no-data.component";
21
+ import * as i20 from "@angular/forms";
22
+ import * as i21 from "@posiwise/directives";
23
+ import * as i22 from "@posiwise/core-transloco";
24
+ import * as i23 from "ngx-image-cropper";
25
+ import * as i24 from "primeng/tabmenu";
26
+ import * as i25 from "@angular/common";
27
+ import * as i26 from "@posiwise/shared-public-components";
28
+ import * as i27 from "@ng-bootstrap/ng-bootstrap";
30
29
  export declare class SharedComponentsModule {
31
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.AbTestContainerComponent, typeof i2.AbAlternativeComponent, typeof i3.PasswordValidationComponent, typeof i4.CustomUploaderComponent, typeof i5.ProfileImageCropperComponent, typeof i6.PwTabsComponent, typeof i7.PermissionTreeComponent, typeof i8.InputContainerComponent, typeof i9.FieldErrorDisplayComponent, typeof i10.PrivacyAndTosComponent, typeof i11.PrivacyPolicyComponent, typeof i12.TermsConditionsComponent, typeof i13.SplashComponent, typeof i14.AppLoaderComponent, typeof i15.GeoTemplateComponent, typeof i16.AuthenticatorComponent, typeof i17.ClearbitIconComponent, typeof i18.ComingSoonComponent, typeof i19.HeaderComponent, typeof i20.NoDataComponent], [typeof i21.FormsModule, typeof i22.DirectivesModule, typeof i23.CoreTranslocoModule, typeof i24.ImageCropperModule, typeof i25.TabMenuModule, typeof i26.CommonModule, typeof i27.SharedPublicComponentsModule, typeof i28.NgbModule], [typeof i1.AbTestContainerComponent, typeof i2.AbAlternativeComponent, typeof i3.PasswordValidationComponent, typeof i4.CustomUploaderComponent, typeof i5.ProfileImageCropperComponent, typeof i24.ImageCropperModule, typeof i6.PwTabsComponent, typeof i25.TabMenuModule, typeof i7.PermissionTreeComponent, typeof i8.InputContainerComponent, typeof i9.FieldErrorDisplayComponent, typeof i10.PrivacyAndTosComponent, typeof i11.PrivacyPolicyComponent, typeof i12.TermsConditionsComponent, typeof i13.SplashComponent, typeof i14.AppLoaderComponent, typeof i15.GeoTemplateComponent, typeof i16.AuthenticatorComponent, typeof i17.ClearbitIconComponent, typeof i18.ComingSoonComponent, typeof i19.HeaderComponent, typeof i20.NoDataComponent]>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.AbTestContainerComponent, typeof i2.AbAlternativeComponent, typeof i3.PasswordValidationComponent, typeof i4.CustomUploaderComponent, typeof i5.ProfileImageCropperComponent, typeof i6.PwTabsComponent, typeof i7.PermissionTreeComponent, typeof i8.InputContainerComponent, typeof i9.FieldErrorDisplayComponent, typeof i10.PrivacyAndTosComponent, typeof i11.PrivacyPolicyComponent, typeof i12.TermsConditionsComponent, typeof i13.SplashComponent, typeof i14.AppLoaderComponent, typeof i15.GeoTemplateComponent, typeof i16.AuthenticatorComponent, typeof i17.ClearbitIconComponent, typeof i18.ComingSoonComponent, typeof i19.NoDataComponent], [typeof i20.FormsModule, typeof i21.DirectivesModule, typeof i22.CoreTranslocoModule, typeof i23.ImageCropperModule, typeof i24.TabMenuModule, typeof i25.CommonModule, typeof i26.SharedPublicComponentsModule, typeof i27.NgbModule], [typeof i1.AbTestContainerComponent, typeof i2.AbAlternativeComponent, typeof i3.PasswordValidationComponent, typeof i4.CustomUploaderComponent, typeof i5.ProfileImageCropperComponent, typeof i23.ImageCropperModule, typeof i6.PwTabsComponent, typeof i24.TabMenuModule, typeof i7.PermissionTreeComponent, typeof i8.InputContainerComponent, typeof i9.FieldErrorDisplayComponent, typeof i10.PrivacyAndTosComponent, typeof i11.PrivacyPolicyComponent, typeof i12.TermsConditionsComponent, typeof i13.SplashComponent, typeof i14.AppLoaderComponent, typeof i15.GeoTemplateComponent, typeof i16.AuthenticatorComponent, typeof i17.ClearbitIconComponent, typeof i18.ComingSoonComponent, typeof i19.NoDataComponent]>;
33
32
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
34
33
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@posiwise/shared-components",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15.2.5",
6
6
  "@angular/core": "15.2.5",
7
7
  "@ngneat/transloco": "^4.2.6",
8
8
  "@ngneat/transloco-keys-manager": "^3.7.0",
9
9
  "ngx-image-cropper": "^6.3.3",
10
- "@posiwise/common-services": "^0.0.65",
11
- "@posiwise/app-base-component": "^0.0.17",
12
- "@posiwise/directives": "^0.0.9",
10
+ "@posiwise/common-services": "^0.0.66",
11
+ "@posiwise/app-base-component": "^0.0.18",
12
+ "@posiwise/directives": "^0.0.10",
13
13
  "@posiwise/core-transloco": "^0.0.1",
14
14
  "@posiwise/core-styles": "^1.0.0",
15
- "@posiwise/admin-module-utils": "^0.0.8",
16
- "@posiwise/shared-public-components": "^0.0.8",
17
- "@posiwise/shared-product-services": "^0.0.6"
15
+ "@posiwise/admin-module-utils": "^0.0.9",
16
+ "@posiwise/shared-public-components": "^0.0.9",
17
+ "@posiwise/shared-product-services": "^0.0.7"
18
18
  },
19
19
  "dependencies": {
20
20
  "tslib": "^2.3.0"
@@ -1,23 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@posiwise/directives";
5
- import * as i2 from "@angular/common";
6
- import * as i3 from "@ng-bootstrap/ng-bootstrap";
7
- import * as i4 from "@ngneat/transloco";
8
- export class HeaderComponent extends AppBaseComponent {
9
- constructor() {
10
- super(...arguments);
11
- this.landing = false;
12
- this.logo = this.appConfig?.company?.logos?.main_contrast?.url;
13
- }
14
- }
15
- HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: HeaderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
16
- HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: HeaderComponent, selector: "pw-header", inputs: { landing: "landing" }, usesInheritance: true, ngImport: i0, template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top\"\n [ngClass]=\"{ 'navbar-blue': !landing }\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img [src]=\"logo\"\n class=\"header-logo\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle\"\n data-bs-toggle=\"collapse\"\n data-bs-target=\"#myNavbar\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"collapse navbar-collapse float-end\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm bg-light\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item login-button\">\n <a href=\"/\"\n class=\"\">{{ 'Button.Home' | transloco }}</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.navbar-blue{background-color:var(--first);box-shadow:2px 2px 15px 2px #0000001f;transition:width 2s,height 2s,transform 2s background-color .5s ease;z-index:9999}.fixed-top-nav{display:block!important;height:60px}.navbar-toggle{display:none}.navbar-toggle .icon-bar{color:#fff}.nav-outer{text-align:right}.nav-outer nav{background:none!important;display:inline-block;float:none;width:auto}.nav-outer li a{color:#fff;font-size:18px;margin:0 0 0 30px;text-transform:capitalize}.nav-outer li a:hover{color:#fff;text-decoration:none}.nav-outer li a:focus{color:#fff}.navbar-nav li{display:inline-block}@media screen and (max-width: 1199px){.nav-outer li a{margin:0 10px}}@media screen and (max-width: 991px){.icon-bar{background-color:#fff;border-radius:1px;display:block;height:2px;margin-top:4px;width:22px}.navbar-toggle{background-color:#ffb92b!important;background-image:none;border:1px solid rgb(255,255,255);border-radius:4px;display:block!important;float:right;margin-top:4px;padding:9px 10px;position:relative}.collapse{display:none!important}.collapse.show{display:block!important}.nav-outer nav{background:rgb(255,185,43)!important;display:inline-block;float:left;padding:20px;width:100%}.nav-outer li a{margin:0;padding:0 16px}.navbar-expand-sm,.navbar-nav{flex-direction:inherit}li.nav-item{float:left;margin-bottom:12px;text-align:left;width:100%}.nav-outer li a{margin:0;padding:0}.navbar-expand-sm{-webkit-box-pack:start;flex-flow:column nowrap;justify-content:flex-start}.navbar-expand-sm,.navbar-nav{flex-direction:column}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.nav-outer li a:hover{color:#0a56d3}.contact-button a,.login-button a,.nav-item{background:none;color:#fff!important;font-weight:600}.contact-button a:hover,.login-button a:hover,.nav-item a:hover{color:#0a56d3!important}}@media screen and (max-width: 767px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width: 575px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width: 375px){.navbar .container{padding:0!important}}@media (min-width: 641px) and (max-width: 991px){.navbar-toggle{margin-top:6px}}.header-logo{height:45px;width:205px}.login-button a{background-color:var(--second);color:#fff}.login-button a:hover{background-color:#fff;color:var(--second)!important}.fixed-top{position:fixed!important}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgbNavbar, selector: ".navbar" }, { kind: "pipe", type: i4.TranslocoPipe, name: "transloco" }] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: HeaderComponent, decorators: [{
18
- type: Component,
19
- args: [{ selector: 'pw-header', template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top\"\n [ngClass]=\"{ 'navbar-blue': !landing }\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img [src]=\"logo\"\n class=\"header-logo\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle\"\n data-bs-toggle=\"collapse\"\n data-bs-target=\"#myNavbar\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"collapse navbar-collapse float-end\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm bg-light\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item login-button\">\n <a href=\"/\"\n class=\"\">{{ 'Button.Home' | transloco }}</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.navbar-blue{background-color:var(--first);box-shadow:2px 2px 15px 2px #0000001f;transition:width 2s,height 2s,transform 2s background-color .5s ease;z-index:9999}.fixed-top-nav{display:block!important;height:60px}.navbar-toggle{display:none}.navbar-toggle .icon-bar{color:#fff}.nav-outer{text-align:right}.nav-outer nav{background:none!important;display:inline-block;float:none;width:auto}.nav-outer li a{color:#fff;font-size:18px;margin:0 0 0 30px;text-transform:capitalize}.nav-outer li a:hover{color:#fff;text-decoration:none}.nav-outer li a:focus{color:#fff}.navbar-nav li{display:inline-block}@media screen and (max-width: 1199px){.nav-outer li a{margin:0 10px}}@media screen and (max-width: 991px){.icon-bar{background-color:#fff;border-radius:1px;display:block;height:2px;margin-top:4px;width:22px}.navbar-toggle{background-color:#ffb92b!important;background-image:none;border:1px solid rgb(255,255,255);border-radius:4px;display:block!important;float:right;margin-top:4px;padding:9px 10px;position:relative}.collapse{display:none!important}.collapse.show{display:block!important}.nav-outer nav{background:rgb(255,185,43)!important;display:inline-block;float:left;padding:20px;width:100%}.nav-outer li a{margin:0;padding:0 16px}.navbar-expand-sm,.navbar-nav{flex-direction:inherit}li.nav-item{float:left;margin-bottom:12px;text-align:left;width:100%}.nav-outer li a{margin:0;padding:0}.navbar-expand-sm{-webkit-box-pack:start;flex-flow:column nowrap;justify-content:flex-start}.navbar-expand-sm,.navbar-nav{flex-direction:column}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.nav-outer li a:hover{color:#0a56d3}.contact-button a,.login-button a,.nav-item{background:none;color:#fff!important;font-weight:600}.contact-button a:hover,.login-button a:hover,.nav-item a:hover{color:#0a56d3!important}}@media screen and (max-width: 767px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width: 575px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width: 375px){.navbar .container{padding:0!important}}@media (min-width: 641px) and (max-width: 991px){.navbar-toggle{margin-top:6px}}.header-logo{height:45px;width:205px}.login-button a{background-color:var(--second);color:#fff}.login-button a:hover{background-color:#fff;color:var(--second)!important}.fixed-top{position:fixed!important}\n"] }]
20
- }], propDecorators: { landing: [{
21
- type: Input
22
- }] } });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvc2hhcmVkLWNvbXBvbmVudHMvc3JjL2xpYi9oZWFkZXIvaGVhZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvc2hhcmVkLWNvbXBvbmVudHMvc3JjL2xpYi9oZWFkZXIvaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRWpELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDOzs7Ozs7QUFPaEUsTUFBTSxPQUFPLGVBQWdCLFNBQVEsZ0JBQWdCO0lBTHJEOztRQU1hLFlBQU8sR0FBRyxLQUFLLENBQUM7UUFFekIsU0FBSSxHQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxhQUFhLEVBQUUsR0FBRyxDQUFDO0tBQzdEOzs0R0FKWSxlQUFlO2dHQUFmLGVBQWUsd0dDVDVCLDJvQ0FrQ0E7MkZEekJhLGVBQWU7a0JBTDNCLFNBQVM7K0JBQ0ksV0FBVzs4QkFLWixPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEFwcEJhc2VDb21wb25lbnQgfSBmcm9tICdAcG9zaXdpc2UvYXBwLWJhc2UtY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1oZWFkZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9oZWFkZXIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2hlYWRlci5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEhlYWRlckNvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIGxhbmRpbmcgPSBmYWxzZTtcblxuICAgIGxvZ28gPSB0aGlzLmFwcENvbmZpZz8uY29tcGFueT8ubG9nb3M/Lm1haW5fY29udHJhc3Q/LnVybDtcbn1cbiIsIjxkaXYgY2xhc3M9XCJuYXZiYXIgbmF2YmFyLWV4cGFuZC1sZyBmaXhlZC10b3AtbmF2IGZpeGVkLXRvcFwiXG4gIFtuZ0NsYXNzXT1cInsgJ25hdmJhci1ibHVlJzogIWxhbmRpbmcgfVwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIGQtYmxvY2tcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93IG0tMFwiPlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy0yIGZsb2F0LXN0YXJ0XCI+XG4gICAgICAgIDxhIGhyZWY9XCIvXCI+XG4gICAgICAgICAgPGltZyBbc3JjXT1cImxvZ29cIlxuICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXItbG9nb1wiXG4gICAgICAgICAgICBhbHQ9XCJzaXRlLWxvZ29cIiAvPlxuICAgICAgICA8L2E+XG4gICAgICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgY2xhc3M9XCJuYXZiYXItdG9nZ2xlXCJcbiAgICAgICAgICBkYXRhLWJzLXRvZ2dsZT1cImNvbGxhcHNlXCJcbiAgICAgICAgICBkYXRhLWJzLXRhcmdldD1cIiNteU5hdmJhclwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1iYXJcIj48L3NwYW4+IDxzcGFuIGNsYXNzPVwiaWNvbi1iYXJcIj48L3NwYW4+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWJhclwiPjwvc3Bhbj5cbiAgICAgICAgPC9idXR0b24+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctMTAgbmF2LW91dGVyIG10LTJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbGxhcHNlIG5hdmJhci1jb2xsYXBzZSBmbG9hdC1lbmRcIlxuICAgICAgICAgIGlkPVwibXlOYXZiYXJcIj5cbiAgICAgICAgICA8bmF2IGNsYXNzPVwibmF2YmFyIG5hdmJhci1leHBhbmQtc20gYmctbGlnaHRcIj5cbiAgICAgICAgICAgIDx1bCBjbGFzcz1cIm5hdmJhci1uYXZcIj5cbiAgICAgICAgICAgICAgPGxpIGNsYXNzPVwibmF2LWl0ZW0gbG9naW4tYnV0dG9uXCI+XG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9cIlxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJcIj57eyAnQnV0dG9uLkhvbWUnIHwgdHJhbnNsb2NvIH19PC9hPlxuICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICA8L25hdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -1,8 +0,0 @@
1
- import { AppBaseComponent } from '@posiwise/app-base-component';
2
- import * as i0 from "@angular/core";
3
- export declare class HeaderComponent extends AppBaseComponent {
4
- landing: boolean;
5
- logo: any;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "pw-header", never, { "landing": "landing"; }, {}, never, never, false, never>;
8
- }