@posiwise/public-modules 0.0.6654 → 0.1.0

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
@@ -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 CustomerSuccessComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class CustomerSuccessComponent 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<CustomerSuccessComponent, never>;
15
11
  static ɵcmp: i0.ɵɵComponentDeclaration<CustomerSuccessComponent, "pw-customer-success", never, {}, {}, never, never, false, never>;
16
12
  }
@@ -1,16 +1,10 @@
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 EnterpriseManagementComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class EnterpriseManagementComponent extends BaseTechFeatureComponent {
6
+ protected readonly authService: AuthService;
11
7
  constructor(authService: AuthService, injector: Injector);
12
- ngOnInit(): void;
13
- ngAfterViewInit(): void;
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EnterpriseManagementComponent, never>;
15
9
  static ɵcmp: i0.ɵɵComponentDeclaration<EnterpriseManagementComponent, "pw-enterprise-management", never, {}, {}, never, never, false, never>;
16
10
  }
@@ -1,16 +1,10 @@
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 IpManagementComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class IpManagementComponent extends BaseTechFeatureComponent {
6
+ protected readonly authService: AuthService;
11
7
  constructor(authService: AuthService, injector: Injector);
12
- ngOnInit(): void;
13
- ngAfterViewInit(): void;
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IpManagementComponent, never>;
15
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IpManagementComponent, "pw-ip-management", never, {}, {}, never, never, false, never>;
16
10
  }
@@ -1,16 +1,10 @@
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 PaymentsComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class PaymentsComponent extends BaseTechFeatureComponent {
6
+ protected readonly authService: AuthService;
11
7
  constructor(authService: AuthService, injector: Injector);
12
- ngOnInit(): void;
13
- ngAfterViewInit(): void;
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentsComponent, never>;
15
9
  static ɵcmp: i0.ɵɵComponentDeclaration<PaymentsComponent, "pw-payments", never, {}, {}, never, never, false, never>;
16
10
  }
@@ -1,16 +1,10 @@
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 SecurityComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class SecurityComponent extends BaseTechFeatureComponent {
6
+ protected readonly authService: AuthService;
11
7
  constructor(authService: AuthService, injector: Injector);
12
- ngOnInit(): void;
13
- ngAfterViewInit(): void;
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SecurityComponent, never>;
15
9
  static ɵcmp: i0.ɵɵComponentDeclaration<SecurityComponent, "pw-security", never, {}, {}, never, never, false, never>;
16
10
  }
@@ -1,16 +1,10 @@
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 UiBuilderComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class UiBuilderComponent extends BaseTechFeatureComponent {
6
+ protected readonly authService: AuthService;
11
7
  constructor(authService: AuthService, injector: Injector);
12
- ngOnInit(): void;
13
- ngAfterViewInit(): void;
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<UiBuilderComponent, never>;
15
9
  static ɵcmp: i0.ɵɵComponentDeclaration<UiBuilderComponent, "pw-ui-builder", never, {}, {}, never, never, false, never>;
16
10
  }
@@ -1,16 +1,10 @@
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 UserManagementComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
7
- subject: string;
8
- productKey: string;
9
- landing: boolean;
10
- masterProductId: any;
5
+ export declare class UserManagementComponent extends BaseTechFeatureComponent {
6
+ protected readonly authService: AuthService;
11
7
  constructor(authService: AuthService, injector: Injector);
12
- ngOnInit(): void;
13
- ngAfterViewInit(): void;
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<UserManagementComponent, never>;
15
9
  static ɵcmp: i0.ɵɵComponentDeclaration<UserManagementComponent, "pw-user-management", never, {}, {}, never, never, false, never>;
16
10
  }
