@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
@@ -1,88 +0,0 @@
1
- import { Component, Injector } from '@angular/core';
2
- import { UntypedFormBuilder, UntypedFormControl, Validators } from '@angular/forms';
3
- import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { AuthService, CommonService, FormHelperService, ValidationService } from '@posiwise/common-services';
5
- import swal from 'sweetalert2';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@posiwise/common-services";
8
- import * as i2 from "@angular/forms";
9
- export class BaseContactFormComponent extends AppBaseComponent {
10
- constructor(commonService, fb, authService, injector) {
11
- super(injector);
12
- this.commonService = commonService;
13
- this.fb = fb;
14
- this.authService = authService;
15
- this.isEmailValid = true;
16
- this.isCaptchaVerified = false;
17
- this.isSubscribeClicked = false;
18
- this.submitted = false;
19
- this.siteKey = '';
20
- this.recaptcha = null;
21
- this.masterProductId = this.appConfig.master_subscription.product_id;
22
- this.siteKey = this.appConfig.integrations.captcha_key_V2;
23
- }
24
- ngOnInit() {
25
- this.form = this.fb.group({
26
- name: new UntypedFormControl('', Validators.required),
27
- email: new UntypedFormControl('', [Validators.required, Validators.email]),
28
- subject: new UntypedFormControl(this.getDefaultSubject(), Validators.required),
29
- message: new UntypedFormControl('', Validators.required)
30
- });
31
- }
32
- onSubmit() {
33
- this.submitted = true;
34
- this.isSubscribeClicked = !!this.form.valid;
35
- }
36
- handleSuccess(reCaptchaRes) {
37
- if (reCaptchaRes && this.form.valid) {
38
- this.authService.validateReCaptcha(reCaptchaRes).subscribe((isSuccess) => {
39
- if (isSuccess) {
40
- const data = { ...this.form.value };
41
- const postData = {
42
- name: data.name,
43
- message: data.message,
44
- subject: data.subject,
45
- email: data.email,
46
- product_id: this.masterProductId
47
- };
48
- this.commonService.addContactUsMessage(postData).subscribe({
49
- next: response => {
50
- swal.fire(response.message);
51
- this.form.reset();
52
- // wait for 2s before removing captcha
53
- setTimeout(() => {
54
- this.isCaptchaVerified = false;
55
- this.isSubscribeClicked = false;
56
- this.submitted = false;
57
- }, 2000);
58
- },
59
- error: error => {
60
- this.toast.showToast(error);
61
- }
62
- });
63
- }
64
- });
65
- }
66
- else {
67
- FormHelperService.validateAllFormFields(this.form);
68
- }
69
- }
70
- validateEmail() {
71
- const email = this.form.get('email').value;
72
- if (email) {
73
- this.isEmailValid = ValidationService.email(email);
74
- }
75
- else {
76
- this.isEmailValid = true;
77
- }
78
- }
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseContactFormComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
80
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BaseContactFormComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
81
- }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseContactFormComponent, decorators: [{
83
- type: Component,
84
- args: [{
85
- template: ''
86
- }]
87
- }], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.Injector }] });
88
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1jb250YWN0LWZvcm0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvYmFzZS9iYXNlLWNvbnRhY3QtZm9ybS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDNUQsT0FBTyxFQUNILGtCQUFrQixFQUNsQixrQkFBa0IsRUFFbEIsVUFBVSxFQUNiLE1BQU0sZ0JBQWdCLENBQUM7QUFFeEIsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUNILFdBQVcsRUFDWCxhQUFhLEVBQ2IsaUJBQWlCLEVBQ2pCLGlCQUFpQixFQUNwQixNQUFNLDJCQUEyQixDQUFDO0FBRW5DLE9BQU8sSUFBSSxNQUFNLGFBQWEsQ0FBQzs7OztBQUkvQixNQUFNLE9BQWdCLHdCQUF5QixTQUFRLGdCQUFnQjtJQWFuRSxZQUN1QixhQUE0QixFQUM1QixFQUFzQixFQUN0QixXQUF3QixFQUMzQyxRQUFrQjtRQUVsQixLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUFMRyxrQkFBYSxHQUFiLGFBQWEsQ0FBZTtRQUM1QixPQUFFLEdBQUYsRUFBRSxDQUFvQjtRQUN0QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQWIvQyxpQkFBWSxHQUFHLElBQUksQ0FBQztRQUNwQixzQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFDMUIsdUJBQWtCLEdBQUcsS0FBSyxDQUFDO1FBQzNCLGNBQVMsR0FBRyxLQUFLLENBQUM7UUFFbEIsWUFBTyxHQUFHLEVBQUUsQ0FBQztRQUNiLGNBQVMsR0FBRyxJQUFJLENBQUM7UUFFakIsb0JBQWUsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLG1CQUFtQixDQUFDLFVBQVUsQ0FB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aUIsQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDdkQsQ0FBQzthQUFNLENBQUM7WUFDSixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztRQUM3QixDQUFDO0lBQ0wsQ0FBQzsrR0EvRWlCLHdCQUF3QjttR0FBeEIsd0JBQXdCLDJFQUZoQyxFQUFFOzs0RkFFTSx3QkFBd0I7a0JBSDdDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLEVBQUU7aUJBQ2YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdG9yLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgVW50eXBlZEZvcm1CdWlsZGVyLFxuICAgIFVudHlwZWRGb3JtQ29udHJvbCxcbiAgICBVbnR5cGVkRm9ybUdyb3VwLFxuICAgIFZhbGlkYXRvcnNcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQge1xuICAgIEF1dGhTZXJ2aWNlLFxuICAgIENvbW1vblNlcnZpY2UsXG4gICAgRm9ybUhlbHBlclNlcnZpY2UsXG4gICAgVmFsaWRhdGlvblNlcnZpY2Vcbn0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5cbmltcG9ydCBzd2FsIGZyb20gJ3N3ZWV0YWxlcnQyJztcbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJ1xufSlcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBCYXNlQ29udGFjdEZvcm1Db21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBmb3JtOiBVbnR5cGVkRm9ybUdyb3VwO1xuXG4gICAgaXNFbWFpbFZhbGlkID0gdHJ1ZTtcbiAgICBpc0NhcHRjaGFWZXJpZmllZCA9IGZhbHNlO1xuICAgIGlzU3Vic2NyaWJlQ2xpY2tlZCA9IGZhbHNlO1xuICAgIHN1Ym1pdHRlZCA9IGZhbHNlO1xuXG4gICAgc2l0ZUtleSA9ICcnO1xuICAgIHJlY2FwdGNoYSA9IG51bGw7XG5cbiAgICBtYXN0ZXJQcm9kdWN0SWQgPSB0aGlzLmFwcENvbmZpZy5tYXN0ZXJfc3Vic2NyaXB0aW9uLnByb2R1Y3RfaWQ7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJvdGVjdGVkIHJlYWRvbmx5IGNvbW1vblNlcnZpY2U6IENvbW1vblNlcnZpY2UsXG4gICAgICAgIHByb3RlY3RlZCByZWFkb25seSBmYjogVW50eXBlZEZvcm1CdWlsZGVyLFxuICAgICAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgYXV0aFNlcnZpY2U6IEF1dGhTZXJ2aWNlLFxuICAgICAgICBpbmplY3RvcjogSW5qZWN0b3JcbiAgICApIHtcbiAgICAgICAgc3VwZXIoaW5qZWN0b3IpO1xuICAgICAgICB0aGlzLnNpdGVLZXkgPSB0aGlzLmFwcENvbmZpZy5pbnRlZ3JhdGlvbnMuY2FwdGNoYV9rZXlfVjI7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuZm9ybSA9IHRoaXMuZmIuZ3JvdXAoe1xuICAgICAgICAgICAgbmFtZTogbmV3IFVudHlwZWRGb3JtQ29udHJvbCgnJywgVmFsaWRhdG9ycy5yZXF1aXJlZCksXG4gICAgICAgICAgICBlbWFpbDogbmV3IFVudHlwZWRGb3JtQ29udHJvbCgnJywgW1ZhbGlkYXRvcnMucmVxdWlyZWQsIFZhbGlkYXRvcnMuZW1haWxdKSxcbiAgICAgICAgICAgIHN1YmplY3Q6IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2wodGhpcy5nZXREZWZhdWx0U3ViamVjdCgpLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcbiAgICAgICAgICAgIG1lc3NhZ2U6IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woJycsIFZhbGlkYXRvcnMucmVxdWlyZWQpXG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG9uU3VibWl0KCkge1xuICAgICAgICB0aGlzLnN1Ym1pdHRlZCA9IHRydWU7XG4gICAgICAgIHRoaXMuaXNTdWJzY3JpYmVDbGlja2VkID0gISF0aGlzLmZvcm0udmFsaWQ7XG4gICAgfVxuXG4gICAgaGFuZGxlU3VjY2VzcyhyZUNhcHRjaGFSZXMpIHtcbiAgICAgICAgaWYgKHJlQ2FwdGNoYVJlcyAmJiB0aGlzLmZvcm0udmFsaWQpIHtcbiAgICAgICAgICAgIHRoaXMuYXV0aFNlcnZpY2UudmFsaWRhdGVSZUNhcHRjaGEocmVDYXB0Y2hhUmVzKS5zdWJzY3JpYmUoKGlzU3VjY2VzczogYm9vbGVhbikgPT4ge1xuICAgICAgICAgICAgICAgIGlmIChpc1N1Y2Nlc3MpIHtcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgZGF0YSA9IHsgLi4udGhpcy5mb3JtLnZhbHVlIH07XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IHBvc3REYXRhID0ge1xuICAgICAgICAgICAgICAgICAgICAgICAgbmFtZTogZGF0YS5uYW1lLFxuICAgICAgICAgICAgICAgICAgICAgICAgbWVzc2FnZTogZGF0YS5tZXNzYWdlLFxuICAgICAgICAgICAgICAgICAgICAgICAgc3ViamVjdDogZGF0YS5zdWJqZWN0LFxuICAgICAgICAgICAgICAgICAgICAgICAgZW1haWw6IGRhdGEuZW1haWwsXG4gICAgICAgICAgICAgICAgICAgICAgICBwcm9kdWN0X2lkOiB0aGlzLm1hc3RlclByb2R1Y3RJZFxuICAgICAgICAgICAgICAgICAgICB9O1xuXG4gICAgICAgICAgICAgICAgICAgIHRoaXMuY29tbW9uU2VydmljZS5hZGRDb250YWN0VXNNZXNzYWdlKHBvc3REYXRhKS5zdWJzY3JpYmUoe1xuICAgICAgICAgICAgICAgICAgICAgICAgbmV4dDogcmVzcG9uc2UgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN3YWwuZmlyZShyZXNwb25zZS5tZXNzYWdlKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmZvcm0ucmVzZXQoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyB3YWl0IGZvciAycyBiZWZvcmUgcmVtb3ZpbmcgY2FwdGNoYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmlzQ2FwdGNoYVZlcmlmaWVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaXNTdWJzY3JpYmVDbGlja2VkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuc3VibWl0dGVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSwgMjAwMCk7XG4gICAgICAgICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgZXJyb3I6IGVycm9yID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnRvYXN0LnNob3dUb2FzdChlcnJvcik7XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgRm9ybUhlbHBlclNlcnZpY2UudmFsaWRhdGVBbGxGb3JtRmllbGRzKHRoaXMuZm9ybSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICB2YWxpZGF0ZUVtYWlsKCkge1xuICAgICAgICBjb25zdCBlbWFpbCA9IHRoaXMuZm9ybS5nZXQoJ2VtYWlsJykudmFsdWU7XG4gICAgICAgIGlmIChlbWFpbCkge1xuICAgICAgICAgICAgdGhpcy5pc0VtYWlsVmFsaWQgPSBWYWxpZGF0aW9uU2VydmljZS5lbWFpbChlbWFpbCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmlzRW1haWxWYWxpZCA9IHRydWU7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBBYnN0cmFjdCBtZXRob2RzIHRoYXQgZWFjaCBjb21wb25lbnQgbXVzdCBpbXBsZW1lbnRcbiAgICBwcm90ZWN0ZWQgYWJzdHJhY3QgZ2V0RGVmYXVsdFN1YmplY3QoKTogc3RyaW5nO1xufVxuIl19
@@ -1,30 +0,0 @@
1
- import { Component, Injector } 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
- import * as i1 from "@posiwise/common-services";
6
- export class BaseLandingPageComponent extends AppBaseComponent {
7
- constructor(authService, injector) {
8
- super(injector);
9
- this.authService = authService;
10
- this.landing = false;
11
- this.masterProductId = this.appConfig.master_subscription.product_id;
12
- }
13
- ngOnInit() {
14
- // Redirect user to the home if its already logged in
15
- this.authService.getToken$().subscribe(tok => {
16
- if (tok && typeof tok === 'string') {
17
- this.router.navigate(['home']);
18
- }
19
- });
20
- }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseLandingPageComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BaseLandingPageComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseLandingPageComponent, decorators: [{
25
- type: Component,
26
- args: [{
27
- template: ''
28
- }]
29
- }], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1sYW5kaW5nLXBhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvYmFzZS9iYXNlLWxhbmRpbmctcGFnZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFNUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFJeEQsTUFBTSxPQUFnQix3QkFBeUIsU0FBUSxnQkFBZ0I7SUFNbkUsWUFDdUIsV0FBd0IsRUFDM0MsUUFBa0I7UUFFbEIsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBSEcsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFKL0MsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUNoQixvQkFBZSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO0lBT2hFLENBQUM7SUFFRCxRQUFRO1FBQ0oscURBQXFEO1FBQ3JELElBQUksQ0FBQyxXQUFXLENBQUMsU0FBUyxFQUFFLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQ3pDLElBQUksR0FBRyxJQUFJLE9BQU8sR0FBRyxLQUFLLFFBQVEsRUFBRSxDQUFDO2dCQUNqQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7WUFDbkMsQ0FBQztRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzsrR0FwQmlCLHdCQUF3QjttR0FBeEIsd0JBQXdCLDJFQUZoQyxFQUFFOzs0RkFFTSx3QkFBd0I7a0JBSDdDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLEVBQUU7aUJBQ2YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdG9yLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQXBwQmFzZUNvbXBvbmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9hcHAtYmFzZS1jb21wb25lbnQnO1xuaW1wb3J0IHsgQXV0aFNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXNlcnZpY2VzJztcbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJ1xufSlcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBCYXNlTGFuZGluZ1BhZ2VDb21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBzdWJqZWN0OiBzdHJpbmc7XG4gICAgcHJvZHVjdEtleTogc3RyaW5nO1xuICAgIGxhbmRpbmcgPSBmYWxzZTtcbiAgICBtYXN0ZXJQcm9kdWN0SWQgPSB0aGlzLmFwcENvbmZpZy5tYXN0ZXJfc3Vic2NyaXB0aW9uLnByb2R1Y3RfaWQ7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJvdGVjdGVkIHJlYWRvbmx5IGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSxcbiAgICAgICAgaW5qZWN0b3I6IEluamVjdG9yXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgLy8gUmVkaXJlY3QgdXNlciB0byB0aGUgaG9tZSBpZiBpdHMgYWxyZWFkeSBsb2dnZWQgaW5cbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+IHtcbiAgICAgICAgICAgIGlmICh0b2sgJiYgdHlwZW9mIHRvayA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbJ2hvbWUnXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIC8vIEFic3RyYWN0IG1ldGhvZHMgdGhhdCBlYWNoIGNvbXBvbmVudCBtdXN0IGltcGxlbWVudFxuICAgIHByb3RlY3RlZCBhYnN0cmFjdCBnZXRTdWJqZWN0KCk6IHN0cmluZztcbiAgICBwcm90ZWN0ZWQgYWJzdHJhY3QgZ2V0UHJvZHVjdEtleSgpOiBzdHJpbmc7XG59XG4iXX0=
@@ -1,45 +0,0 @@
1
- import { Component, Injector } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import { AuthService } from '@posiwise/common-services';
4
- import { HelperService } from '@posiwise/helper-service';
5
- import { HYPER_DASHBOARD_KEYS } from '../../config/constant';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@posiwise/common-services";
8
- export class BaseTechFeatureComponent extends AppBaseComponent {
9
- constructor(authService, injector) {
10
- super(injector);
11
- this.authService = authService;
12
- this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
13
- this.landing = false;
14
- this.masterProductId = this.appConfig.master_subscription.product_id;
15
- this.subject = this.getSubjectText();
16
- this.sourceId = this.getSourceId();
17
- }
18
- ngOnInit() {
19
- // Redirect user to the home if its already logged in
20
- this.authService.getToken$().subscribe(tok => {
21
- if (tok && typeof tok === 'string') {
22
- this.router.navigate(['home']);
23
- }
24
- });
25
- }
26
- ngAfterViewInit() {
27
- HelperService.changeTitleText();
28
- }
29
- // Override these methods in child components if different values are needed
30
- getSubjectText() {
31
- return 'HyperDashboard Product Contact Request';
32
- }
33
- getSourceId() {
34
- return undefined;
35
- }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseTechFeatureComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BaseTechFeatureComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
38
- }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BaseTechFeatureComponent, decorators: [{
40
- type: Component,
41
- args: [{
42
- template: ''
43
- }]
44
- }], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS10ZWNoLWZlYXR1cmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvdGVjaC1mZWF0dXJlcy9iYXNlLXRlY2gtZmVhdHVyZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQUUsUUFBUSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBRTNFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFekQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7OztBQUs3RCxNQUFNLE9BQWdCLHdCQUNsQixTQUFRLGdCQUFnQjtJQVN4QixZQUN1QixXQUF3QixFQUMzQyxRQUFrQjtRQUVsQixLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUFIRyxnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQU4vQyxlQUFVLEdBQUcsb0JBQW9CLENBQUMsZUFBZSxDQUFDO1FBQ2xELFlBQU8sR0FBRyxLQUFLLENBQUM7UUFDaEIsb0JBQWUsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLG1CQUFtQixDQUFDLFVBQVUsQ0FBQztRQVE1RCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUNyQyxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUN2QyxDQUFDO0lBRUQsUUFBUTtRQUNKLHFEQUFxRDtRQUNyRCxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUN6QyxJQUFJLEdBQUcsSUFBSSxPQUFPLEdBQUcsS0FBSyxRQUFRLEVBQUUsQ0FBQztnQkFDakMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBQ25DLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFFRCw0RUFBNEU7SUFDbEUsY0FBYztRQUNwQixPQUFPLHdDQUF3QyxDQUFDO0lBQ3BELENBQUM7SUFFUyxXQUFXO1FBQ2pCLE9BQU8sU0FBUyxDQUFDO0lBQ3JCLENBQUM7K0dBdkNpQix3QkFBd0I7bUdBQXhCLHdCQUF3QiwyRUFGaEMsRUFBRTs7NEZBRU0sd0JBQXdCO2tCQUg3QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxFQUFFO2lCQUNmIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBJbmplY3RvciwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEFwcEJhc2VDb21wb25lbnQgfSBmcm9tICdAcG9zaXdpc2UvYXBwLWJhc2UtY29tcG9uZW50JztcbmltcG9ydCB7IEF1dGhTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5pbXBvcnQgeyBIZWxwZXJTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2hlbHBlci1zZXJ2aWNlJztcblxuaW1wb3J0IHsgSFlQRVJfREFTSEJPQVJEX0tFWVMgfSBmcm9tICcuLi8uLi9jb25maWcvY29uc3RhbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZTogJydcbn0pXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQmFzZVRlY2hGZWF0dXJlQ29tcG9uZW50XG4gICAgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50XG4gICAgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXRcbntcbiAgICBzdWJqZWN0OiBzdHJpbmc7XG4gICAgcHJvZHVjdEtleSA9IEhZUEVSX0RBU0hCT0FSRF9LRVlTLkRhc2hib2FyZF9EZW1vMTtcbiAgICBsYW5kaW5nID0gZmFsc2U7XG4gICAgbWFzdGVyUHJvZHVjdElkID0gdGhpcy5hcHBDb25maWcubWFzdGVyX3N1YnNjcmlwdGlvbi5wcm9kdWN0X2lkO1xuICAgIHNvdXJjZUlkPzogbnVtYmVyO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByb3RlY3RlZCByZWFkb25seSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsXG4gICAgICAgIGluamVjdG9yOiBJbmplY3RvclxuICAgICkge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG4gICAgICAgIHRoaXMuc3ViamVjdCA9IHRoaXMuZ2V0U3ViamVjdFRleHQoKTtcbiAgICAgICAgdGhpcy5zb3VyY2VJZCA9IHRoaXMuZ2V0U291cmNlSWQoKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgLy8gUmVkaXJlY3QgdXNlciB0byB0aGUgaG9tZSBpZiBpdHMgYWxyZWFkeSBsb2dnZWQgaW5cbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+IHtcbiAgICAgICAgICAgIGlmICh0b2sgJiYgdHlwZW9mIHRvayA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbJ2hvbWUnXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgSGVscGVyU2VydmljZS5jaGFuZ2VUaXRsZVRleHQoKTtcbiAgICB9XG5cbiAgICAvLyBPdmVycmlkZSB0aGVzZSBtZXRob2RzIGluIGNoaWxkIGNvbXBvbmVudHMgaWYgZGlmZmVyZW50IHZhbHVlcyBhcmUgbmVlZGVkXG4gICAgcHJvdGVjdGVkIGdldFN1YmplY3RUZXh0KCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiAnSHlwZXJEYXNoYm9hcmQgUHJvZHVjdCBDb250YWN0IFJlcXVlc3QnO1xuICAgIH1cblxuICAgIHByb3RlY3RlZCBnZXRTb3VyY2VJZCgpOiBudW1iZXIgfCB1bmRlZmluZWQge1xuICAgICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,34 +0,0 @@
1
- import { Component, Injector } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
3
- import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { AuthService } from '@posiwise/common-services';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/platform-browser";
7
- import * as i2 from "@posiwise/common-services";
8
- import * as i3 from "@posiwise/utils";
9
- import * as i4 from "@posiwise/resource-contact-us";
10
- export class ResourceMeetingsComponent extends AppBaseComponent {
11
- constructor(sanitizer, authService, injector) {
12
- super(injector);
13
- this.sanitizer = sanitizer;
14
- this.authService = authService;
15
- }
16
- ngOnInit() {
17
- this.title = this.appConfig?.pages_config?.book_demo?.title;
18
- this.authService.getToken$().subscribe(res => {
19
- this.userLoggedIn = !!res;
20
- if (this.userLoggedIn) {
21
- this.userService.getUserInfo().subscribe(data => {
22
- this.user = data;
23
- });
24
- }
25
- });
26
- }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ResourceMeetingsComponent, deps: [{ token: i1.DomSanitizer }, { token: i2.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: ResourceMeetingsComponent, selector: "pw--public-book-a-demo", usesInheritance: true, ngImport: i0, template: "<pw-resource-header [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-resource-header>\n<div class=\"mt-5 pt-5\">\n <div class=\"container my-5\">\n <h1 class=\"text-center mb-5\">{{title}}</h1>\n\n <pw-demo-card [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-demo-card>\n </div>\n</div>\n", dependencies: [{ kind: "component", type: i3.ResourceHeaderComponent, selector: "pw-resource-header", inputs: ["user", "userLoggedIn"] }, { kind: "component", type: i4.DemoCardsComponent, selector: "pw-demo-card", inputs: ["user", "userLoggedIn"] }] }); }
29
- }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ResourceMeetingsComponent, decorators: [{
31
- type: Component,
32
- args: [{ selector: 'pw--public-book-a-demo', template: "<pw-resource-header [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-resource-header>\n<div class=\"mt-5 pt-5\">\n <div class=\"container my-5\">\n <h1 class=\"text-center mb-5\">{{title}}</h1>\n\n <pw-demo-card [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-demo-card>\n </div>\n</div>\n" }]
33
- }], ctorParameters: () => [{ type: i1.DomSanitizer }, { type: i2.AuthService }, { type: i0.Injector }] });
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb3VyY2UtbWVldGluZ3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL3Jlc291cmNlLW1lZXRpbmdzL3Jlc291cmNlLW1lZXRpbmdzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9yZXNvdXJjZS1tZWV0aW5ncy9yZXNvdXJjZS1tZWV0aW5ncy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUM1RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFFekQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7Ozs7QUFPeEQsTUFBTSxPQUFPLHlCQUEwQixTQUFRLGdCQUFnQjtJQU0zRCxZQUNxQixTQUF1QixFQUN2QixXQUF3QixFQUN6QyxRQUFrQjtRQUVsQixLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUFKQyxjQUFTLEdBQVQsU0FBUyxDQUFjO1FBQ3ZCLGdCQUFXLEdBQVgsV0FBVyxDQUFhO0lBSTdDLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLFlBQVksRUFBRSxTQUFTLEVBQUUsS0FBSyxDQUFDO1FBQzVELElBQUksQ0FBQyxXQUFXLENBQUMsU0FBUyxFQUFFLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQ3pDLElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxDQUFDLEdBQUcsQ0FBQztZQUMxQixJQUFJLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQztnQkFDcEIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUU7b0JBQzVDLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO2dCQUNyQixDQUFDLENBQUMsQ0FBQztZQUNQLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7K0dBeEJRLHlCQUF5QjttR0FBekIseUJBQXlCLHFGQ1h0QyxvVEFRQTs7NEZER2EseUJBQXlCO2tCQUpyQyxTQUFTOytCQUNJLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5qZWN0b3IsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRG9tU2FuaXRpemVyIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlcic7XG5cbmltcG9ydCB7IEFwcEJhc2VDb21wb25lbnQgfSBmcm9tICdAcG9zaXdpc2UvYXBwLWJhc2UtY29tcG9uZW50JztcbmltcG9ydCB7IEF1dGhTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5pbXBvcnQgeyBVc2VyIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi11dGlsaXRpZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LS1wdWJsaWMtYm9vay1hLWRlbW8nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9yZXNvdXJjZS1tZWV0aW5ncy5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgUmVzb3VyY2VNZWV0aW5nc0NvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIHN1YmplY3Q6IHN0cmluZztcbiAgICB0aXRsZTtcbiAgICB1c2VyOiBVc2VyO1xuICAgIHVzZXJMb2dnZWRJbjogYm9vbGVhbjtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IHNhbml0aXplcjogRG9tU2FuaXRpemVyLFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSxcbiAgICAgICAgaW5qZWN0b3I6IEluamVjdG9yXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy50aXRsZSA9IHRoaXMuYXBwQ29uZmlnPy5wYWdlc19jb25maWc/LmJvb2tfZGVtbz8udGl0bGU7XG4gICAgICAgIHRoaXMuYXV0aFNlcnZpY2UuZ2V0VG9rZW4kKCkuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICAgICAgICB0aGlzLnVzZXJMb2dnZWRJbiA9ICEhcmVzO1xuICAgICAgICAgICAgaWYgKHRoaXMudXNlckxvZ2dlZEluKSB7XG4gICAgICAgICAgICAgICAgdGhpcy51c2VyU2VydmljZS5nZXRVc2VySW5mbygpLnN1YnNjcmliZShkYXRhID0+IHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy51c2VyID0gZGF0YTtcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxufVxuIiwiPHB3LXJlc291cmNlLWhlYWRlciBbdXNlcl09XCJ1c2VyXCIgW3VzZXJMb2dnZWRJbl09XCJ1c2VyTG9nZ2VkSW5cIj48L3B3LXJlc291cmNlLWhlYWRlcj5cbjxkaXYgY2xhc3M9XCJtdC01IHB0LTVcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lciBteS01XCI+XG4gICAgPGgxIGNsYXNzPVwidGV4dC1jZW50ZXIgbWItNVwiPnt7dGl0bGV9fTwvaDE+XG5cbiAgICA8cHctZGVtby1jYXJkIFt1c2VyXT1cInVzZXJcIiBbdXNlckxvZ2dlZEluXT1cInVzZXJMb2dnZWRJblwiPjwvcHctZGVtby1jYXJkPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
@@ -1,16 +0,0 @@
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
- }
@@ -1,19 +0,0 @@
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
- }
@@ -1,9 +0,0 @@
1
- interface ExperimentMeta {
2
- description: string;
3
- text: string;
4
- }
5
- export interface Experiment {
6
- alternative: string;
7
- meta: ExperimentMeta;
8
- }
9
- export {};
@@ -1,13 +0,0 @@
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
- }
@@ -1,21 +0,0 @@
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
- constructor();
18
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStatusPagesModule, never>;
19
- 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]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<ErrorStatusPagesModule>;
21
- }
@@ -1,12 +0,0 @@
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,48 +0,0 @@
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
- constructor();
45
- static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageSharedComponentsModule, never>;
46
- 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]>;
47
- static ɵinj: i0.ɵɵInjectorDeclaration<LandingPageSharedComponentsModule>;
48
- }
@@ -1,26 +0,0 @@
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
- }
@@ -1,17 +0,0 @@
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
- }
@@ -1,19 +0,0 @@
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,18 +0,0 @@
1
- import { Injector, OnInit } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
3
- import { AppBaseComponent } from '@posiwise/app-base-component';
4
- import { AuthService } from '@posiwise/common-services';
5
- import { User } from '@posiwise/common-utilities';
6
- import * as i0 from "@angular/core";
7
- export declare class ResourceMeetingsComponent extends AppBaseComponent implements OnInit {
8
- private readonly sanitizer;
9
- private readonly authService;
10
- subject: string;
11
- title: any;
12
- user: User;
13
- userLoggedIn: boolean;
14
- constructor(sanitizer: DomSanitizer, authService: AuthService, injector: Injector);
15
- ngOnInit(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<ResourceMeetingsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ResourceMeetingsComponent, "pw--public-book-a-demo", never, {}, {}, never, never, false, never>;
18
- }