@posiwise/public-modules 0.0.6654 → 0.1.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.
Files changed (95) hide show
  1. package/fesm2022/posiwise-public-modules.mjs +1161 -832
  2. package/fesm2022/posiwise-public-modules.mjs.map +1 -1
  3. package/index.d.ts +9 -1
  4. package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +16 -0
  5. package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +19 -0
  6. package/lib/ab-test/ab-test.interface.d.ts +9 -0
  7. package/lib/ab-test/ab-test.module.d.ts +13 -0
  8. package/lib/config/constant.d.ts +1 -0
  9. package/lib/error-page/error-page.component.d.ts +1 -1
  10. package/lib/error-status-pages.module.d.ts +20 -0
  11. package/lib/geo-template/geo-template.component.d.ts +12 -0
  12. package/lib/incidents-status/incidents-status.component.d.ts +14 -4
  13. package/lib/landing-page-shared.module.d.ts +47 -0
  14. package/lib/landing-pages/base/base-contact-form.component.d.ts +26 -0
  15. package/lib/landing-pages/base/base-landing-page.component.d.ts +17 -0
  16. package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
  17. package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +5 -19
  18. package/lib/landing-pages/landing-page/landing-page.component.d.ts +7 -6
  19. package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +6 -1
  20. package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
  21. package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
  22. package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +2 -0
  23. package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +2 -4
  24. package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
  25. package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
  26. package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +2 -0
  27. package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +2 -4
  28. package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
  29. package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +19 -0
  30. package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +5 -9
  31. package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +6 -11
  32. package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +5 -9
  33. package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +4 -10
  34. package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +4 -10
  35. package/lib/landing-pages/tech-features/payments/payments.component.d.ts +4 -10
  36. package/lib/landing-pages/tech-features/security/security.component.d.ts +4 -10
  37. package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +4 -10
  38. package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +4 -10
  39. package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
  40. package/lib/maintenance/maintenance-page.component.d.ts +6 -2
  41. package/lib/public.module.d.ts +25 -56
  42. package/lib/resource-meetings/resource-meetings.component.d.ts +18 -0
  43. package/package.json +3 -5
  44. package/esm2022/index.mjs +0 -53
  45. package/esm2022/lib/config/constant.mjs +0 -87
  46. package/esm2022/lib/error-page/error-page.component.mjs +0 -23
  47. package/esm2022/lib/incidents-status/incidents-status.component.mjs +0 -36
  48. package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +0 -42
  49. package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +0 -90
  50. package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +0 -12
  51. package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +0 -60
  52. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +0 -12
  53. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +0 -18
  54. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +0 -18
  55. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +0 -12
  56. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +0 -95
  57. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +0 -29
  58. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +0 -21
  59. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +0 -11
  60. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +0 -41
  61. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +0 -12
  62. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +0 -88
  63. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +0 -12
  64. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +0 -12
  65. package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +0 -12
  66. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +0 -12
  67. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +0 -18
  68. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +0 -12
  69. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +0 -95
  70. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +0 -21
  71. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +0 -11
  72. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +0 -44
  73. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +0 -12
  74. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +0 -88
  75. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +0 -12
  76. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +0 -12
  77. package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +0 -12
  78. package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +0 -40
  79. package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +0 -12
  80. package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +0 -42
  81. package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +0 -40
  82. package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +0 -40
  83. package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +0 -40
  84. package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +0 -40
  85. package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +0 -40
  86. package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +0 -40
  87. package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +0 -40
  88. package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +0 -42
  89. package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +0 -12
  90. package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +0 -20
  91. package/esm2022/lib/maintenance/maintenance-page.component.mjs +0 -12
  92. package/esm2022/lib/notfound-page/notfound-page.component.mjs +0 -13
  93. package/esm2022/lib/public.module.mjs +0 -218
  94. package/esm2022/posiwise-public-modules.mjs +0 -5
  95. package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +0 -7
package/index.d.ts CHANGED
@@ -1,4 +1,12 @@
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';
2
10
  export { ErrorPageComponent } from './lib/error-page/error-page.component';
3
11
  export { IncidentsStatusComponent } from './lib/incidents-status/incidents-status.component';
