@posiwise/public-modules 0.0.134 → 0.0.6654

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.
Files changed (105) hide show
  1. package/esm2022/index.mjs +2 -12
  2. package/esm2022/lib/config/constant.mjs +6 -16
  3. package/esm2022/lib/error-page/error-page.component.mjs +7 -7
  4. package/esm2022/lib/incidents-status/incidents-status.component.mjs +13 -73
  5. package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +8 -8
  6. package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +77 -13
  7. package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +5 -5
  8. package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +30 -32
  9. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +5 -5
  10. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +8 -20
  11. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
  12. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +5 -5
  13. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +10 -10
  14. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +5 -5
  15. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +5 -9
  16. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +5 -5
  17. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +24 -11
  18. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +5 -5
  19. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +9 -9
  20. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +5 -5
  21. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +5 -5
  22. package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +5 -5
  23. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +5 -5
  24. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +6 -6
  25. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +5 -5
  26. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +10 -10
  27. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +5 -9
  28. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +5 -5
  29. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +24 -11
  30. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +5 -5
  31. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +9 -9
  32. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +5 -5
  33. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +5 -5
  34. package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +5 -5
  35. package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +25 -19
  36. package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +5 -5
  37. package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +26 -14
  38. package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +25 -19
  39. package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +28 -11
  40. package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +28 -11
  41. package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +28 -11
  42. package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +28 -11
  43. package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +28 -11
  44. package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +28 -11
  45. package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +9 -9
  46. package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +5 -5
  47. package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +6 -5
  48. package/esm2022/lib/maintenance/maintenance-page.component.mjs +9 -13
  49. package/esm2022/lib/notfound-page/notfound-page.component.mjs +7 -6
  50. package/esm2022/lib/public.module.mjs +145 -45
  51. package/fesm2022/posiwise-public-modules.mjs +833 -1168
  52. package/fesm2022/posiwise-public-modules.mjs.map +1 -1
  53. package/index.d.ts +1 -9
  54. package/lib/config/constant.d.ts +0 -1
  55. package/lib/error-page/error-page.component.d.ts +1 -1
  56. package/lib/incidents-status/incidents-status.component.d.ts +4 -14
  57. package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
  58. package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +19 -5
  59. package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
  60. package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
  61. package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
  62. package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
  63. package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
  64. package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +0 -2
  65. package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
  66. package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
  67. package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
  68. package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +0 -2
  69. package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
  70. package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
  71. package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
  72. package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
  73. package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
  74. package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
  75. package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
  76. package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
  77. package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
  78. package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
  79. package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
  80. package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
  81. package/lib/maintenance/maintenance-page.component.d.ts +2 -6
  82. package/lib/public.module.d.ts +56 -26
  83. package/package.json +3 -3
  84. package/esm2022/lib/ab-test/ab-alternative/ab-alternative.component.mjs +0 -26
  85. package/esm2022/lib/ab-test/ab-test-container/ab-test-container.component.mjs +0 -46
  86. package/esm2022/lib/ab-test/ab-test.interface.mjs +0 -2
  87. package/esm2022/lib/ab-test/ab-test.module.mjs +0 -23
  88. package/esm2022/lib/error-status-pages.module.mjs +0 -86
  89. package/esm2022/lib/geo-template/geo-template.component.mjs +0 -24
  90. package/esm2022/lib/landing-page-shared.module.mjs +0 -222
  91. package/esm2022/lib/landing-pages/base/base-contact-form.component.mjs +0 -88
  92. package/esm2022/lib/landing-pages/base/base-landing-page.component.mjs +0 -30
  93. package/esm2022/lib/landing-pages/tech-features/base-tech-feature.component.mjs +0 -45
  94. package/esm2022/lib/resource-meetings/resource-meetings.component.mjs +0 -34
  95. package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
  96. package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
  97. package/lib/ab-test/ab-test.interface.d.ts +0 -9
  98. package/lib/ab-test/ab-test.module.d.ts +0 -13
  99. package/lib/error-status-pages.module.d.ts +0 -21
  100. package/lib/geo-template/geo-template.component.d.ts +0 -12
  101. package/lib/landing-page-shared.module.d.ts +0 -48
  102. package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
  103. package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
  104. package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
  105. package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