@@ -3,7 +3,7 @@ import { AppBaseComponent } from '@posiwise/app-base-component';
3
3
  import { AuthService } from '@posiwise/common-services';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class VentureComponent extends AppBaseComponent implements OnInit, AfterViewInit {
6
- private authService;
6
+ private readonly authService;
7
7
  subject: string;
8
8
  productKey: string;
9
9
  landing: boolean;
@@ -1,5 +1,9 @@
1
+ import { Injector } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
1
3
  import * as i0 from "@angular/core";
2
- export declare class MaintenancePageComponent {
4
+ export declare class MaintenancePageComponent extends AppBaseComponent {
5
+ constructor(injector: Injector);
6
+ logo: any;
3
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MaintenancePageComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<MaintenancePageComponent, "pw-maintenance-page", never, {}, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MaintenancePageComponent, "app-maintenance", never, {}, {}, never, never, false, never>;
5
9
  }
@@ -1,61 +1,30 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./incidents-status/incidents-status.component";
3
- import * as i2 from "./error-page/error-page.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 "./landing-pages/landing-page/landing-page.component";
8
- import * as i7 from "./landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component";
9
- import * as i8 from "./landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component";
10
- import * as i9 from "./landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component";
11
- import * as i10 from "./landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
12
- import * as i11 from "./landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component";
13
- import * as i12 from "./landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.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/landing-page-change-adapt/landing-page-change-adapt.component";
16
- import * as i15 from "./landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component";
17
- import * as i16 from "./landing-pages/landing-page/sections/landing-page-services/landing-page-services.component";
18
- import * as i17 from "./landing-pages/landing-page/sections/main-explainer/main-explainer.component";
19
- import * as i18 from "./landing-pages/landing-page/sections/landing-page-team/landing-page-team.component";
20
- import * as i19 from "./landing-pages/landing-page/sections/landing-page-header/landing-page-header.component";
21
- import * as i20 from "./landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component";
22
- import * as i21 from "./landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component";
23
- import * as i22 from "./landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-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-contact-b/landing-page-contact-b.component";
26
- import * as i25 from "./landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component";
27
- import * as i26 from "./landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component";
28
- import * as i27 from "./landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component";
29
- import * as i28 from "./landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component";
30
- import * as i29 from "./landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component";
31
- import * as i30 from "./landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component";
32
- import * as i31 from "./landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component";
33
- import * as i32 from "./landing-pages/hiring/careers/careers.component";
34
- import * as i33 from "./landing-pages/hiring/careers-explainer/careers-explainer.component";
35
- import * as i34 from "./landing-pages/hiring/careers-contact-us/careers-contact-us.component";
36
- import * as i35 from "./landing-pages/ventures/venture-explainer/venture-explainer.component";
37
- import * as i36 from "./landing-pages/ventures/venture/venture.component";
38
- import * as i37 from "./landing-pages/tech-features/core-features/core-features.component";
39
- import * as i38 from "./landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component";
40
- import * as i39 from "./landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component";
41
- import * as i40 from "./landing-pages/tech-features/user-management/user-management.component";
42
- import * as i41 from "./landing-pages/tech-features/customer-success/customer-success.component";
43
- import * as i42 from "./landing-pages/tech-features/enterprise-management/enterprise-management.component";
44
- import * as i43 from "./landing-pages/tech-features/ip-management/ip-management.component";
45
- import * as i44 from "./landing-pages/tech-features/payments/payments.component";
46
- import * as i45 from "./landing-pages/tech-features/security/security.component";
47
- import * as i46 from "./landing-pages/tech-features/ui-builder/ui-builder.component";
48
- import * as i47 from "./landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component";
49
- import * as i48 from "@angular/common";
50
- import * as i49 from "@angular/forms";
51
- import * as i50 from "@ng-bootstrap/ng-bootstrap";
52
- import * as i51 from "ngx-pagination";
53
- import * as i52 from "@posiwise/core-transloco";
54
- import * as i53 from "@posiwise/directives";
55
- import * as i54 from "@posiwise/shared-components";
56
- import * as i55 from "ngx-captcha";
2
+ import * as i1 from "./landing-pages/hiring/careers/careers.component";
3
+ import * as i2 from "./landing-pages/hiring/careers-contact-us/careers-contact-us.component";
4
+ import * as i3 from "./landing-pages/hiring/careers-explainer/careers-explainer.component";
5
+ import * as i4 from "./landing-pages/tech-features/core-features/core-features.component";
6
+ import * as i5 from "./landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component";
7
+ import * as i6 from "./landing-pages/tech-features/security/security.component";
8
+ import * as i7 from "./landing-pages/tech-features/user-management/user-management.component";
9
+ import * as i8 from "./landing-pages/tech-features/enterprise-management/enterprise-management.component";
10
+ import * as i9 from "./landing-pages/tech-features/ip-management/ip-management.component";
11
+ import * as i10 from "./landing-pages/tech-features/customer-success/customer-success.component";
12
+ import * as i11 from "./landing-pages/tech-features/payments/payments.component";
13
+ import * as i12 from "./landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component";
14
+ import * as i13 from "./landing-pages/tech-features/ui-builder/ui-builder.component";
15
+ import * as i14 from "./landing-pages/ventures/venture/venture.component";
16
+ import * as i15 from "./landing-pages/ventures/venture-explainer/venture-explainer.component";
17
+ import * as i16 from "@angular/common";
18
+ import * as i17 from "@angular/forms";
19
+ import * as i18 from "ngx-pagination";
20
+ import * as i19 from "@posiwise/core-transloco";
21
+ import * as i20 from "@posiwise/directives";
22
+ import * as i21 from "@posiwise/shared-components";
23
+ import * as i22 from "ngx-captcha";
24
+ import * as i23 from "@ng-bootstrap/ng-bootstrap";
25
+ import * as i24 from "./landing-page-shared.module";
57
26
  export declare class PublicModule {
58
27
  static ɵfac: i0.ɵɵFactoryDeclaration<PublicModule, never>;
59
- static ɵmod: i0.ɵɵNgModuleDeclaration<PublicModule, [typeof i1.IncidentsStatusComponent, typeof i2.ErrorPageComponent, typeof i3.LockScreenPageComponent, typeof i4.MaintenancePageComponent, typeof i5.NotfoundPageComponent, typeof i6.LandingPageComponent, typeof i7.LandingPageAboutUsComponent, typeof i8.LandingPageBannerComponent, typeof i9.LandingPageFooterComponent, typeof i10.LandingPageSubscribeComponent, typeof i11.LandingPageContactComponent, typeof i12.LandingPageOurProductsComponent, typeof i13.LandingPageTestimonialsComponent, typeof i14.LandingPageChangeAdaptComponent, typeof i15.LandingPageInnovateComponent, typeof i16.LandingPageServicesComponent, typeof i17.MainExplainerComponent, typeof i18.LandingPageTeamComponent, typeof i19.LandingPageHeaderComponent, typeof i20.MainExplainerBComponent, typeof i21.LandingPageAboutUsBComponent, typeof i22.LandingPageBannerBComponent, typeof i23.LandingPageSubscribeBComponent, typeof i24.LandingPageContactBComponent, typeof i25.LandingPageOurProductsBComponent, typeof i26.LandingPageTestimonialsBComponent, typeof i27.LandingPageChangeAdaptBComponent, typeof i28.LandingPageInnovateBComponent, typeof i29.LandingPageServicesBComponent, typeof i30.LandingPageTeamBComponent, typeof i31.LandingPageHeaderBComponent, typeof i32.CareersComponent, typeof i33.CareersExplainerComponent, typeof i34.CareersContactUsComponent, typeof i35.VentureExplainerComponent, typeof i36.VentureComponent, typeof i37.CoreFeaturesComponent, typeof i38.CoreFeatureExplainerComponent, typeof i39.CommunicationAndNotificationsComponent, typeof i40.UserManagementComponent, typeof i41.CustomerSuccessComponent, typeof i42.EnterpriseManagementComponent, typeof i43.IpManagementComponent, typeof i44.PaymentsComponent, typeof i45.SecurityComponent, typeof i46.UiBuilderComponent, typeof i33.CareersExplainerComponent, typeof i47.LandingPageBlogComponent], [typeof i48.CommonModule, typeof i49.FormsModule, typeof i49.ReactiveFormsModule, typeof i50.NgbModule, typeof i51.NgxPaginationModule, typeof i52.CoreTranslocoModule, typeof i53.DirectivesModule, typeof i54.SharedComponentsModule, typeof i55.NgxCaptchaModule], [typeof i47.LandingPageBlogComponent]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PublicModule, [typeof i1.CareersComponent, typeof i2.CareersContactUsComponent, typeof i3.CareersExplainerComponent, typeof i4.CoreFeaturesComponent, typeof i5.CoreFeatureExplainerComponent, typeof i6.SecurityComponent, typeof i7.UserManagementComponent, typeof i8.EnterpriseManagementComponent, typeof i9.IpManagementComponent, typeof i10.CustomerSuccessComponent, typeof i11.PaymentsComponent, typeof i12.CommunicationAndNotificationsComponent, typeof i13.UiBuilderComponent, typeof i14.VentureComponent, typeof i15.VentureExplainerComponent], [typeof i16.CommonModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.NgxPaginationModule, typeof i19.CoreTranslocoModule, typeof i20.DirectivesModule, typeof i21.SharedComponentsModule, typeof i22.NgxCaptchaModule, typeof i23.NgbNavModule, typeof i24.LandingPageSharedComponentsModule], never>;
60
29
  static ɵinj: i0.ɵɵInjectorDeclaration<PublicModule>;
61
30
  }
@@ -0,0 +1,18 @@
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
+ }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@posiwise/public-modules",
3
- "version": "0.0.6654",
3
+ "version": "0.1.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "17.0.8",
6
- "@angular/core": "17.0.8",
5
+ "@angular/common": "^19.2.18",
6
+ "@angular/core": "^19.2.18",
7
7
  "ngx-pagination": "^6.0.3",
8
8
  "ngx-captcha": "^13.0.0"
9
9
  },