4
12
  export { CareersContactUsComponent } from './lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component';
@@ -28,7 +36,6 @@ export { LandingPageSubscribeComponent } from './lib/landing-pages/landing-page/
28
36
  export { LandingPageTeamComponent } from './lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component';
29
37
  export { LandingPageTestimonialsComponent } from './lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component';
30
38
  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';
32
39
  export { LandingPageHeaderComponent } from './lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component';
33
40
  export { LandingPageHeaderBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component';
34
41
  export { CommunicationAndNotificationsComponent } from './lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component';
@@ -45,4 +52,5 @@ export { VentureExplainerComponent } from './lib/landing-pages/ventures/venture-
45
52
  export { VentureComponent } from './lib/landing-pages/ventures/venture/venture.component';
46
53
  export { LockScreenPageComponent } from './lib/lock-screen/lock-screen-page.component';
47
54
  export { MaintenancePageComponent } from './lib/maintenance/maintenance-page.component';
55
+ export { ResourceMeetingsComponent } from './lib/resource-meetings/resource-meetings.component';
48
56
  export { NotfoundPageComponent } from './lib/notfound-page/notfound-page.component';
@@ -0,0 +1,16 @@
1
+ import { AbTestContainerComponent } from '../ab-test-container/ab-test-container.component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AbAlternativeComponent {
4
+ name: string;
5
+ /**
6
+ * Specifies AbTestContainerComponent instance template reference
7
+ */
8
+ ref: AbTestContainerComponent;
9
+ /**
10
+ * If the getExperiment call fails, it can be set to show the experiment
11
+ * as fallback
12
+ */
13
+ default: boolean;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbAlternativeComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AbAlternativeComponent, "ab-alternative", never, { "name": { "alias": "name"; "required": false; }; "ref": { "alias": "ref"; "required": false; }; "default": { "alias": "default"; "required": false; }; }, {}, never, ["*"], false, never>;
16
+ }
@@ -0,0 +1,19 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { AbTestService } from '@posiwise/common-services';
3
+ import { Experiment } from '../ab-test.interface';
4
+ import * as i0 from "@angular/core";
5
+ export declare class AbTestContainerComponent implements OnInit {
6
+ private readonly service;
7
+ experimentName: string;
8
+ serviceInput: string;
9
+ data: Experiment;
10
+ /**
11
+ * Specifies boolean to show the experiment as fallback
12
+ */
13
+ showDefaultExperiment: boolean;
14
+ constructor(service: AbTestService);
15
+ ngOnInit(): void;
16
+ private getExperiment;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbTestContainerComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<AbTestContainerComponent, "pw-ab-test-container", never, { "experimentName": { "alias": "experimentName"; "required": false; }; "serviceInput": { "alias": "serviceInput"; "required": false; }; }, {}, never, ["*"], false, never>;
19
+ }
@@ -0,0 +1,9 @@
1
+ interface ExperimentMeta {
2
+ description: string;
3
+ text: string;
4
+ }
5
+ export interface Experiment {
6
+ alternative: string;
7
+ meta: ExperimentMeta;
8
+ }
9
+ export {};
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ab-alternative/ab-alternative.component";
3
+ import * as i2 from "./ab-test-container/ab-test-container.component";
4
+ import * as i3 from "@angular/common";
5
+ /**
6
+ * Module for AB testing components.
7
+ * Contains AbAlternativeComponent and AbTestContainerComponent for A/B testing functionality.
8
+ */
9
+ export declare class AbTestModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbTestModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AbTestModule, [typeof i1.AbAlternativeComponent, typeof i2.AbTestContainerComponent], [typeof i3.CommonModule], [typeof i1.AbAlternativeComponent, typeof i2.AbTestContainerComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<AbTestModule>;
13
+ }
@@ -3,4 +3,5 @@ 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[];
6
7
  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 location;
5
+ private readonly location;
6
6
  message: string;
7
7
  constructor(location: Location);
8
8
  ngOnInit(): void;