package/index.d.ts CHANGED
@@ -1,12 +1,4 @@
1
1
  export * from './lib/public.module';
2
- export * from './lib/landing-page-shared.module';
3
- export * from './lib/ab-test/ab-test.module';
4
- export * from './lib/error-status-pages.module';
5
- export { GeoTemplateComponent } from './lib/geo-template/geo-template.component';
6
- export { AbAlternativeComponent } from './lib/ab-test/ab-alternative/ab-alternative.component';
7
- export { AbTestContainerComponent } from './lib/ab-test/ab-test-container/ab-test-container.component';
8
- export { BaseLandingPageComponent } from './lib/landing-pages/base/base-landing-page.component';
9
- export { BaseContactFormComponent } from './lib/landing-pages/base/base-contact-form.component';
10
2
  export { ErrorPageComponent } from './lib/error-page/error-page.component';
11
3
  export { IncidentsStatusComponent } from './lib/incidents-status/incidents-status.component';
12
4
  export { CareersContactUsComponent } from './lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component';
@@ -36,6 +28,7 @@ export { LandingPageSubscribeComponent } from './lib/landing-pages/landing-page/
36
28
  export { LandingPageTeamComponent } from './lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component';
37
29
  export { LandingPageTestimonialsComponent } from './lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component';
38
30
  export { MainExplainerComponent } from './lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component';
31
+ export { LandingPageBlogComponent } from './lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component';
39
32
  export { LandingPageHeaderComponent } from './lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component';