@@ -19,8 +19,6 @@
19
19
  },
20
20
  ".": {
21
21
  "types": "./index.d.ts",
22
- "esm2022": "./esm2022/posiwise-public-modules.mjs",
23
- "esm": "./esm2022/posiwise-public-modules.mjs",
24
22
  "default": "./fesm2022/posiwise-public-modules.mjs"
25
23
  }
26
24
  }
package/esm2022/index.mjs DELETED
@@ -1,53 +0,0 @@
1
- export * from './lib/public.module';
2
- // Error and Incident
3
- export { ErrorPageComponent } from './lib/error-page/error-page.component';
4
- export { IncidentsStatusComponent } from './lib/incidents-status/incidents-status.component';
5
- // Landing pages related
6
- export { CareersContactUsComponent } from './lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component';
7
- export { CareersExplainerComponent } from './lib/landing-pages/hiring/careers-explainer/careers-explainer.component';
8
- export { CareersComponent } from './lib/landing-pages/hiring/careers/careers.component';
9
- export { LandingPageComponent } from './lib/landing-pages/landing-page/landing-page.component';
10
- export { LandingPageAboutUsBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component';
11
- export { LandingPageBannerBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component';
12
- export { LandingPageChangeAdaptBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component';
13
- export { LandingPageContactBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component';
14
- export { LandingPageInnovateBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component';
15
- export { LandingPageOurProductsBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component';
16
- export { LandingPageServicesBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component';
17
- export { LandingPageSubscribeBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component';
18
- export { LandingPageTeamBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component';
19
- export { LandingPageTestimonialsBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component';
20
- export { MainExplainerBComponent } from './lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component';
21
- export { LandingPageAboutUsComponent } from './lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component';
22
- export { LandingPageBannerComponent } from './lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component';
23
- export { LandingPageChangeAdaptComponent } from './lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component';
24
- export { LandingPageContactComponent } from './lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component';
25
- export { LandingPageFooterComponent } from './lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component';
26
- export { LandingPageInnovateComponent } from './lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component';
27
- export { LandingPageOurProductsComponent } from './lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component';
28
- export { LandingPageServicesComponent } from './lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component';
29
- export { LandingPageSubscribeComponent } from './lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component';
30
- export { LandingPageTeamComponent } from './lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component';
31
- export { LandingPageTestimonialsComponent } from './lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component';
32
- export { MainExplainerComponent } from './lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component';
33
- export { LandingPageBlogComponent } from './lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component';
34
- export { LandingPageHeaderComponent } from './lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component';
35
- export { LandingPageHeaderBComponent } from './lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component';
36
- // Hyper Dashboard Features
37
- export { CommunicationAndNotificationsComponent } from './lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component';
38
- export { CoreFeatureExplainerComponent } from './lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component';
39
- export { CoreFeaturesComponent } from './lib/landing-pages/tech-features/core-features/core-features.component';
40
- export { CustomerSuccessComponent } from './lib/landing-pages/tech-features/customer-success/customer-success.component';
41
- export { EnterpriseManagementComponent } from './lib/landing-pages/tech-features/enterprise-management/enterprise-management.component';
42
- export { IpManagementComponent } from './lib/landing-pages/tech-features/ip-management/ip-management.component';
43
- export { PaymentsComponent } from './lib/landing-pages/tech-features/payments/payments.component';
44
- export { SecurityComponent } from './lib/landing-pages/tech-features/security/security.component';
45
- export { UiBuilderComponent } from './lib/landing-pages/tech-features/ui-builder/ui-builder.component';
46
- export { UserManagementComponent } from './lib/landing-pages/tech-features/user-management/user-management.component';
47
- // Other
48
- export { VentureExplainerComponent } from './lib/landing-pages/ventures/venture-explainer/venture-explainer.component';
49
- export { VentureComponent } from './lib/landing-pages/ventures/venture/venture.component';
50
- export { LockScreenPageComponent } from './lib/lock-screen/lock-screen-page.component';
51
- export { MaintenancePageComponent } from './lib/maintenance/maintenance-page.component';
52
- export { NotfoundPageComponent } from './lib/notfound-page/notfound-page.component';
53
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHFCQUFxQixDQUFDO0FBRXBDLHFCQUFxQjtBQUNyQixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUMzRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUM3Rix3QkFBd0I7QUFDeEIsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNEVBQTRFLENBQUM7QUFDdkgsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sMEVBQTBFLENBQUM7QUFDckgsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFDeEYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0seURBQXlELENBQUM7QUFDL0YsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sdUdBQXVHLENBQUM7QUFDckosT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sbUdBQW1HLENBQUM7QUFDaEosT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sK0dBQStHLENBQUM7QUFDakssT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0scUdBQXFHLENBQUM7QUFDbkosT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sdUdBQXVHLENBQUM7QUFDdEosT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sK0dBQStHLENBQUM7QUFDakssT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sdUdBQXVHLENBQUM7QUFDdEosT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0seUdBQXlHLENBQUM7QUFDekosT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sK0ZBQStGLENBQUM7QUFDMUksT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sK0dBQStHLENBQUM7QUFDbEssT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0seUZBQXlGLENBQUM7QUFDbEksT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0saUdBQWlHLENBQUM7QUFDOUksT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkZBQTZGLENBQUM7QUFDekksT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0seUdBQXlHLENBQUM7QUFDMUosT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sK0ZBQStGLENBQUM7QUFDNUksT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkZBQTZGLENBQUM7QUFDekksT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0saUdBQWlHLENBQUM7QUFDL0ksT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0seUdBQXlHLENBQUM7QUFDMUosT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0saUdBQWlHLENBQUM7QUFDL0ksT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sbUdBQW1HLENBQUM7QUFDbEosT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0seUZBQXlGLENBQUM7QUFDbkksT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0seUdBQXlHLENBQUM7QUFDM0osT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sbUZBQW1GLENBQUM7QUFDM0gsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0seUZBQXlGLENBQUM7QUFDbkksT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkZBQTZGLENBQUM7QUFDekksT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sbUdBQW1HLENBQUM7QUFDaEosMkJBQTJCO0FBQzNCLE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDZHQUE2RyxDQUFDO0FBQ3JLLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDJGQUEyRixDQUFDO0FBQzFJLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlFQUF5RSxDQUFDO0FBQ2hILE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtFQUErRSxDQUFDO0FBQ3pILE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLHlGQUF5RixDQUFDO0FBQ3hJLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlFQUF5RSxDQUFDO0FBQ2hILE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQ2xHLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQ2xHLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1FQUFtRSxDQUFDO0FBQ3ZHLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZFQUE2RSxDQUFDO0FBQ3RILFFBQVE7QUFDUixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw0RUFBNEUsQ0FBQztBQUN2SCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUN2RixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUN4RixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliL3B1YmxpYy5tb2R1bGUnO1xuXG4vLyBFcnJvciBhbmQgSW5jaWRlbnRcbmV4cG9ydCB7IEVycm9yUGFnZUNvbXBvbmVudCB9IGZyb20gJy4vbGliL2Vycm9yLXBhZ2UvZXJyb3ItcGFnZS5jb21wb25lbnQnO1xuZXhwb3J0IHsgSW5jaWRlbnRzU3RhdHVzQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvaW5jaWRlbnRzLXN0YXR1cy9pbmNpZGVudHMtc3RhdHVzLmNvbXBvbmVudCc7XG4vLyBMYW5kaW5nIHBhZ2VzIHJlbGF0ZWRcbmV4cG9ydCB7IENhcmVlcnNDb250YWN0VXNDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzLWNvbnRhY3QtdXMvY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudCc7XG5leHBvcnQgeyBDYXJlZXJzRXhwbGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9oaXJpbmcvY2FyZWVycy1leHBsYWluZXIvY2FyZWVycy1leHBsYWluZXIuY29tcG9uZW50JztcbmV4cG9ydCB7IENhcmVlcnNDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzL2NhcmVlcnMuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2UvbGFuZGluZy1wYWdlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZUFib3V0VXNCQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMtYi9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMtYi5jb21wb25lbnQnO1xuZXhwb3J0IHsgTGFuZGluZ1BhZ2VCYW5uZXJCQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9sYW5kaW5nLXBhZ2UtYmFubmVyLWIvbGFuZGluZy1wYWdlLWJhbm5lci1iLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZUNoYW5nZUFkYXB0QkNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC1iL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi5jb21wb25lbnQnO1xuZXhwb3J0IHsgTGFuZGluZ1BhZ2VDb250YWN0QkNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWNvbnRhY3QtYi9sYW5kaW5nLXBhZ2UtY29udGFjdC1iLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZUlubm92YXRlQkNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWlubm92YXRlLWIvbGFuZGluZy1wYWdlLWlubm92YXRlLWIuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlT3VyUHJvZHVjdHNCQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9sYW5kaW5nLXBhZ2Utb3VyLXByb2R1Y3RzLWIvbGFuZGluZy1wYWdlLW91ci1wcm9kdWN0cy1iLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZVNlcnZpY2VzQkNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlU3Vic2NyaWJlQkNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXN1YnNjcmliZS1iL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUtYi5jb21wb25lbnQnO1xuZXhwb3J0IHsgTGFuZGluZ1BhZ2VUZWFtQkNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXRlYW0tYi9sYW5kaW5nLXBhZ2UtdGVhbS1iLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZVRlc3RpbW9uaWFsc0JDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLWIuY29tcG9uZW50JztcbmV4cG9ydCB7IE1haW5FeHBsYWluZXJCQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9tYWluLWV4cGxhaW5lci1iL21haW4tZXhwbGFpbmVyLWIuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlQWJvdXRVc0NvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL2xhbmRpbmctcGFnZS1hYm91dC11cy9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlQmFubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLWJhbm5lci9sYW5kaW5nLXBhZ2UtYmFubmVyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZUNoYW5nZUFkYXB0Q29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZUNvbnRhY3RDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtY29udGFjdC9sYW5kaW5nLXBhZ2UtY29udGFjdC5jb21wb25lbnQnO1xuZXhwb3J0IHsgTGFuZGluZ1BhZ2VGb290ZXJDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtZm9vdGVyL2xhbmRpbmctcGFnZS1mb290ZXIuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlSW5ub3ZhdGVDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtaW5ub3ZhdGUvbGFuZGluZy1wYWdlLWlubm92YXRlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZU91clByb2R1Y3RzQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLW91ci1wcm9kdWN0cy9sYW5kaW5nLXBhZ2Utb3VyLXByb2R1Y3RzLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZVNlcnZpY2VzQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLXNlcnZpY2VzL2xhbmRpbmctcGFnZS1zZXJ2aWNlcy5jb21wb25lbnQnO1xuZXhwb3J0IHsgTGFuZGluZ1BhZ2VTdWJzY3JpYmVDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlVGVhbUNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL2xhbmRpbmctcGFnZS10ZWFtL2xhbmRpbmctcGFnZS10ZWFtLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZVRlc3RpbW9uaWFsc0NvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMvbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy5jb21wb25lbnQnO1xuZXhwb3J0IHsgTWFpbkV4cGxhaW5lckNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL21haW4tZXhwbGFpbmVyL21haW4tZXhwbGFpbmVyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBMYW5kaW5nUGFnZUJsb2dDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYmxvZy9sYW5kaW5nLXBhZ2UtYmxvZy5jb21wb25lbnQnO1xuZXhwb3J0IHsgTGFuZGluZ1BhZ2VIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtaGVhZGVyL2xhbmRpbmctcGFnZS1oZWFkZXIuY29tcG9uZW50JztcbmV4cG9ydCB7IExhbmRpbmdQYWdlSGVhZGVyQkNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWhlYWRlci1iL2xhbmRpbmctcGFnZS1oZWFkZXItYi5jb21wb25lbnQnO1xuLy8gSHlwZXIgRGFzaGJvYXJkIEZlYXR1cmVzXG5leHBvcnQgeyBDb21tdW5pY2F0aW9uQW5kTm90aWZpY2F0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvdGVjaC1mZWF0dXJlcy9jb21tdW5pY2F0aW9uLWFuZC1ub3RpZmljYXRpb25zL2NvbW11bmljYXRpb24tYW5kLW5vdGlmaWNhdGlvbnMuY29tcG9uZW50JztcbmV4cG9ydCB7IENvcmVGZWF0dXJlRXhwbGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvcmUtZmVhdHVyZS1leHBsYWluZXIvY29yZS1mZWF0dXJlLWV4cGxhaW5lci5jb21wb25lbnQnO1xuZXhwb3J0IHsgQ29yZUZlYXR1cmVzQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvcmUtZmVhdHVyZXMvY29yZS1mZWF0dXJlcy5jb21wb25lbnQnO1xuZXhwb3J0IHsgQ3VzdG9tZXJTdWNjZXNzQ29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2N1c3RvbWVyLXN1Y2Nlc3MvY3VzdG9tZXItc3VjY2Vzcy5jb21wb25lbnQnO1xuZXhwb3J0IHsgRW50ZXJwcmlzZU1hbmFnZW1lbnRDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL3RlY2gtZmVhdHVyZXMvZW50ZXJwcmlzZS1tYW5hZ2VtZW50L2VudGVycHJpc2UtbWFuYWdlbWVudC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSXBNYW5hZ2VtZW50Q29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2lwLW1hbmFnZW1lbnQvaXAtbWFuYWdlbWVudC5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGF5bWVudHNDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL3RlY2gtZmVhdHVyZXMvcGF5bWVudHMvcGF5bWVudHMuY29tcG9uZW50JztcbmV4cG9ydCB7IFNlY3VyaXR5Q29tcG9uZW50IH0gZnJvbSAnLi9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL3NlY3VyaXR5L3NlY3VyaXR5LmNvbXBvbmVudCc7XG5leHBvcnQgeyBVaUJ1aWxkZXJDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL3RlY2gtZmVhdHVyZXMvdWktYnVpbGRlci91aS1idWlsZGVyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBVc2VyTWFuYWdlbWVudENvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvdGVjaC1mZWF0dXJlcy91c2VyLW1hbmFnZW1lbnQvdXNlci1tYW5hZ2VtZW50LmNvbXBvbmVudCc7XG4vLyBPdGhlclxuZXhwb3J0IHsgVmVudHVyZUV4cGxhaW5lckNvbXBvbmVudCB9IGZyb20gJy4vbGliL2xhbmRpbmctcGFnZXMvdmVudHVyZXMvdmVudHVyZS1leHBsYWluZXIvdmVudHVyZS1leHBsYWluZXIuY29tcG9uZW50JztcbmV4cG9ydCB7IFZlbnR1cmVDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sYW5kaW5nLXBhZ2VzL3ZlbnR1cmVzL3ZlbnR1cmUvdmVudHVyZS5jb21wb25lbnQnO1xuZXhwb3J0IHsgTG9ja1NjcmVlblBhZ2VDb21wb25lbnQgfSBmcm9tICcuL2xpYi9sb2NrLXNjcmVlbi9sb2NrLXNjcmVlbi1wYWdlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBNYWludGVuYW5jZVBhZ2VDb21wb25lbnQgfSBmcm9tICcuL2xpYi9tYWludGVuYW5jZS9tYWludGVuYW5jZS1wYWdlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBOb3Rmb3VuZFBhZ2VDb21wb25lbnQgfSBmcm9tICcuL2xpYi9ub3Rmb3VuZC1wYWdlL25vdGZvdW5kLXBhZ2UuY29tcG9uZW50JztcbiJdfQ==
@@ -1,87 +0,0 @@
1
- import { BLOG_MENU, CHAT_MENU, ENTERPRISE_MENU, FAQ_Menu } from '@posiwise/dashboard-module';
2
- export const HYPER_DASHBOARD_KEYS = {
3
- Dashboard_Demo1: 'Dashboard_Demo1',
4
- Dashboard_Demo2: 'Dashboard_Demo2' // Hyper Dashboard
5
- };
6
- const PERMISSION_KEY = ['Dashboard_Demo'];
7
- export const HYPER_DASHBOARD_MENUS = {
8
- permission: 'Pages.Product.Dashboard_Demo.Dashboard_Demo1',
9
- path: '/hyperdashboard',
10
- title: 'Hyper Dashboard',
11
- icon: 'far fa-snowman',
12
- class: '',
13
- badge: '',
14
- badgeClass: '',
15
- isExternalLink: false,
16
- submenu: [],
17
- visible: true,
18
- permissionKeys: PERMISSION_KEY,
19
- menus: [
20
- CHAT_MENU,
21
- BLOG_MENU,
22
- ENTERPRISE_MENU,
23
- FAQ_Menu,
24
- // The name has to match the one defined in "const ROUTES"
25
- {
26
- permission: 'Pages.Product.Dashboard_Demo.Dashboard_Demo1',
27
- path: '/hyperdashboard/quick-mvp',
28
- title: 'Quick MVP',
29
- icon: 'fa fa-fw fa-check',
30
- class: '',
31
- badge: '',
32
- badgeClass: '',
33
- isExternalLink: false,
34
- submenu: [],
35
- visible: true
36
- },
37
- {
38
- permission: 'Pages.Product.Dashboard_Demo.Dashboard_Demo1',
39
- path: '/hyperdashboard/data-gathering',
40
- title: 'Data Gathering',
41
- icon: 'fa fa-fw fa-list',
42
- class: '',
43
- badge: '',
44
- badgeClass: '',
45
- isExternalLink: false,
46
- submenu: [],
47
- visible: true
48
- },
49
- {
50
- permission: 'Pages.Product.Dashboard_Demo.Dashboard_Demo1',
51
- path: '/hyperdashboard/machine-learning',
52
- title: 'Machine Learning',
53
- icon: 'fa fa-fw fa-tag',
54
- class: '',
55
- badge: '',
56
- badgeClass: '',
57
- isExternalLink: false,
58
- submenu: [],
59
- visible: true
60
- },
61
- {
62
- permission: 'Pages.Product.Dashboard_Demo.Dashboard_Demo1',
63
- path: '/hyperdashboard/visualization',
64
- title: 'Visualisation',
65
- icon: 'fa fa-fw fa-info',
66
- class: '',
67
- badge: '',
68
- badgeClass: '',
69
- isExternalLink: false,
70
- submenu: [],
71
- visible: true
72
- },
73
- {
74
- permission: 'Pages.Product.Dashboard_Demo.Dashboard_Demo1',
75
- path: '/hyperdashboard/how-it-works',
76
- title: 'How-it-works',
77
- icon: 'fa fa-cogs',
78
- class: '',
79
- badge: '',
80
- badgeClass: '',
81
- isExternalLink: false,
82
- submenu: [],
83
- visible: true
84
- }
85
- ]
86
- };
87
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvY29uZmlnL2NvbnN0YW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCxTQUFTLEVBQ1QsU0FBUyxFQUNULGVBQWUsRUFDZixRQUFRLEVBRVgsTUFBTSw0QkFBNEIsQ0FBQztBQUVwQyxNQUFNLENBQUMsTUFBTSxvQkFBb0IsR0FBRztJQUNoQyxlQUFlLEVBQUUsaUJBQWlCO0lBQ2xDLGVBQWUsRUFBRSxpQkFBaUIsQ0FBQyxrQkFBa0I7Q0FDeEQsQ0FBQztBQUVGLE1BQU0sY0FBYyxHQUFHLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztBQUUxQyxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBYztJQUM1QyxVQUFVLEVBQUUsOENBQThDO0lBQzFELElBQUksRUFBRSxpQkFBaUI7SUFDdkIsS0FBSyxFQUFFLGlCQUFpQjtJQUN4QixJQUFJLEVBQUUsZ0JBQWdCO0lBQ3RCLEtBQUssRUFBRSxFQUFFO0lBQ1QsS0FBSyxFQUFFLEVBQUU7SUFDVCxVQUFVLEVBQUUsRUFBRTtJQUNkLGNBQWMsRUFBRSxLQUFLO0lBQ3JCLE9BQU8sRUFBRSxFQUFFO0lBQ1gsT0FBTyxFQUFFLElBQUk7SUFDYixjQUFjLEVBQUUsY0FBYztJQUM5QixLQUFLLEVBQUU7UUFDSCxTQUFTO1FBQ1QsU0FBUztRQUNULGVBQWU7UUFDZixRQUFRO1FBQ1IsMERBQTBEO1FBQzFEO1lBQ0ksVUFBVSxFQUFFLDhDQUE4QztZQUMxRCxJQUFJLEVBQUUsMkJBQTJCO1lBQ2pDLEtBQUssRUFBRSxXQUFXO1lBQ2xCLElBQUksRUFBRSxtQkFBbUI7WUFDekIsS0FBSyxFQUFFLEVBQUU7WUFDVCxLQUFLLEVBQUUsRUFBRTtZQUNULFVBQVUsRUFBRSxFQUFFO1lBQ2QsY0FBYyxFQUFFLEtBQUs7WUFDckIsT0FBTyxFQUFFLEVBQUU7WUFDWCxPQUFPLEVBQUUsSUFBSTtTQUNoQjtRQUNEO1lBQ0ksVUFBVSxFQUFFLDhDQUE4QztZQUMxRCxJQUFJLEVBQUUsZ0NBQWdDO1lBQ3RDLEtBQUssRUFBRSxnQkFBZ0I7WUFDdkIsSUFBSSxFQUFFLGtCQUFrQjtZQUN4QixLQUFLLEVBQUUsRUFBRTtZQUNULEtBQUssRUFBRSxFQUFFO1lBQ1QsVUFBVSxFQUFFLEVBQUU7WUFDZCxjQUFjLEVBQUUsS0FBSztZQUNyQixPQUFPLEVBQUUsRUFBRTtZQUNYLE9BQU8sRUFBRSxJQUFJO1NBQ2hCO1FBQ0Q7WUFDSSxVQUFVLEVBQUUsOENBQThDO1lBQzFELElBQUksRUFBRSxrQ0FBa0M7WUFDeEMsS0FBSyxFQUFFLGtCQUFrQjtZQUN6QixJQUFJLEVBQUUsaUJBQWlCO1lBQ3ZCLEtBQUssRUFBRSxFQUFFO1lBQ1QsS0FBSyxFQUFFLEVBQUU7WUFDVCxVQUFVLEVBQUUsRUFBRTtZQUNkLGNBQWMsRUFBRSxLQUFLO1lBQ3JCLE9BQU8sRUFBRSxFQUFFO1lBQ1gsT0FBTyxFQUFFLElBQUk7U0FDaEI7UUFDRDtZQUNJLFVBQVUsRUFBRSw4Q0FBOEM7WUFDMUQsSUFBSSxFQUFFLCtCQUErQjtZQUNyQyxLQUFLLEVBQUUsZUFBZTtZQUN0QixJQUFJLEVBQUUsa0JBQWtCO1lBQ3hCLEtBQUssRUFBRSxFQUFFO1lBQ1QsS0FBSyxFQUFFLEVBQUU7WUFDVCxVQUFVLEVBQUUsRUFBRTtZQUNkLGNBQWMsRUFBRSxLQUFLO1lBQ3JCLE9BQU8sRUFBRSxFQUFFO1lBQ1gsT0FBTyxFQUFFLElBQUk7U0FDaEI7UUFDRDtZQUNJLFVBQVUsRUFBRSw4Q0FBOEM7WUFDMUQsSUFBSSxFQUFFLDhCQUE4QjtZQUNwQyxLQUFLLEVBQUUsY0FBYztZQUNyQixJQUFJLEVBQUUsWUFBWTtZQUNsQixLQUFLLEVBQUUsRUFBRTtZQUNULEtBQUssRUFBRSxFQUFFO1lBQ1QsVUFBVSxFQUFFLEVBQUU7WUFDZCxjQUFjLEVBQUUsS0FBSztZQUNyQixPQUFPLEVBQUUsRUFBRTtZQUNYLE9BQU8sRUFBRSxJQUFJO1NBQ2hCO0tBQ0o7Q0FDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBCTE9HX01FTlUsXG4gICAgQ0hBVF9NRU5VLFxuICAgIEVOVEVSUFJJU0VfTUVOVSxcbiAgICBGQVFfTWVudSxcbiAgICBSb3V0ZUluZm9cbn0gZnJvbSAnQHBvc2l3aXNlL2Rhc2hib2FyZC1tb2R1bGUnO1xuXG5leHBvcnQgY29uc3QgSFlQRVJfREFTSEJPQVJEX0tFWVMgPSB7XG4gICAgRGFzaGJvYXJkX0RlbW8xOiAnRGFzaGJvYXJkX0RlbW8xJywgLy8gSHlwZXIgRGFzaGJvYXJkXG4gICAgRGFzaGJvYXJkX0RlbW8yOiAnRGFzaGJvYXJkX0RlbW8yJyAvLyBIeXBlciBEYXNoYm9hcmRcbn07XG5cbmNvbnN0IFBFUk1JU1NJT05fS0VZID0gWydEYXNoYm9hcmRfRGVtbyddO1xuXG5leHBvcnQgY29uc3QgSFlQRVJfREFTSEJPQVJEX01FTlVTOiBSb3V0ZUluZm8gPSB7XG4gICAgcGVybWlzc2lvbjogJ1BhZ2VzLlByb2R1Y3QuRGFzaGJvYXJkX0RlbW8uRGFzaGJvYXJkX0RlbW8xJywgLy8gVGhpcyBpcyB0aGUgcHJvZHVjdCBwZXJtaXNzaW9uX2tleVxuICAgIHBhdGg6ICcvaHlwZXJkYXNoYm9hcmQnLFxuICAgIHRpdGxlOiAnSHlwZXIgRGFzaGJvYXJkJyxcbiAgICBpY29uOiAnZmFyIGZhLXNub3dtYW4nLFxuICAgIGNsYXNzOiAnJyxcbiAgICBiYWRnZTogJycsXG4gICAgYmFkZ2VDbGFzczogJycsXG4gICAgaXNFeHRlcm5hbExpbms6IGZhbHNlLFxuICAgIHN1Ym1lbnU6IFtdLFxuICAgIHZpc2libGU6IHRydWUsXG4gICAgcGVybWlzc2lvbktleXM6IFBFUk1JU1NJT05fS0VZLCAvLyBQcm9kdWN0IHBlcm1pc3Npb25cbiAgICBtZW51czogW1xuICAgICAgICBDSEFUX01FTlUsXG4gICAgICAgIEJMT0dfTUVOVSxcbiAgICAgICAgRU5URVJQUklTRV9NRU5VLFxuICAgICAgICBGQVFfTWVudSxcbiAgICAgICAgLy8gVGhlIG5hbWUgaGFzIHRvIG1hdGNoIHRoZSBvbmUgZGVmaW5lZCBpbiBcImNvbnN0IFJPVVRFU1wiXG4gICAgICAgIHtcbiAgICAgICAgICAgIHBlcm1pc3Npb246ICdQYWdlcy5Qcm9kdWN0LkRhc2hib2FyZF9EZW1vLkRhc2hib2FyZF9EZW1vMScsXG4gICAgICAgICAgICBwYXRoOiAnL2h5cGVyZGFzaGJvYXJkL3F1aWNrLW12cCcsXG4gICAgICAgICAgICB0aXRsZTogJ1F1aWNrIE1WUCcsXG4gICAgICAgICAgICBpY29uOiAnZmEgZmEtZncgZmEtY2hlY2snLFxuICAgICAgICAgICAgY2xhc3M6ICcnLFxuICAgICAgICAgICAgYmFkZ2U6ICcnLFxuICAgICAgICAgICAgYmFkZ2VDbGFzczogJycsXG4gICAgICAgICAgICBpc0V4dGVybmFsTGluazogZmFsc2UsXG4gICAgICAgICAgICBzdWJtZW51OiBbXSxcbiAgICAgICAgICAgIHZpc2libGU6IHRydWVcbiAgICAgICAgfSxcbiAgICAgICAge1xuICAgICAgICAgICAgcGVybWlzc2lvbjogJ1BhZ2VzLlByb2R1Y3QuRGFzaGJvYXJkX0RlbW8uRGFzaGJvYXJkX0RlbW8xJyxcbiAgICAgICAgICAgIHBhdGg6ICcvaHlwZXJkYXNoYm9hcmQvZGF0YS1nYXRoZXJpbmcnLFxuICAgICAgICAgICAgdGl0bGU6ICdEYXRhIEdhdGhlcmluZycsXG4gICAgICAgICAgICBpY29uOiAnZmEgZmEtZncgZmEtbGlzdCcsXG4gICAgICAgICAgICBjbGFzczogJycsXG4gICAgICAgICAgICBiYWRnZTogJycsXG4gICAgICAgICAgICBiYWRnZUNsYXNzOiAnJyxcbiAgICAgICAgICAgIGlzRXh0ZXJuYWxMaW5rOiBmYWxzZSxcbiAgICAgICAgICAgIHN1Ym1lbnU6IFtdLFxuICAgICAgICAgICAgdmlzaWJsZTogdHJ1ZVxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICBwZXJtaXNzaW9uOiAnUGFnZXMuUHJvZHVjdC5EYXNoYm9hcmRfRGVtby5EYXNoYm9hcmRfRGVtbzEnLFxuICAgICAgICAgICAgcGF0aDogJy9oeXBlcmRhc2hib2FyZC9tYWNoaW5lLWxlYXJuaW5nJyxcbiAgICAgICAgICAgIHRpdGxlOiAnTWFjaGluZSBMZWFybmluZycsXG4gICAgICAgICAgICBpY29uOiAnZmEgZmEtZncgZmEtdGFnJyxcbiAgICAgICAgICAgIGNsYXNzOiAnJyxcbiAgICAgICAgICAgIGJhZGdlOiAnJyxcbiAgICAgICAgICAgIGJhZGdlQ2xhc3M6ICcnLFxuICAgICAgICAgICAgaXNFeHRlcm5hbExpbms6IGZhbHNlLFxuICAgICAgICAgICAgc3VibWVudTogW10sXG4gICAgICAgICAgICB2aXNpYmxlOiB0cnVlXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIHBlcm1pc3Npb246ICdQYWdlcy5Qcm9kdWN0LkRhc2hib2FyZF9EZW1vLkRhc2hib2FyZF9EZW1vMScsXG4gICAgICAgICAgICBwYXRoOiAnL2h5cGVyZGFzaGJvYXJkL3Zpc3VhbGl6YXRpb24nLFxuICAgICAgICAgICAgdGl0bGU6ICdWaXN1YWxpc2F0aW9uJyxcbiAgICAgICAgICAgIGljb246ICdmYSBmYS1mdyBmYS1pbmZvJyxcbiAgICAgICAgICAgIGNsYXNzOiAnJyxcbiAgICAgICAgICAgIGJhZGdlOiAnJyxcbiAgICAgICAgICAgIGJhZGdlQ2xhc3M6ICcnLFxuICAgICAgICAgICAgaXNFeHRlcm5hbExpbms6IGZhbHNlLFxuICAgICAgICAgICAgc3VibWVudTogW10sXG4gICAgICAgICAgICB2aXNpYmxlOiB0cnVlXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIHBlcm1pc3Npb246ICdQYWdlcy5Qcm9kdWN0LkRhc2hib2FyZF9EZW1vLkRhc2hib2FyZF9EZW1vMScsXG4gICAgICAgICAgICBwYXRoOiAnL2h5cGVyZGFzaGJvYXJkL2hvdy1pdC13b3JrcycsXG4gICAgICAgICAgICB0aXRsZTogJ0hvdy1pdC13b3JrcycsXG4gICAgICAgICAgICBpY29uOiAnZmEgZmEtY29ncycsXG4gICAgICAgICAgICBjbGFzczogJycsXG4gICAgICAgICAgICBiYWRnZTogJycsXG4gICAgICAgICAgICBiYWRnZUNsYXNzOiAnJyxcbiAgICAgICAgICAgIGlzRXh0ZXJuYWxMaW5rOiBmYWxzZSxcbiAgICAgICAgICAgIHN1Ym1lbnU6IFtdLFxuICAgICAgICAgICAgdmlzaWJsZTogdHJ1ZVxuICAgICAgICB9XG4gICAgXVxufTtcbiJdfQ==
@@ -1,23 +0,0 @@
1
- import { Location } from '@angular/common';
2
- import { Component } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@posiwise/directives";
6
- import * as i3 from "@angular/router";
7
- export class ErrorPageComponent {
8
- constructor(location) {
9
- this.location = location;
10
- }
11
- ngOnInit() {
12
- const state = this.location.getState();
13
- this.message =
14
- (state && state['message']) || 'Something went wrong, check with administrator';
15
- }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ErrorPageComponent, deps: [{ token: i1.Location }], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: ErrorPageComponent, selector: "pw-error-page", ngImport: i0, template: "<!--Error page starts-->\n<section id=\"error\">\n <div class=\"container-fluid bg-grey bg-lighten-3\">\n <div class=\"container\">\n <div class=\"row full-height-vh\">\n <div class=\"col-md-12 col-lg-3 ms-auto d-flex align-items-center\">\n <div class=\"row text-center mb-3\">\n <div class=\"col-12\">\n <img src=\"assets/img/portrait/avatars/avatar-08.png\"\n alt=\"User\"\n width=\"300\" />\n </div>\n <div class=\"col-12\">\n <h4 class=\"grey darken-2 font-large-5\">Oops...</h4>\n </div>\n </div>\n </div>\n <div class=\"col-md-12 col-lg-8 d-flex align-items-center justify-content-center\">\n <div class=\"error-container\">\n <div class=\"no-border\"\n *ngIf=\"message\">\n <h6 class=\"alert alert-danger\">{{ message }}</h6>\n </div>\n <div class=\"error-body\">\n <div class=\"row py-4 justify-content-center\">\n <div class=\"col-8 py-4\">\n <a class=\"btn btn-primary btn-raised btn-block font-medium-2\"\n routerLink=\"/\">\n <i class=\"ft-home\" aria-hidden=\"true\"></i>\n Back to Home\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Error page ends-->\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ErrorPageComponent, decorators: [{
20
- type: Component,
21
- args: [{ selector: 'pw-error-page', template: "<!--Error page starts-->\n<section id=\"error\">\n <div class=\"container-fluid bg-grey bg-lighten-3\">\n <div class=\"container\">\n <div class=\"row full-height-vh\">\n <div class=\"col-md-12 col-lg-3 ms-auto d-flex align-items-center\">\n <div class=\"row text-center mb-3\">\n <div class=\"col-12\">\n <img src=\"assets/img/portrait/avatars/avatar-08.png\"\n alt=\"User\"\n width=\"300\" />\n </div>\n <div class=\"col-12\">\n <h4 class=\"grey darken-2 font-large-5\">Oops...</h4>\n </div>\n </div>\n </div>\n <div class=\"col-md-12 col-lg-8 d-flex align-items-center justify-content-center\">\n <div class=\"error-container\">\n <div class=\"no-border\"\n *ngIf=\"message\">\n <h6 class=\"alert alert-danger\">{{ message }}</h6>\n </div>\n <div class=\"error-body\">\n <div class=\"row py-4 justify-content-center\">\n <div class=\"col-8 py-4\">\n <a class=\"btn btn-primary btn-raised btn-block font-medium-2\"\n routerLink=\"/\">\n <i class=\"ft-home\" aria-hidden=\"true\"></i>\n Back to Home\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Error page ends-->\n" }]
22
- }], ctorParameters: () => [{ type: i1.Location }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3ItcGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvZXJyb3ItcGFnZS9lcnJvci1wYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9lcnJvci1wYWdlL2Vycm9yLXBhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzNDLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBTWxELE1BQU0sT0FBTyxrQkFBa0I7SUFHM0IsWUFBb0IsUUFBa0I7UUFBbEIsYUFBUSxHQUFSLFFBQVEsQ0FBVTtJQUFHLENBQUM7SUFFMUMsUUFBUTtRQUNKLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDdkMsSUFBSSxDQUFDLE9BQU87WUFDUixDQUFDLEtBQUssSUFBSSxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUMsSUFBSSxnREFBZ0QsQ0FBQztJQUN4RixDQUFDOzhHQVRRLGtCQUFrQjtrR0FBbEIsa0JBQWtCLHFEQ1AvQiw4K0NBeUNBOzsyRkRsQ2Esa0JBQWtCO2tCQUo5QixTQUFTOytCQUNJLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMb2NhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWVycm9yLXBhZ2UnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9lcnJvci1wYWdlLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBFcnJvclBhZ2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIG1lc3NhZ2U6IHN0cmluZztcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgbG9jYXRpb246IExvY2F0aW9uKSB7fVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIGNvbnN0IHN0YXRlID0gdGhpcy5sb2NhdGlvbi5nZXRTdGF0ZSgpO1xuICAgICAgICB0aGlzLm1lc3NhZ2UgPVxuICAgICAgICAgICAgKHN0YXRlICYmIHN0YXRlWydtZXNzYWdlJ10pIHx8ICdTb21ldGhpbmcgd2VudCB3cm9uZywgY2hlY2sgd2l0aCBhZG1pbmlzdHJhdG9yJztcbiAgICB9XG59XG4iLCI8IS0tRXJyb3IgcGFnZSBzdGFydHMtLT5cbjxzZWN0aW9uIGlkPVwiZXJyb3JcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBiZy1ncmV5IGJnLWxpZ2h0ZW4tM1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3cgZnVsbC1oZWlnaHQtdmhcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC0xMiBjb2wtbGctMyBtcy1hdXRvIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93IHRleHQtY2VudGVyIG1iLTNcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTJcIj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCJhc3NldHMvaW1nL3BvcnRyYWl0L2F2YXRhcnMvYXZhdGFyLTA4LnBuZ1wiXG4gICAgICAgICAgICAgICAgYWx0PVwiVXNlclwiXG4gICAgICAgICAgICAgICAgd2lkdGg9XCIzMDBcIiAvPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyXCI+XG4gICAgICAgICAgICAgIDxoNCBjbGFzcz1cImdyZXkgZGFya2VuLTIgZm9udC1sYXJnZS01XCI+T29wcy4uLjwvaDQ+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgY29sLWxnLTggZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImVycm9yLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5vLWJvcmRlclwiXG4gICAgICAgICAgICAgICpuZ0lmPVwibWVzc2FnZVwiPlxuICAgICAgICAgICAgICA8aDYgY2xhc3M9XCJhbGVydCBhbGVydC1kYW5nZXJcIj57eyBtZXNzYWdlIH19PC9oNj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImVycm9yLWJvZHlcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdyBweS00IGp1c3RpZnktY29udGVudC1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTggcHktNFwiPlxuICAgICAgICAgICAgICAgICAgPGEgY2xhc3M9XCJidG4gYnRuLXByaW1hcnkgYnRuLXJhaXNlZCBidG4tYmxvY2sgZm9udC1tZWRpdW0tMlwiXG4gICAgICAgICAgICAgICAgICAgIHJvdXRlckxpbms9XCIvXCI+XG4gICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiZnQtaG9tZVwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgQmFjayB0byBIb21lXG4gICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuPCEtLUVycm9yIHBhZ2UgZW5kcy0tPlxuIl19