@@ -0,0 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./error-page/error-page.component";
3
+ import * as i2 from "./incidents-status/incidents-status.component";
4
+ import * as i3 from "./lock-screen/lock-screen-page.component";
5
+ import * as i4 from "./maintenance/maintenance-page.component";
6
+ import * as i5 from "./notfound-page/notfound-page.component";
7
+ import * as i6 from "./resource-meetings/resource-meetings.component";
8
+ import * as i7 from "@angular/common";
9
+ import * as i8 from "@angular/forms";
10
+ import * as i9 from "@angular/router";
11
+ import * as i10 from "@posiwise/core-transloco";
12
+ import * as i11 from "ngx-pagination";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ import * as i13 from "@posiwise/utils";
15
+ import * as i14 from "@posiwise/resource-contact-us";
16
+ export declare class ErrorStatusPagesModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStatusPagesModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorStatusPagesModule, [typeof i1.ErrorPageComponent, typeof i2.IncidentsStatusComponent, typeof i3.LockScreenPageComponent, typeof i4.MaintenancePageComponent, typeof i5.NotfoundPageComponent, typeof i6.ResourceMeetingsComponent], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.CoreTranslocoModule, typeof i11.NgxPaginationModule, typeof i12.NgbNavModule, typeof i13.ResourceHeaderModule, typeof i14.DemoCardsModule], [typeof i1.ErrorPageComponent, typeof i2.IncidentsStatusComponent, typeof i3.LockScreenPageComponent, typeof i4.MaintenancePageComponent, typeof i5.NotfoundPageComponent, typeof i6.ResourceMeetingsComponent]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<ErrorStatusPagesModule>;
20
+ }
@@ -0,0 +1,12 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { GeoService } from '@posiwise/common-services';
3
+ import * as i0 from "@angular/core";
4
+ export declare class GeoTemplateComponent implements OnInit {
5
+ private readonly geoService;
6
+ data: object;
7
+ constructor(geoService: GeoService);
8
+ ngOnInit(): void;
9
+ private getCountryByIP;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeoTemplateComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<GeoTemplateComponent, "pw-geo-template", never, {}, {}, never, ["*"], false, never>;
12
+ }
@@ -1,19 +1,29 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
2
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import { CommonService } from '@posiwise/common-services';
4
+ import { AuthService, CommonService } from '@posiwise/common-services';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class IncidentsStatusComponent extends AppBaseComponent implements OnInit {
6
- private commonService;
7
+ private readonly commonService;
8
+ private readonly authService;
9
+ private readonly sanitizer;
7
10
  landing: boolean;
8
- logo: any;
11
+ sanitizedDescription: SafeHtml;
12
+ logo: string;
9
13
  openIncidents: any[];
10
14
  pastIncidents: any[];
11
15
  p1: number;
12
16
  p: number;
17
+ todayDate: number;
13
18
  companyName: any;
14
- constructor(injector: Injector, commonService: CommonService);
19
+ loggedIn: boolean;
20
+ user: any;
21
+ product: any;
22
+ constructor(injector: Injector, commonService: CommonService, authService: AuthService, sanitizer: DomSanitizer);
15
23
  ngOnInit(): void;
16
24
  getIncidents(): void;
25
+ navigateToEdit(incident: any): void;
26
+ calculateDuration(startedAt: string, resolvedAt: string): string;
17
27
  static ɵfac: i0.ɵɵFactoryDeclaration<IncidentsStatusComponent, never>;
18
28
  static ɵcmp: i0.ɵɵComponentDeclaration<IncidentsStatusComponent, "pw-incidents-status", never, {}, {}, never, never, false, never>;
19
29
  }