40
33
  export { LandingPageHeaderBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component';
41
34
  export { CommunicationAndNotificationsComponent } from './lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component';
@@ -52,5 +45,4 @@ export { VentureExplainerComponent } from './lib/landing-pages/ventures/venture-
52
45
  export { VentureComponent } from './lib/landing-pages/ventures/venture/venture.component';
53
46
  export { LockScreenPageComponent } from './lib/lock-screen/lock-screen-page.component';
54
47
  export { MaintenancePageComponent } from './lib/maintenance/maintenance-page.component';
55
- export { ResourceMeetingsComponent } from './lib/resource-meetings/resource-meetings.component';
56
48
  export { NotfoundPageComponent } from './lib/notfound-page/notfound-page.component';
@@ -3,5 +3,4 @@ export declare const HYPER_DASHBOARD_KEYS: {
3
3
  Dashboard_Demo1: string;
4
4
  Dashboard_Demo2: string;
5
5
  };
6
- export declare const CSS_FILES: string[];
7
6
  export declare const HYPER_DASHBOARD_MENUS: RouteInfo;
@@ -2,7 +2,7 @@ import { Location } from '@angular/common';
2
2
  import { OnInit } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ErrorPageComponent implements OnInit {
5
- private readonly location;
5
+ private location;
6
6
  message: string;
7
7
  constructor(location: Location);
8
8
  ngOnInit(): void;
@@ -1,29 +1,19 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { AuthService, CommonService } from '@posiwise/common-services';
3
+ import { CommonService } from '@posiwise/common-services';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class IncidentsStatusComponent extends AppBaseComponent implements OnInit {
7
- private readonly commonService;
8
- private readonly authService;
9
- private readonly sanitizer;
6
+ private commonService;
10
7
  landing: boolean;
11
- sanitizedDescription: SafeHtml;
12
- logo: string;
8
+ logo: any;
13
9
  openIncidents: any[];
14
10
  pastIncidents: any[];
15
11
  p1: number;
16
12
  p: number;
17
- todayDate: number;
18
13
  companyName: any;
19
- loggedIn: boolean;
20
- user: any;
21
- product: any;
22
- constructor(injector: Injector, commonService: CommonService, authService: AuthService, sanitizer: DomSanitizer);
14
+ constructor(injector: Injector, commonService: CommonService);
23
15
  ngOnInit(): void;
24
16
  getIncidents(): void;
25
- navigateToEdit(incident: any): void;
26
- calculateDuration(startedAt: string, resolvedAt: string): string;
27
17
  static ɵfac: i0.ɵɵFactoryDeclaration<IncidentsStatusComponent, never>;
28
18
  static ɵcmp: i0.ɵɵComponentDeclaration<IncidentsStatusComponent, "pw-incidents-status", never, {}, {}, never, never, false, never>;
29
19
  }
@@ -3,7 +3,7 @@ import { AppBaseComponent } from '@posiwise/app-base-component';
3
3
  import { AuthService } from '@posiwise/common-services';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CareersComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private readonly authService;
6
+ private authService;
7
7
  subject: string;
8
8
  productKey: string;
9
9
  landing: boolean;
@@ -1,11 +1,25 @@
1
- import { Injector } from '@angular/core';
2
- import { UntypedFormBuilder } from '@angular/forms';
1
+ import { Injector, OnInit } from '@angular/core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
3
4
  import { AuthService, CommonService } from '@posiwise/common-services';
4
- import { BaseContactFormComponent } from '../../base/base-contact-form.component';
5
5
  import * as i0 from "@angular/core";
6
- export declare class CareersContactUsComponent extends BaseContactFormComponent {
6
+ export declare class CareersContactUsComponent extends AppBaseComponent implements OnInit {
7
+ private commonService;
8
+ private fb;
9
+ private authService;
10
+ form: UntypedFormGroup;
11
+ isEmailValid: boolean;
12
+ isCaptchaVerified: boolean;
13
+ isSubscribeClicked: boolean;
14
+ siteKey: string;
15
+ recaptcha: any;
16
+ submitted: boolean;
17
+ masterProductId: any;
7
18
  constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, injector: Injector);
8
- protected getDefaultSubject(): string;
19
+ ngOnInit(): void;
20
+ onSubmit(): void;
21
+ handleSuccess(reCaptchaRes: any): void;
22
+ validateEmail(): void;
9
23
  static ɵfac: i0.ɵɵFactoryDeclaration<CareersContactUsComponent, never>;
10
24
  static ɵcmp: i0.ɵɵComponentDeclaration<CareersContactUsComponent, "pw-careers-contact-us", never, {}, {}, never, never, false, never>;
11
25
  }
@@ -1,16 +1,15 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { Router } from '@angular/router';
1
+ import { Injector, OnDestroy, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
3
3
  import { AuthService, MainApiHttpService } from '@posiwise/common-services';
4
4
  import * as i0 from "@angular/core";
5
- export declare class LandingPageComponent implements OnInit, OnDestroy {
6
- private readonly authService;
7
- private readonly router;
8
- private readonly document;
5
+ export declare class LandingPageComponent extends AppBaseComponent implements OnInit, OnDestroy {
6
+ private authService;
7
+ private document;
9
8
  MICRO_SERVICE_MAPPING: {
10
9
  Core: typeof MainApiHttpService;
11
10
  };
12
11
  MicroService: typeof MainApiHttpService;
13
- constructor(authService: AuthService, router: Router, document: Document);
12
+ constructor(authService: AuthService, document: Document, injector: Injector);
14
13
  ngOnInit(): void;
15
14
  ngOnDestroy(): void;
16
15
  navigateToLogin(): void;
@@ -1,12 +1,7 @@
1
- import { ElementRef } from '@angular/core';
2
1
  import { COUNTRIES_CODE } from '@posiwise/common-utilities';
3
- import { GeoTemplateComponent } from '../../../../geo-template/geo-template.component';
4
2
  import * as i0 from "@angular/core";
5
3
  export declare class LandingPageBannerComponent {
6
- product: ElementRef<HTMLImageElement>;
7
- geoComponent: GeoTemplateComponent;
8
- readonly Countries: typeof COUNTRIES_CODE;
9
- onImageError(event: Event): void;
4
+ Countries: typeof COUNTRIES_CODE;
10
5
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageBannerComponent, never>;
11
6
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageBannerComponent, "pw-landing-page-banner", never, {}, {}, never, never, false, never>;
12
7
  }
@@ -0,0 +1,7 @@
1
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class LandingPageBlogComponent extends AppBaseComponent {
4
+ logo: any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageBlogComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageBlogComponent, "pw-landing-page-blog", never, {}, {}, never, never, false, never>;
7
+ }
@@ -1,21 +1,21 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
2
  import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { AuthService, CommonService } from '@posiwise/common-services';
5
4
  import { GaEvent } from '@posiwise/common-utilities';
5
+ import { AuthService, CommonService } from '@posiwise/common-services';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageContactComponent extends AppBaseComponent implements OnInit {
8
- private readonly commonService;
9
- private readonly fb;
10
- private readonly authService;
11
- gaEventObj: GaEvent;
8
+ private commonService;
9
+ private fb;
10
+ private authService;
12
11
  form: UntypedFormGroup;
13
12
  isEmailValid: boolean;
14
13
  isCaptchaVerified: boolean;
15
14
  isSubscribeClicked: boolean;
16
- submitted: boolean;
17
15
  siteKey: string;
18
16
  recaptcha: any;
17
+ submitted: boolean;
18
+ gaEventObj: GaEvent;
19
19
  masterProductId: any;
20
20
  constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, injector: Injector);
21
21
  ngOnInit(): void;
@@ -3,7 +3,7 @@ import { AppBaseComponent } from '@posiwise/app-base-component';
3
3
  import { AuthService } from '@posiwise/common-services';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class LandingPageFooterComponent extends AppBaseComponent implements OnInit {
6
- private readonly authService;
6
+ private authService;
7
7
  isBrowserAccess: boolean;
8
8
  currentDate: Date;
9
9
  productPrivacyId: number;
@@ -1,9 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LandingPageHeaderComponent {
3
3
  landing: boolean;
4
- isMenuCollapsed: boolean;
5
4
  navigateToLogin(): void;
6
- toggleMenu(): void;
7
5
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageHeaderComponent, never>;
8
6
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageHeaderComponent, "pw-landing-page-header", never, { "landing": { "alias": "landing"; "required": false; }; }, {}, never, never, false, never>;
9
7
  }
@@ -1,10 +1,12 @@
1
1
  import { AfterViewInit, ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class LandingPageOurProductsComponent implements AfterViewInit {
4
- private readonly document;
5
- productsList: ElementRef;
4
+ private document;
5
+ productlist: ElementRef;
6
6
  constructor(document: Document);
7
7
  ngAfterViewInit(): void;
8
+ /** Function to add Class Between Product Items To Add Hover Effect */
9
+ highliteProductItem(): void;
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageOurProductsComponent, never>;
9
11
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageOurProductsComponent, "pw-landing-page-our-products", never, {}, {}, never, never, false, never>;
10
12
  }
@@ -1,14 +1,12 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
+ import { CrmService } from '@posiwise/smart-crm-shared';
2
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import { AuthService, CustomToastService } from '@posiwise/common-services';
4
4
  import { GaEvent } from '@posiwise/common-utilities';
5
- import { CrmService } from '@posiwise/smart-crm-shared';
5
+ import { AuthService, CustomToastService } from '@posiwise/common-services';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageSubscribeComponent extends AppBaseComponent implements OnInit {
8
- private readonly authService;
9
- private readonly crmService;
10
- sourceId: any;
11
- gaEventObj: GaEvent;
8
+ private authService;
9
+ private crmService;
12
10
  email: string;
13
11
  siteKey: string;
14
12
  isEmailValid: boolean;
@@ -17,6 +15,8 @@ export declare class LandingPageSubscribeComponent extends AppBaseComponent impl
17
15
  recaptcha: any;
18
16
  toast: CustomToastService;
19
17
  subscriptionId: any;
18
+ sourceId: any;
19
+ gaEventObj: GaEvent;
20
20
  constructor(authService: AuthService, crmService: CrmService, injector: Injector);
21
21
  ngOnInit(): void;
22
22
  subscribeNewsletter(): void;
@@ -1,22 +1,22 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
2
  import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { AuthService, CommonService } from '@posiwise/common-services';
5
4
  import { GaEvent } from '@posiwise/common-utilities';
5
+ import { AuthService, CommonService } from '@posiwise/common-services';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageContactBComponent extends AppBaseComponent implements OnInit {
8
- private readonly commonService;
9
- private readonly fb;
10
- private readonly authService;
11
- masterProductId: any;
8
+ private commonService;
9
+ private fb;
10
+ private authService;
12
11
  form: UntypedFormGroup;
13
12
  isEmailValid: boolean;
14
13
  isCaptchaVerified: boolean;
15
14
  isSubscribeClicked: boolean;
16
- submitted: boolean;
17
15
  siteKey: string;
18
16
  recaptcha: any;
17
+ submitted: boolean;
19
18
  gaEventObj: GaEvent;
19
+ masterProductId: any;
20
20
  constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, injector: Injector);
21
21
  ngOnInit(): void;
22
22
  onSubmit(): void;
@@ -1,9 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LandingPageHeaderBComponent {
3
3
  landing: boolean;
4
- isMenuCollapsed: boolean;
5
4
  navigateToLogin(): void;
6
- toggleMenu(): void;
7
5
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageHeaderBComponent, never>;
8
6
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageHeaderBComponent, "pw-landing-page-header-b", never, { "landing": { "alias": "landing"; "required": false; }; }, {}, never, never, false, never>;
9
7
  }
@@ -1,13 +1,15 @@
1
1
  import { AfterViewInit, ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class LandingPageOurProductsBComponent implements AfterViewInit {
4
- private readonly document;
5
- productsList: ElementRef;
4
+ private document;
5
+ productlist: ElementRef;
6
6
  /**
7
7
  *
8
8
  */
9
9
  constructor(document: Document);
10
10
  ngAfterViewInit(): void;
11
+ /** Function to add Class Between Product Items To Add Hover Effect */
12
+ highliteProductItem(): void;
11
13
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageOurProductsBComponent, never>;
12
14
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageOurProductsBComponent, "pw-landing-page-our-products-b", never, {}, {}, never, never, false, never>;
13
15
  }
@@ -1,18 +1,18 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
+ import { CrmService } from '@posiwise/smart-crm-shared';
2
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import { AuthService, CustomToastService } from '@posiwise/common-services';
4
4
  import { GaEvent } from '@posiwise/common-utilities';
5
- import { CrmService } from '@posiwise/smart-crm-shared';
5
+ import { AuthService, CustomToastService } from '@posiwise/common-services';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageSubscribeBComponent extends AppBaseComponent implements OnInit {
8
- private readonly authService;
9
- private readonly crmService;
8
+ private authService;
9
+ private crmService;
10
10
  email: string;
11
11
  siteKey: string;
12
- recaptcha: any;
13
12
  isEmailValid: boolean;
14
13
  isCaptchaVerified: boolean;
15
14
  isSubscribeClicked: boolean;
15
+ recaptcha: any;
16
16
  toast: CustomToastService;
17
17
  subscriptionId: any;
18
18
  sourceId: any;
@@ -1,12 +1,16 @@
1
- import { AfterViewInit, Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseLandingPageComponent } from '../../base/base-landing-page.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class CommunicationAndNotificationsComponent extends BaseLandingPageComponent implements AfterViewInit {
5
+ export declare class CommunicationAndNotificationsComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
6
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
7
13
  ngAfterViewInit(): void;
8
- protected getSubject(): string;
9
- protected getProductKey(): string;
10
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CommunicationAndNotificationsComponent, never>;
11
15
  static ɵcmp: i0.ɵɵComponentDeclaration<CommunicationAndNotificationsComponent, "pw-communication-and-notifications", never, {}, {}, never, never, false, never>;
12
16
  }
@@ -1,12 +1,17 @@
1
- import { Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseTechFeatureComponent } from '../base-tech-feature.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class CoreFeaturesComponent extends BaseTechFeatureComponent {
6
- protected readonly authService: AuthService;
5
+ export declare class CoreFeaturesComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
11
+ sourceId: number;
7
12
  constructor(authService: AuthService, injector: Injector);
8
- protected getSubjectText(): string;
9
- protected getSourceId(): number;
13
+ ngOnInit(): void;
14
+ ngAfterViewInit(): void;
10
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreFeaturesComponent, never>;
11
16
  static ɵcmp: i0.ɵɵComponentDeclaration<CoreFeaturesComponent, "pw-core-features", never, {}, {}, never, never, false, never>;
12
17
  }
@@ -1,12 +1,16 @@
1
- import { AfterViewInit, Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseLandingPageComponent } from '../../base/base-landing-page.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class CustomerSuccessComponent extends BaseLandingPageComponent implements AfterViewInit {
5
+ export declare class CustomerSuccessComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
6
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
7
13
  ngAfterViewInit(): void;
8
- protected getSubject(): string;
9
- protected getProductKey(): string;
10
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomerSuccessComponent, never>;
11
15
  static ɵcmp: i0.ɵɵComponentDeclaration<CustomerSuccessComponent, "pw-customer-success", never, {}, {}, never, never, false, never>;
12
16
  }
@@ -1,10 +1,16 @@
1
- import { Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseTechFeatureComponent } from '../base-tech-feature.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class EnterpriseManagementComponent extends BaseTechFeatureComponent {
6
- protected readonly authService: AuthService;
5
+ export declare class EnterpriseManagementComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
7
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EnterpriseManagementComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<EnterpriseManagementComponent, "pw-enterprise-management", never, {}, {}, never, never, false, never>;
10
16
  }
@@ -1,10 +1,16 @@
1
- import { Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseTechFeatureComponent } from '../base-tech-feature.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class IpManagementComponent extends BaseTechFeatureComponent {
6
- protected readonly authService: AuthService;
5
+ export declare class IpManagementComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
7
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IpManagementComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<IpManagementComponent, "pw-ip-management", never, {}, {}, never, never, false, never>;
10
16
  }
@@ -1,10 +1,16 @@
1
- import { Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseTechFeatureComponent } from '../base-tech-feature.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class PaymentsComponent extends BaseTechFeatureComponent {
6
- protected readonly authService: AuthService;
5
+ export declare class PaymentsComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
7
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentsComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<PaymentsComponent, "pw-payments", never, {}, {}, never, never, false, never>;
10
16
  }
@@ -1,10 +1,16 @@
1
- import { Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseTechFeatureComponent } from '../base-tech-feature.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class SecurityComponent extends BaseTechFeatureComponent {
6
- protected readonly authService: AuthService;
5
+ export declare class SecurityComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
7
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SecurityComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<SecurityComponent, "pw-security", never, {}, {}, never, never, false, never>;
10
16
  }
@@ -1,10 +1,16 @@
1
- import { Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseTechFeatureComponent } from '../base-tech-feature.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class UiBuilderComponent extends BaseTechFeatureComponent {
6
- protected readonly authService: AuthService;
5
+ export declare class UiBuilderComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
7
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<UiBuilderComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<UiBuilderComponent, "pw-ui-builder", never, {}, {}, never, never, false, never>;
10
16
  }
@@ -1,10 +1,16 @@
1
- import { Injector } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
2
3
  import { AuthService } from '@posiwise/common-services';
3
- import { BaseTechFeatureComponent } from '../base-tech-feature.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class UserManagementComponent extends BaseTechFeatureComponent {
6
- protected readonly authService: AuthService;
5
+ export declare class UserManagementComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ private authService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
7
11
  constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<UserManagementComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<UserManagementComponent, "pw-user-management", never, {}, {}, never, never, false, never>;
10
16
  }
@@ -3,7 +3,7 @@ import { AppBaseComponent } from '@posiwise/app-base-component';
3
3
  import { AuthService } from '@posiwise/common-services';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class VentureComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private readonly authService;
6
+ private authService;
7
7
  subject: string;
8
8
  productKey: string;
9
9
  landing: boolean;
@@ -1,9 +1,5 @@
1
- import { Injector } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
3
1
  import * as i0 from "@angular/core";
4
- export declare class MaintenancePageComponent extends AppBaseComponent {
5
- constructor(injector: Injector);
6
- logo: any;
2
+ export declare class MaintenancePageComponent {
7
3
  static ɵfac: i0.ɵɵFactoryDeclaration<MaintenancePageComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MaintenancePageComponent, "app-maintenance", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<MaintenancePageComponent, "pw-maintenance-page", never, {}, {}, never, never, false, never>;
9
5
  }