@@ -0,0 +1,47 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component";
3
+ import * as i2 from "./landing-pages/landing-page/landing-page.component";
4
+ import * as i3 from "./landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component";
5
+ import * as i4 from "./landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component";
6
+ import * as i5 from "./landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component";
7
+ import * as i6 from "./landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component";
8
+ import * as i7 from "./landing-pages/landing-page/sections/landing-page-header/landing-page-header.component";
9
+ import * as i8 from "./landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component";
10
+ import * as i9 from "./landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component";
11
+ import * as i10 from "./landing-pages/landing-page/sections/landing-page-services/landing-page-services.component";
12
+ import * as i11 from "./landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
13
+ import * as i12 from "./landing-pages/landing-page/sections/landing-page-team/landing-page-team.component";
14
+ import * as i13 from "./landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component";
15
+ import * as i14 from "./landing-pages/landing-page/sections/main-explainer/main-explainer.component";
16
+ import * as i15 from "./landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component";
17
+ import * as i16 from "./landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component";
18
+ import * as i17 from "./landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component";
19
+ import * as i18 from "./landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component";
20
+ import * as i19 from "./landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component";
21
+ import * as i20 from "./landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component";
22
+ import * as i21 from "./landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component";
23
+ import * as i22 from "./landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component";
24
+ import * as i23 from "./landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component";
25
+ import * as i24 from "./landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component";
26
+ import * as i25 from "./landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component";
27
+ import * as i26 from "./landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component";
28
+ import * as i27 from "./geo-template/geo-template.component";
29
+ import * as i28 from "@angular/common";
30
+ import * as i29 from "@angular/forms";
31
+ import * as i30 from "@angular/router";
32
+ import * as i31 from "@posiwise/core-transloco";
33
+ import * as i32 from "@posiwise/directives";
34
+ import * as i33 from "@posiwise/pipes";
35
+ import * as i34 from "ngx-captcha";
36
+ import * as i35 from "@posiwise/utils";
37
+ import * as i36 from "./ab-test/ab-test.module";
38
+ /**
39
+ * Dedicated module for landing page components only.
40
+ * This module contains ONLY the landing page components to keep bundle size minimal.
41
+ * Import this instead of the full PublicModule when you only need landing page functionality.
42
+ */
43
+ export declare class LandingPageSharedComponentsModule {
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageSharedComponentsModule, never>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LandingPageSharedComponentsModule, [typeof i1.LandingPageAboutUsComponent, typeof i2.LandingPageComponent, typeof i3.LandingPageBannerComponent, typeof i4.LandingPageChangeAdaptComponent, typeof i5.LandingPageContactComponent, typeof i6.LandingPageFooterComponent, typeof i7.LandingPageHeaderComponent, typeof i8.LandingPageInnovateComponent, typeof i9.LandingPageOurProductsComponent, typeof i10.LandingPageServicesComponent, typeof i11.LandingPageSubscribeComponent, typeof i12.LandingPageTeamComponent, typeof i13.LandingPageTestimonialsComponent, typeof i14.MainExplainerComponent, typeof i15.LandingPageAboutUsBComponent, typeof i16.LandingPageBannerBComponent, typeof i17.LandingPageChangeAdaptBComponent, typeof i18.LandingPageContactBComponent, typeof i19.LandingPageHeaderBComponent, typeof i20.LandingPageInnovateBComponent, typeof i21.LandingPageOurProductsBComponent, typeof i22.LandingPageServicesBComponent, typeof i23.LandingPageSubscribeBComponent, typeof i24.LandingPageTeamBComponent, typeof i25.LandingPageTestimonialsBComponent, typeof i26.MainExplainerBComponent, typeof i27.GeoTemplateComponent], [typeof i28.CommonModule, typeof i29.FormsModule, typeof i29.ReactiveFormsModule, typeof i30.RouterModule, typeof i31.CoreTranslocoModule, typeof i32.DirectivesModule, typeof i33.PipesModule, typeof i34.NgxCaptchaModule, typeof i35.FieldErrorDisplayModule, typeof i36.AbTestModule], [typeof i1.LandingPageAboutUsComponent, typeof i3.LandingPageBannerComponent, typeof i2.LandingPageComponent, typeof i4.LandingPageChangeAdaptComponent, typeof i5.LandingPageContactComponent, typeof i6.LandingPageFooterComponent, typeof i7.LandingPageHeaderComponent, typeof i8.LandingPageInnovateComponent, typeof i9.LandingPageOurProductsComponent, typeof i10.LandingPageServicesComponent, typeof i11.LandingPageSubscribeComponent, typeof i12.LandingPageTeamComponent, typeof i13.LandingPageTestimonialsComponent, typeof i14.MainExplainerComponent, typeof i15.LandingPageAboutUsBComponent, typeof i16.LandingPageBannerBComponent, typeof i17.LandingPageChangeAdaptBComponent, typeof i18.LandingPageContactBComponent, typeof i19.LandingPageHeaderBComponent, typeof i20.LandingPageInnovateBComponent, typeof i21.LandingPageOurProductsBComponent, typeof i22.LandingPageServicesBComponent, typeof i23.LandingPageSubscribeBComponent, typeof i24.LandingPageTeamBComponent, typeof i25.LandingPageTestimonialsBComponent, typeof i26.MainExplainerBComponent, typeof i27.GeoTemplateComponent, typeof i36.AbTestModule, typeof i30.RouterModule]>;
46
+ static ɵinj: i0.ɵɵInjectorDeclaration<LandingPageSharedComponentsModule>;
47
+ }
@@ -0,0 +1,26 @@
1
+ import { Injector, OnInit } from '@angular/core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { AuthService, CommonService } from '@posiwise/common-services';
5
+ import * as i0 from "@angular/core";
6
+ export declare abstract class BaseContactFormComponent extends AppBaseComponent implements OnInit {
7
+ protected readonly commonService: CommonService;
8
+ protected readonly fb: UntypedFormBuilder;
9
+ protected readonly authService: AuthService;
10
+ form: UntypedFormGroup;
11
+ isEmailValid: boolean;
12
+ isCaptchaVerified: boolean;
13
+ isSubscribeClicked: boolean;
14
+ submitted: boolean;
15
+ siteKey: string;
16
+ recaptcha: any;
17
+ masterProductId: any;
18
+ constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, injector: Injector);
19
+ ngOnInit(): void;
20
+ onSubmit(): void;
21
+ handleSuccess(reCaptchaRes: any): void;
22
+ validateEmail(): void;
23
+ protected abstract getDefaultSubject(): string;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseContactFormComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseContactFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
26
+ }
@@ -0,0 +1,17 @@
1
+ import { Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
3
+ import { AuthService } from '@posiwise/common-services';
4
+ import * as i0 from "@angular/core";
5
+ export declare abstract class BaseLandingPageComponent extends AppBaseComponent implements OnInit {
6
+ protected readonly authService: AuthService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
11
+ constructor(authService: AuthService, injector: Injector);
12
+ ngOnInit(): void;
13
+ protected abstract getSubject(): string;
14
+ protected abstract getProductKey(): string;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseLandingPageComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseLandingPageComponent, "ng-component", never, {}, {}, never, never, false, never>;
17
+ }
@@ -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 authService;
6
+ private readonly authService;
7
7
  subject: string;
8
8
  productKey: string;
9
9
  landing: boolean;
@@ -1,25 +1,11 @@
1
- import { Injector, OnInit } from '@angular/core';
2
- import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
- import { AppBaseComponent } from '@posiwise/app-base-component';
1
+ import { Injector } from '@angular/core';
2
+ import { UntypedFormBuilder } from '@angular/forms';
4
3
  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 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;
6
+ export declare class CareersContactUsComponent extends BaseContactFormComponent {
18
7
  constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, injector: Injector);
19
- ngOnInit(): void;
20
- onSubmit(): void;
21
- handleSuccess(reCaptchaRes: any): void;
22
- validateEmail(): void;
8
+ protected getDefaultSubject(): string;
23
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CareersContactUsComponent, never>;
24
10
  static ɵcmp: i0.ɵɵComponentDeclaration<CareersContactUsComponent, "pw-careers-contact-us", never, {}, {}, never, never, false, never>;
25
11
  }
@@ -1,15 +1,16 @@
1
- import { Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
3
  import { AuthService, MainApiHttpService } from '@posiwise/common-services';
4
4
  import * as i0 from "@angular/core";
5
- export declare class LandingPageComponent extends AppBaseComponent implements OnInit, OnDestroy {
6
- private authService;
7
- private document;
5
+ export declare class LandingPageComponent implements OnInit, OnDestroy {
6
+ private readonly authService;
7
+ private readonly router;
8
+ private readonly document;
8
9
  MICRO_SERVICE_MAPPING: {
9
10
  Core: typeof MainApiHttpService;
10
11
  };
11
12
  MicroService: typeof MainApiHttpService;
12
- constructor(authService: AuthService, document: Document, injector: Injector);
13
+ constructor(authService: AuthService, router: Router, document: Document);
13
14
  ngOnInit(): void;
14
15
  ngOnDestroy(): void;
15
16
  navigateToLogin(): void;
@@ -1,7 +1,12 @@
1
+ import { ElementRef } from '@angular/core';
1
2
  import { COUNTRIES_CODE } from '@posiwise/common-utilities';
3
+ import { GeoTemplateComponent } from '../../../../geo-template/geo-template.component';
2
4
  import * as i0 from "@angular/core";
3
5
  export declare class LandingPageBannerComponent {
4
- Countries: typeof COUNTRIES_CODE;
6
+ product: ElementRef<HTMLImageElement>;
7
+ geoComponent: GeoTemplateComponent;
8
+ readonly Countries: typeof COUNTRIES_CODE;
9
+ onImageError(event: Event): void;
5
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageBannerComponent, never>;
6
11
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageBannerComponent, "pw-landing-page-banner", never, {}, {}, never, never, false, never>;
7
12
  }
@@ -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 { GaEvent } from '@posiwise/common-utilities';
5
4
  import { AuthService, CommonService } from '@posiwise/common-services';
5
+ import { GaEvent } from '@posiwise/common-utilities';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageContactComponent extends AppBaseComponent implements OnInit {
8
- private commonService;
9
- private fb;
10
- private authService;
8
+ private readonly commonService;
9
+ private readonly fb;
10
+ private readonly authService;
11
+ gaEventObj: GaEvent;
11
12
  form: UntypedFormGroup;
12
13
  isEmailValid: boolean;
13
14
  isCaptchaVerified: boolean;
14
15
  isSubscribeClicked: boolean;
16
+ submitted: boolean;
15
17
  siteKey: string;
16
18
  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 authService;
6
+ private readonly authService;
7
7
  isBrowserAccess: boolean;
8
8
  currentDate: Date;
9
9
  productPrivacyId: number;
@@ -1,7 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LandingPageHeaderComponent {
3
3
  landing: boolean;
4
+ isMenuCollapsed: boolean;
4
5
  navigateToLogin(): void;
6
+ toggleMenu(): void;
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageHeaderComponent, never>;
6
8
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageHeaderComponent, "pw-landing-page-header", never, { "landing": { "alias": "landing"; "required": false; }; }, {}, never, never, false, never>;
7
9
  }
@@ -1,12 +1,10 @@
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 document;
5
- productlist: ElementRef;
4
+ private readonly document;
5
+ productsList: 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;
10
8
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageOurProductsComponent, never>;
11
9
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageOurProductsComponent, "pw-landing-page-our-products", never, {}, {}, never, never, false, never>;
12
10
  }
@@ -1,12 +1,14 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
- import { CrmService } from '@posiwise/smart-crm-shared';
3
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { GaEvent } from '@posiwise/common-utilities';
5
3
  import { AuthService, CustomToastService } from '@posiwise/common-services';
4
+ import { GaEvent } from '@posiwise/common-utilities';
5
+ import { CrmService } from '@posiwise/smart-crm-shared';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageSubscribeComponent extends AppBaseComponent implements OnInit {
8
- private authService;
9
- private crmService;
8
+ private readonly authService;
9
+ private readonly crmService;
10
+ sourceId: any;
11
+ gaEventObj: GaEvent;
10
12
  email: string;
11
13
  siteKey: string;
12
14
  isEmailValid: boolean;
@@ -15,8 +17,6 @@ export declare class LandingPageSubscribeComponent extends AppBaseComponent impl
15
17
  recaptcha: any;
16
18
  toast: CustomToastService;
17
19
  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 { GaEvent } from '@posiwise/common-utilities';
5
4
  import { AuthService, CommonService } from '@posiwise/common-services';
5
+ import { GaEvent } from '@posiwise/common-utilities';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageContactBComponent extends AppBaseComponent implements OnInit {
8
- private commonService;
9
- private fb;
10
- private authService;
8
+ private readonly commonService;
9
+ private readonly fb;
10
+ private readonly authService;
11
+ masterProductId: any;
11
12
  form: UntypedFormGroup;
12
13
  isEmailValid: boolean;
13
14
  isCaptchaVerified: boolean;
14
15
  isSubscribeClicked: boolean;
16
+ submitted: boolean;
15
17
  siteKey: string;
16
18
  recaptcha: any;
17
- submitted: boolean;
18
19
  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,7 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LandingPageHeaderBComponent {
3
3
  landing: boolean;
4
+ isMenuCollapsed: boolean;
4
5
  navigateToLogin(): void;
6
+ toggleMenu(): void;
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageHeaderBComponent, never>;
6
8
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageHeaderBComponent, "pw-landing-page-header-b", never, { "landing": { "alias": "landing"; "required": false; }; }, {}, never, never, false, never>;
7
9
  }
@@ -1,15 +1,13 @@
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 document;
5
- productlist: ElementRef;
4
+ private readonly document;
5
+ productsList: 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;
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageOurProductsBComponent, never>;
14
12
  static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageOurProductsBComponent, "pw-landing-page-our-products-b", never, {}, {}, never, never, false, never>;
15
13
  }
@@ -1,18 +1,18 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
- import { CrmService } from '@posiwise/smart-crm-shared';
3
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { GaEvent } from '@posiwise/common-utilities';
5
3
  import { AuthService, CustomToastService } from '@posiwise/common-services';
4
+ import { GaEvent } from '@posiwise/common-utilities';
5
+ import { CrmService } from '@posiwise/smart-crm-shared';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LandingPageSubscribeBComponent extends AppBaseComponent implements OnInit {
8
- private authService;
9
- private crmService;
8
+ private readonly authService;
9
+ private readonly crmService;
10
10
  email: string;
11
11
  siteKey: string;
12
+ recaptcha: any;
12
13
  isEmailValid: boolean;
13
14
  isCaptchaVerified: boolean;
14
15
  isSubscribeClicked: boolean;
15
- recaptcha: any;
16
16
  toast: CustomToastService;
17
17
  subscriptionId: any;
18
18
  sourceId: any;
@@ -0,0 +1,19 @@
1
+ import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
3
+ import { AuthService } from '@posiwise/common-services';
4
+ import * as i0 from "@angular/core";
5
+ export declare abstract class BaseTechFeatureComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
+ protected readonly authService: AuthService;
7
+ subject: string;
8
+ productKey: string;
9
+ landing: boolean;
10
+ masterProductId: any;
11
+ sourceId?: number;
12
+ constructor(authService: AuthService, injector: Injector);
13
+ ngOnInit(): void;
14
+ ngAfterViewInit(): void;
15
+ protected getSubjectText(): string;
16
+ protected getSourceId(): number | undefined;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseTechFeatureComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseTechFeatureComponent, "ng-component", never, {}, {}, never, never, false, never>;
19
+ }
@@ -1,16 +1,12 @@
1
- import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
1
+ import { AfterViewInit, Injector } from '@angular/core';
3
2
  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 AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class CommunicationAndNotificationsComponent extends BaseLandingPageComponent implements AfterViewInit {
11
6
  constructor(authService: AuthService, injector: Injector);
12
- ngOnInit(): void;
13
7
  ngAfterViewInit(): void;
8
+ protected getSubject(): string;
9
+ protected getProductKey(): string;
14
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CommunicationAndNotificationsComponent, never>;
15
11
  static ɵcmp: i0.ɵɵComponentDeclaration<CommunicationAndNotificationsComponent, "pw-communication-and-notifications", never, {}, {}, never, never, false, never>;
16
12
  }
@@ -1,17 +1,12 @@
1
- import { AfterViewInit, Injector, OnInit } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
1
+ import { Injector } from '@angular/core';
3
2
  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 AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
11
- sourceId: number;
5
+ export declare class CoreFeaturesComponent extends BaseTechFeatureComponent {
6
+ protected readonly authService: AuthService;
12
7
  constructor(authService: AuthService, injector: Injector);
13
- ngOnInit(): void;
14
- ngAfterViewInit(): void;
8
+ protected getSubjectText(): string;
9
+ protected getSourceId(): number;
15
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreFeaturesComponent, never>;
16
11
  static ɵcmp: i0.ɵɵComponentDeclaration<CoreFeaturesComponent, "pw-core-features", never, {}, {}, never, never, false, never>;
17
12
  }