@posiwise/public-modules 0.0.135 → 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.
- package/esm2022/index.mjs +53 -0
- package/esm2022/lib/config/constant.mjs +87 -0
- package/esm2022/lib/error-page/error-page.component.mjs +23 -0
- package/esm2022/lib/incidents-status/incidents-status.component.mjs +36 -0
- package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +42 -0
- package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +90 -0
- package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +60 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +18 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +95 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +29 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +21 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +11 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +41 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +88 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +18 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +95 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +21 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +11 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +44 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +88 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +12 -0
- package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +42 -0
- package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +40 -0
- package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +42 -0
- package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +12 -0
- package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +20 -0
- package/esm2022/lib/maintenance/maintenance-page.component.mjs +12 -0
- package/esm2022/lib/notfound-page/notfound-page.component.mjs +13 -0
- package/esm2022/lib/public.module.mjs +218 -0
- package/esm2022/posiwise-public-modules.mjs +5 -0
- package/fesm2022/posiwise-public-modules.mjs +833 -1171
- package/fesm2022/posiwise-public-modules.mjs.map +1 -1
- package/index.d.ts +1 -9
- package/lib/config/constant.d.ts +0 -1
- package/lib/error-page/error-page.component.d.ts +1 -1
- package/lib/incidents-status/incidents-status.component.d.ts +4 -14
- package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
- package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +19 -5
- package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
- package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
- package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
- package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
- package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +0 -2
- package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
- package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +0 -2
- package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
- package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
- package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
- package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
- package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
- package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
- package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
- package/lib/maintenance/maintenance-page.component.d.ts +2 -6
- package/lib/public.module.d.ts +56 -26
- package/package.json +5 -3
- package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
- package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
- package/lib/ab-test/ab-test.interface.d.ts +0 -9
- package/lib/ab-test/ab-test.module.d.ts +0 -13
- package/lib/error-status-pages.module.d.ts +0 -21
- package/lib/geo-template/geo-template.component.d.ts +0 -12
- package/lib/landing-page-shared.module.d.ts +0 -48
- package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
- package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
- package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
- package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
|
@@ -0,0 +1,53 @@
|
|
|
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==
|
|
@@ -0,0 +1,87 @@
|
|
|
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==
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Component, Injector } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { CommonService } from '@posiwise/common-services';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@posiwise/common-services";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
7
|
+
import * as i3 from "@ng-bootstrap/ng-bootstrap";
|
|
8
|
+
import * as i4 from "ngx-pagination";
|
|
9
|
+
import * as i5 from "@posiwise/shared-components";
|
|
10
|
+
export class IncidentsStatusComponent extends AppBaseComponent {
|
|
11
|
+
constructor(injector, commonService) {
|
|
12
|
+
super(injector);
|
|
13
|
+
this.commonService = commonService;
|
|
14
|
+
this.landing = false;
|
|
15
|
+
this.openIncidents = [];
|
|
16
|
+
this.pastIncidents = [];
|
|
17
|
+
this.companyName = this.appConfig.company.name;
|
|
18
|
+
}
|
|
19
|
+
ngOnInit() {
|
|
20
|
+
this.logo = this.appConfig?.company?.logos?.main?.url;
|
|
21
|
+
this.getIncidents();
|
|
22
|
+
}
|
|
23
|
+
getIncidents() {
|
|
24
|
+
this.commonService.getIncidents().subscribe(res => {
|
|
25
|
+
this.openIncidents = res?.open_incidents;
|
|
26
|
+
this.pastIncidents = res?.past_incidents;
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IncidentsStatusComponent, deps: [{ token: i0.Injector }, { token: i1.CommonService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
30
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: IncidentsStatusComponent, selector: "pw-incidents-status", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"false\"></pw-header>\n<div class=\"incidents-wrapper container\">\n <div class=\"mx-2\">\n <h3>{{companyName}} Status</h3>\n <ul ngbNav\n #nav=\"ngbNav\"\n class=\"nav-tabs\">\n <li [ngbNavItem]=\"1\">\n <a ngbNavLink>Open Incidents</a>\n <ng-template ngbNavContent>\n <div class=\"table-responsive\"\n *ngIf=\"openIncidents?.length\">\n <table class=\"col-lg-12 px-0 table\"\n aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Description</th>\n <th>Service Impacted</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"\n let data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p };\n let i = index\n \"\n class=\"incident-item\">\n <td class=\"description\">{{ data?.description }}</td>\n <td>\n {{\n data?.service_impacted\n ? data?.service_impacted\n : data?.url_impacted\n }}\n </td>\n <td>\n {{\n data?.started_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n <td>\n {{\n data?.resolved_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n </tr>\n </tbody>\n </table>\n\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\"\n *ngIf=\"openIncidents?.length > 10\">\n <pagination-controls id=\"data\"\n (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!openIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n <div class=\"table-responsive\"\n *ngIf=\"pastIncidents?.length\">\n <table class=\"col-lg-12 px-0 table\"\n aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Description</th>\n <th>Service Impacted</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"\n let incident of pastIncidents\n | paginate\n : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n };\n let i = index\n \"\n class=\"incident-item\">\n <td class=\"description\">{{ incident?.description }}</td>\n <td>\n {{\n incident?.service_impacted\n ? incident?.service_impacted\n : incident?.url_impacted\n }}\n </td>\n <td>\n {{\n incident?.started_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n <td>\n {{\n incident?.resolved_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n </tr>\n </tbody>\n </table>\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\"\n *ngIf=\"pastIncidents?.length > 10\">\n <pagination-controls id=\"incident\"\n (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!pastIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n </ul>\n\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.incidents-wrapper{margin-top:80px}.incidents-wrapper .table thead th{border:0;border-bottom:1px solid rgb(222,226,230)}.incident-item{color:#3f3f44;font-size:14px;line-height:1.42857;padding:10px 0}.incident-item .description{color:var(--first)}.incident-item:last-child{border-bottom:0!important}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { kind: "directive", type: i3.NgbNav, selector: "[ngbNav]", inputs: ["activeId", "animation", "destroyOnHide", "orientation", "roles", "keyboard"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { kind: "directive", type: i3.NgbNavItem, selector: "[ngbNavItem]", inputs: ["destroyOnHide", "disabled", "domId", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { kind: "directive", type: i3.NgbNavItemRole, selector: "[ngbNavItem]:not(ng-container)" }, { kind: "directive", type: i3.NgbNavLink, selector: "a[ngbNavLink]" }, { kind: "directive", type: i3.NgbNavLinkBase, selector: "[ngbNavLink]" }, { kind: "component", type: i3.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { kind: "component", type: i4.PaginationControlsComponent, selector: "pagination-controls", inputs: ["id", "maxSize", "directionLinks", "autoHide", "responsive", "previousLabel", "nextLabel", "screenReaderPaginationLabel", "screenReaderPageLabel", "screenReaderCurrentLabel"], outputs: ["pageChange", "pageBoundsCorrection"] }, { kind: "component", type: i5.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "pipe", type: i2.LowerCasePipe, name: "lowercase" }, { kind: "pipe", type: i2.DatePipe, name: "date" }, { kind: "pipe", type: i4.PaginatePipe, name: "paginate" }] }); }
|
|
31
|
+
}
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IncidentsStatusComponent, decorators: [{
|
|
33
|
+
type: Component,
|
|
34
|
+
args: [{ selector: 'pw-incidents-status', template: "<pw-header [landing]=\"false\"></pw-header>\n<div class=\"incidents-wrapper container\">\n <div class=\"mx-2\">\n <h3>{{companyName}} Status</h3>\n <ul ngbNav\n #nav=\"ngbNav\"\n class=\"nav-tabs\">\n <li [ngbNavItem]=\"1\">\n <a ngbNavLink>Open Incidents</a>\n <ng-template ngbNavContent>\n <div class=\"table-responsive\"\n *ngIf=\"openIncidents?.length\">\n <table class=\"col-lg-12 px-0 table\"\n aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Description</th>\n <th>Service Impacted</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"\n let data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p };\n let i = index\n \"\n class=\"incident-item\">\n <td class=\"description\">{{ data?.description }}</td>\n <td>\n {{\n data?.service_impacted\n ? data?.service_impacted\n : data?.url_impacted\n }}\n </td>\n <td>\n {{\n data?.started_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n <td>\n {{\n data?.resolved_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n </tr>\n </tbody>\n </table>\n\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\"\n *ngIf=\"openIncidents?.length > 10\">\n <pagination-controls id=\"data\"\n (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!openIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n <div class=\"table-responsive\"\n *ngIf=\"pastIncidents?.length\">\n <table class=\"col-lg-12 px-0 table\"\n aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Description</th>\n <th>Service Impacted</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"\n let incident of pastIncidents\n | paginate\n : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n };\n let i = index\n \"\n class=\"incident-item\">\n <td class=\"description\">{{ incident?.description }}</td>\n <td>\n {{\n incident?.service_impacted\n ? incident?.service_impacted\n : incident?.url_impacted\n }}\n </td>\n <td>\n {{\n incident?.started_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n <td>\n {{\n incident?.resolved_at\n | date: 'dd/MM/yyyy, h:mm a'\n | lowercase\n }}\n </td>\n </tr>\n </tbody>\n </table>\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\"\n *ngIf=\"pastIncidents?.length > 10\">\n <pagination-controls id=\"incident\"\n (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!pastIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n </ul>\n\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.incidents-wrapper{margin-top:80px}.incidents-wrapper .table thead th{border:0;border-bottom:1px solid rgb(222,226,230)}.incident-item{color:#3f3f44;font-size:14px;line-height:1.42857;padding:10px 0}.incident-item .description{color:var(--first)}.incident-item:last-child{border-bottom:0!important}\n"] }]
|
|
35
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i1.CommonService }] });
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5jaWRlbnRzLXN0YXR1cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvaW5jaWRlbnRzLXN0YXR1cy9pbmNpZGVudHMtc3RhdHVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9pbmNpZGVudHMtc3RhdHVzL2luY2lkZW50cy1zdGF0dXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFNUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7Ozs7O0FBTzFELE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxnQkFBZ0I7SUFlMUQsWUFBWSxRQUFrQixFQUFVLGFBQTRCO1FBQ2hFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQURvQixrQkFBYSxHQUFiLGFBQWEsQ0FBZTtRQWRwRSxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBSWhCLGtCQUFhLEdBQUcsRUFBRSxDQUFDO1FBRW5CLGtCQUFhLEdBQUcsRUFBRSxDQUFDO1FBTW5CLGdCQUFXLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDO0lBSTFDLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFLEdBQUcsQ0FBQztRQUN0RCxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVELFlBQVk7UUFDUixJQUFJLENBQUMsYUFBYSxDQUFDLFlBQVksRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUM5QyxJQUFJLENBQUMsYUFBYSxHQUFHLEdBQUcsRUFBRSxjQUFjLENBQUM7WUFDekMsSUFBSSxDQUFDLGFBQWEsR0FBRyxHQUFHLEVBQUUsY0FBYyxDQUFDO1FBQzdDLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzs4R0E3QlEsd0JBQXdCO2tHQUF4Qix3QkFBd0Isa0ZDVnJDLGc2S0FxSUE7OzJGRDNIYSx3QkFBd0I7a0JBTHBDLFNBQVM7K0JBQ0kscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3RvciwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEFwcEJhc2VDb21wb25lbnQgfSBmcm9tICdAcG9zaXdpc2UvYXBwLWJhc2UtY29tcG9uZW50JztcbmltcG9ydCB7IENvbW1vblNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXNlcnZpY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1pbmNpZGVudHMtc3RhdHVzJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vaW5jaWRlbnRzLXN0YXR1cy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vaW5jaWRlbnRzLXN0YXR1cy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEluY2lkZW50c1N0YXR1c0NvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIGxhbmRpbmcgPSBmYWxzZTtcblxuICAgIGxvZ286IGFueTtcblxuICAgIG9wZW5JbmNpZGVudHMgPSBbXTtcblxuICAgIHBhc3RJbmNpZGVudHMgPSBbXTtcblxuICAgIHAxOiBudW1iZXI7XG5cbiAgICBwOiBudW1iZXI7XG5cbiAgICBjb21wYW55TmFtZSA9IHRoaXMuYXBwQ29uZmlnLmNvbXBhbnkubmFtZTtcblxuICAgIGNvbnN0cnVjdG9yKGluamVjdG9yOiBJbmplY3RvciwgcHJpdmF0ZSBjb21tb25TZXJ2aWNlOiBDb21tb25TZXJ2aWNlKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5sb2dvID0gdGhpcy5hcHBDb25maWc/LmNvbXBhbnk/LmxvZ29zPy5tYWluPy51cmw7XG4gICAgICAgIHRoaXMuZ2V0SW5jaWRlbnRzKCk7XG4gICAgfVxuXG4gICAgZ2V0SW5jaWRlbnRzKCkge1xuICAgICAgICB0aGlzLmNvbW1vblNlcnZpY2UuZ2V0SW5jaWRlbnRzKCkuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICAgICAgICB0aGlzLm9wZW5JbmNpZGVudHMgPSByZXM/Lm9wZW5faW5jaWRlbnRzO1xuICAgICAgICAgICAgdGhpcy5wYXN0SW5jaWRlbnRzID0gcmVzPy5wYXN0X2luY2lkZW50cztcbiAgICAgICAgfSk7XG4gICAgfVxufVxuIiwiPHB3LWhlYWRlciBbbGFuZGluZ109XCJmYWxzZVwiPjwvcHctaGVhZGVyPlxuPGRpdiBjbGFzcz1cImluY2lkZW50cy13cmFwcGVyIGNvbnRhaW5lclwiPlxuICA8ZGl2IGNsYXNzPVwibXgtMlwiPlxuICAgIDxoMz57e2NvbXBhbnlOYW1lfX0gU3RhdHVzPC9oMz5cbiAgICA8dWwgbmdiTmF2XG4gICAgICAjbmF2PVwibmdiTmF2XCJcbiAgICAgIGNsYXNzPVwibmF2LXRhYnNcIj5cbiAgICAgIDxsaSBbbmdiTmF2SXRlbV09XCIxXCI+XG4gICAgICAgIDxhIG5nYk5hdkxpbms+T3BlbiBJbmNpZGVudHM8L2E+XG4gICAgICAgIDxuZy10ZW1wbGF0ZSBuZ2JOYXZDb250ZW50PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0YWJsZS1yZXNwb25zaXZlXCJcbiAgICAgICAgICAgICpuZ0lmPVwib3BlbkluY2lkZW50cz8ubGVuZ3RoXCI+XG4gICAgICAgICAgICA8dGFibGUgY2xhc3M9XCJjb2wtbGctMTIgcHgtMCB0YWJsZVwiXG4gICAgICAgICAgICAgIGFyaWEtZGVzY3JpYmVkYnk9XCJpbmNpZGVudCBzdGF0dXNcIj5cbiAgICAgICAgICAgICAgPHRoZWFkPlxuICAgICAgICAgICAgICAgIDx0cj5cbiAgICAgICAgICAgICAgICAgIDx0aD5EZXNjcmlwdGlvbjwvdGg+XG4gICAgICAgICAgICAgICAgICA8dGg+U2VydmljZSBJbXBhY3RlZDwvdGg+XG4gICAgICAgICAgICAgICAgICA8dGg+RGF0ZSBPcGVuPC90aD5cbiAgICAgICAgICAgICAgICAgIDx0aD5EYXRlIENsb3NlZDwvdGg+XG4gICAgICAgICAgICAgICAgPC90cj5cbiAgICAgICAgICAgICAgPC90aGVhZD5cbiAgICAgICAgICAgICAgPHRib2R5PlxuICAgICAgICAgICAgICAgIDx0ciAqbmdGb3I9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZXQgZGF0YSBvZiBvcGVuSW5jaWRlbnRzXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgcGFnaW5hdGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDogeyBpZDogJ2RhdGEnLCBpdGVtc1BlclBhZ2U6IDEwLCBjdXJyZW50UGFnZTogcCB9O1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxldCBpID0gaW5kZXhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cImluY2lkZW50LWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgIDx0ZCBjbGFzcz1cImRlc2NyaXB0aW9uXCI+e3sgZGF0YT8uZGVzY3JpcHRpb24gfX08L3RkPlxuICAgICAgICAgICAgICAgICAgPHRkPlxuICAgICAgICAgICAgICAgICAgICB7e1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhPy5zZXJ2aWNlX2ltcGFjdGVkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/IGRhdGE/LnNlcnZpY2VfaW1wYWN0ZWRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDogZGF0YT8udXJsX2ltcGFjdGVkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX1cbiAgICAgICAgICAgICAgICAgIDwvdGQ+XG4gICAgICAgICAgICAgICAgICA8dGQ+XG4gICAgICAgICAgICAgICAgICAgIHt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGE/LnN0YXJ0ZWRfYXRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgZGF0ZTogJ2RkL01NL3l5eXksIGg6bW0gYSdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgbG93ZXJjYXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX1cbiAgICAgICAgICAgICAgICAgIDwvdGQ+XG4gICAgICAgICAgICAgICAgICA8dGQ+XG4gICAgICAgICAgICAgICAgICAgIHt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGE/LnJlc29sdmVkX2F0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB8IGRhdGU6ICdkZC9NTS95eXl5LCBoOm1tIGEnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB8IGxvd2VyY2FzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICA8L3RkPlxuICAgICAgICAgICAgICAgIDwvdHI+XG4gICAgICAgICAgICAgIDwvdGJvZHk+XG4gICAgICAgICAgICA8L3RhYmxlPlxuXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1jZW50ZXIgcGFnaW5hdGlvbi1jb250cm9scyBjb2wtbGctMTIgcHgtMCB3LTEwMCBtdC0zXCJcbiAgICAgICAgICAgICAgKm5nSWY9XCJvcGVuSW5jaWRlbnRzPy5sZW5ndGggPiAxMFwiPlxuICAgICAgICAgICAgICA8cGFnaW5hdGlvbi1jb250cm9scyBpZD1cImRhdGFcIlxuICAgICAgICAgICAgICAgIChwYWdlQ2hhbmdlKT1cInAgPSAkZXZlbnRcIj5cbiAgICAgICAgICAgICAgPC9wYWdpbmF0aW9uLWNvbnRyb2xzPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPHAgKm5nSWY9XCIhb3BlbkluY2lkZW50cz8ubGVuZ3RoXCI+Tm90aGluZyBoZXJlPC9wPlxuICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgPC9saT5cbiAgICAgIDxsaSBbbmdiTmF2SXRlbV09XCIyXCI+XG4gICAgICAgIDxhIG5nYk5hdkxpbms+Q2xvc2VkIEluY2lkZW50czwvYT5cbiAgICAgICAgPG5nLXRlbXBsYXRlIG5nYk5hdkNvbnRlbnQ+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLXJlc3BvbnNpdmVcIlxuICAgICAgICAgICAgKm5nSWY9XCJwYXN0SW5jaWRlbnRzPy5sZW5ndGhcIj5cbiAgICAgICAgICAgIDx0YWJsZSBjbGFzcz1cImNvbC1sZy0xMiBweC0wIHRhYmxlXCJcbiAgICAgICAgICAgICAgYXJpYS1kZXNjcmliZWRieT1cImluY2lkZW50IHN0YXR1c1wiPlxuICAgICAgICAgICAgICA8dGhlYWQ+XG4gICAgICAgICAgICAgICAgPHRyPlxuICAgICAgICAgICAgICAgICAgPHRoPkRlc2NyaXB0aW9uPC90aD5cbiAgICAgICAgICAgICAgICAgIDx0aD5TZXJ2aWNlIEltcGFjdGVkPC90aD5cbiAgICAgICAgICAgICAgICAgIDx0aD5EYXRlIE9wZW48L3RoPlxuICAgICAgICAgICAgICAgICAgPHRoPkRhdGUgQ2xvc2VkPC90aD5cbiAgICAgICAgICAgICAgICA8L3RyPlxuICAgICAgICAgICAgICA8L3RoZWFkPlxuICAgICAgICAgICAgICA8dGJvZHk+XG4gICAgICAgICAgICAgICAgPHRyICpuZ0Zvcj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxldCBpbmNpZGVudCBvZiBwYXN0SW5jaWRlbnRzXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgcGFnaW5hdGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDoge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ6ICdpbmNpZGVudCcsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtc1BlclBhZ2U6IDEwLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY3VycmVudFBhZ2U6IHAxXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGV0IGkgPSBpbmRleFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaW5jaWRlbnQtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgPHRkIGNsYXNzPVwiZGVzY3JpcHRpb25cIj57eyBpbmNpZGVudD8uZGVzY3JpcHRpb24gfX08L3RkPlxuICAgICAgICAgICAgICAgICAgPHRkPlxuICAgICAgICAgICAgICAgICAgICB7e1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpbmNpZGVudD8uc2VydmljZV9pbXBhY3RlZFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPyBpbmNpZGVudD8uc2VydmljZV9pbXBhY3RlZFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBpbmNpZGVudD8udXJsX2ltcGFjdGVkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX1cbiAgICAgICAgICAgICAgICAgIDwvdGQ+XG4gICAgICAgICAgICAgICAgICA8dGQ+XG4gICAgICAgICAgICAgICAgICAgIHt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGluY2lkZW50Py5zdGFydGVkX2F0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB8IGRhdGU6ICdkZC9NTS95eXl5LCBoOm1tIGEnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB8IGxvd2VyY2FzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICA8L3RkPlxuICAgICAgICAgICAgICAgICAgPHRkPlxuICAgICAgICAgICAgICAgICAgICB7e1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpbmNpZGVudD8ucmVzb2x2ZWRfYXRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgZGF0ZTogJ2RkL01NL3l5eXksIGg6bW0gYSdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgbG93ZXJjYXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX1cbiAgICAgICAgICAgICAgICAgIDwvdGQ+XG4gICAgICAgICAgICAgICAgPC90cj5cbiAgICAgICAgICAgICAgPC90Ym9keT5cbiAgICAgICAgICAgIDwvdGFibGU+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1jZW50ZXIgcGFnaW5hdGlvbi1jb250cm9scyBjb2wtbGctMTIgcHgtMCB3LTEwMCBtdC0zXCJcbiAgICAgICAgICAgICAgKm5nSWY9XCJwYXN0SW5jaWRlbnRzPy5sZW5ndGggPiAxMFwiPlxuICAgICAgICAgICAgICA8cGFnaW5hdGlvbi1jb250cm9scyBpZD1cImluY2lkZW50XCJcbiAgICAgICAgICAgICAgICAocGFnZUNoYW5nZSk9XCJwMSA9ICRldmVudFwiPlxuICAgICAgICAgICAgICA8L3BhZ2luYXRpb24tY29udHJvbHM+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8cCAqbmdJZj1cIiFwYXN0SW5jaWRlbnRzPy5sZW5ndGhcIj5Ob3RoaW5nIGhlcmU8L3A+XG4gICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICA8L2xpPlxuICAgIDwvdWw+XG5cbiAgICA8ZGl2IFtuZ2JOYXZPdXRsZXRdPVwibmF2XCI+PC9kaXY+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Component, Injector } from '@angular/core';
|
|
2
|
+
import { HYPER_DASHBOARD_KEYS } from '../../../config/constant';
|
|
3
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
+
import { AuthService } from '@posiwise/common-services';
|
|
5
|
+
import { HelperService } from '@posiwise/helper-service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@posiwise/common-services";
|
|
8
|
+
import * as i2 from "@posiwise/directives";
|
|
9
|
+
import * as i3 from "@posiwise/shared-components";
|
|
10
|
+
import * as i4 from "../../landing-page/sections/landing-page-footer/landing-page-footer.component";
|
|
11
|
+
import * as i5 from "../../landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
|
|
12
|
+
import * as i6 from "../careers-explainer/careers-explainer.component";
|
|
13
|
+
import * as i7 from "../careers-contact-us/careers-contact-us.component";
|
|
14
|
+
export class CareersComponent extends AppBaseComponent {
|
|
15
|
+
constructor(authService, injector) {
|
|
16
|
+
super(injector);
|
|
17
|
+
this.authService = authService;
|
|
18
|
+
this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
19
|
+
this.landing = false;
|
|
20
|
+
this.masterProductId = this.appConfig.master_subscription.product_id;
|
|
21
|
+
this.sourceId = 4;
|
|
22
|
+
this.subject = 'Careers Contact Request';
|
|
23
|
+
}
|
|
24
|
+
ngOnInit() {
|
|
25
|
+
// Redirect user to the home if its already logged in
|
|
26
|
+
this.authService.getToken$().subscribe(tok => {
|
|
27
|
+
if (tok && typeof tok === 'string') {
|
|
28
|
+
this.router.navigate(['home']);
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
ngAfterViewInit() {
|
|
33
|
+
HelperService.changeTitleText();
|
|
34
|
+
}
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
36
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CareersComponent, selector: "pw-careers", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <!-- <pw-landing-page-contact></pw-landing-page-contact> -->\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i4.LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: i5.LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i6.CareersExplainerComponent, selector: "pw-careers-explainer" }, { kind: "component", type: i7.CareersContactUsComponent, selector: "pw-careers-contact-us" }] }); }
|
|
37
|
+
}
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersComponent, decorators: [{
|
|
39
|
+
type: Component,
|
|
40
|
+
args: [{ selector: 'pw-careers', template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <!-- <pw-landing-page-contact></pw-landing-page-contact> -->\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
41
|
+
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZWVycy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9oaXJpbmcvY2FyZWVycy9jYXJlZXJzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzL2NhcmVlcnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQUUsUUFBUSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWhFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7OztBQU96RCxNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsZ0JBQWdCO0lBV2xELFlBQW9CLFdBQXdCLEVBQUUsUUFBa0I7UUFDNUQsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBREEsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFSNUMsZUFBVSxHQUFHLG9CQUFvQixDQUFDLGVBQWUsQ0FBQztRQUVsRCxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBRWhCLG9CQUFlLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLENBQUM7UUFFaEUsYUFBUSxHQUFHLENBQUMsQ0FBQztRQUtULElBQUksQ0FBQyxPQUFPLEdBQUcseUJBQXlCLENBQUM7SUFDN0MsQ0FBQztJQUVELFFBQVE7UUFDSixxREFBcUQ7UUFDckQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDekMsSUFBSSxHQUFHLElBQUksT0FBTyxHQUFHLEtBQUssUUFBUSxFQUFFO2dCQUNoQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7YUFDbEM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7OEdBNUJRLGdCQUFnQjtrR0FBaEIsZ0JBQWdCLHlFQ1o3QixzMEpBa0lBOzsyRkR0SGEsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNJLFlBQVkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIEluamVjdG9yLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEhZUEVSX0RBU0hCT0FSRF9LRVlTIH0gZnJvbSAnLi4vLi4vLi4vY29uZmlnL2NvbnN0YW50JztcblxuaW1wb3J0IHsgQXBwQmFzZUNvbXBvbmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9hcHAtYmFzZS1jb21wb25lbnQnO1xuaW1wb3J0IHsgQXV0aFNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXNlcnZpY2VzJztcbmltcG9ydCB7IEhlbHBlclNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvaGVscGVyLXNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWNhcmVlcnMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jYXJlZXJzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jYXJlZXJzLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQ2FyZWVyc0NvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQge1xuICAgIHN1YmplY3Q6IHN0cmluZztcblxuICAgIHByb2R1Y3RLZXkgPSBIWVBFUl9EQVNIQk9BUkRfS0VZUy5EYXNoYm9hcmRfRGVtbzE7XG5cbiAgICBsYW5kaW5nID0gZmFsc2U7XG5cbiAgICBtYXN0ZXJQcm9kdWN0SWQgPSB0aGlzLmFwcENvbmZpZy5tYXN0ZXJfc3Vic2NyaXB0aW9uLnByb2R1Y3RfaWQ7XG5cbiAgICBzb3VyY2VJZCA9IDQ7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSwgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcblxuICAgICAgICB0aGlzLnN1YmplY3QgPSAnQ2FyZWVycyBDb250YWN0IFJlcXVlc3QnO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICAvLyBSZWRpcmVjdCB1c2VyIHRvIHRoZSBob21lIGlmIGl0cyBhbHJlYWR5IGxvZ2dlZCBpblxuICAgICAgICB0aGlzLmF1dGhTZXJ2aWNlLmdldFRva2VuJCgpLnN1YnNjcmliZSh0b2sgPT4ge1xuICAgICAgICAgICAgaWYgKHRvayAmJiB0eXBlb2YgdG9rID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnaG9tZSddKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICBIZWxwZXJTZXJ2aWNlLmNoYW5nZVRpdGxlVGV4dCgpO1xuICAgIH1cbn1cbiIsIjxwdy1oZWFkZXIgW2xhbmRpbmddPVwibGFuZGluZ1wiPjwvcHctaGVhZGVyPlxuPGRpdiBjbGFzcz1cInRlY2gtZmVhdHVyZXMtd3JhcHBlclwiPlxuICA8IS0tIGhlYWRlciBzZWN0aW9uIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnIGJsaW5raW5nLXRleHQtd3JhcHBlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXIgdGV4dC1jZW50ZXJcIj5cbiAgICAgIDxoMSBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgQ29tZSB3b3JrIHdpdGggdXMgPGJyIC8+YW5kIGhlbHAgdXNcbiAgICAgICAgPHNwYW4gZGF0YS1wZXJpb2Q9XCIzMDAwXCJcbiAgICAgICAgICBjbGFzcz1cInR4dC1yb3RhdGVcIlxuICAgICAgICAgIFthdHRyLmRhdGEtcm90YXRlXT1cIlsnaW1wcm92ZScsICdmaXgnLCAnY2hhbmdlJ11cIj48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmxpbmtpbmctY3Vyc29yXCI+fDwvc3Bhbj4gdGhlIHdvcmxkXG4gICAgICA8L2gxPlxuICAgICAgPGgzIGNsYXNzPVwibXktNVwiPlxuICAgICAgICBQb3NpV2lzZSBpcyBvbiBhIG1pc3Npb24gdG8gaW1wcm92ZSB0aGUgd29ybGQgYnkgZW5hYmxpbmcgYW55b25lIHRvIGJ1aWxkIGdyZWF0IFNhYVNcbiAgICAgICAgc29sdXRpb25zLlxuICAgICAgICA8YnIgLz5cbiAgICAgICAgV2Ugd2FudCBvdXIgZnV0dXJlIGdlbmVyYXRpb25zIHRvIGJlIHByb3VkIG9mLlxuICAgICAgPC9oMz5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIEZJTkQgWU9VUiBGVVRVUkUtLT5cbiAgPHNlY3Rpb24+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2NhcmVlcnMvY2FyZWVycy0xYy5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJDYXJlZXJzXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPkZJTkQgWU9VUiBGVVRVUkU8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UncmUgYnVpbGRpbmcgYSBjdWx0dXJlIHdoZXJlIHBlcnNvbmFsIGFuZCBwcm9mZXNzaW9uYWwgZ3Jvd3RoIGlzIGp1c3QgYXNcbiAgICAgICAgICAgIHNpZ25pZmljYW50IGFzIGJ1c2luZXNzIGdyb3d0aC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlJ3JlIGFuIGVxdWFsIG9wcG9ydHVuaXR5IGVtcGxveWVyIG9mZmVyaW5nIGNvbXBldGl0aXZlIHNhbGFyaWVzXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlJ3JlIGNvbW1pdHRlZCB0byBidWlsZGluZyBhIGRpdmVyc2UgYW5kIGluY2x1c2l2ZSBlbnZpcm9ubWVudCB3aGVyZVxuICAgICAgICAgICAgICB5b3UgZmVlbCB5b3UgYmVsb25nXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlJ3JlIHJhZGljYWxseSB0cmFuc3BhcmVudCBhbmQgYWx3YXlzIGZvY3VzZWQgb24gc29sdmluZyByZWFsIHByb2JsZW1zXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlIHdhbnQgYWxsIG91ciBlbXBsb3llZXMgdG8gaGF2ZSBvd25lcnNoaXAgb3ZlciB0aGVpciB3b3JrIGFuZCB0byBiZVxuICAgICAgICAgICAgICBlbXBvd2VyZWQgdG8gd29yayBhdXRvbm9tb3VzbHlcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgV2Ugd29yayByZW1vdGVseSBhcyBtdWNoIGFzIHBvc3NpYmxlLCBrZWVwIG5vbi10cmFkaXRpb25hbCBob3VycyB0b1xuICAgICAgICAgICAgICBjcmVhdGUgYSB3b3JrLWxpZmUgXCJmaXRcIiBmb3IgdXMgYW5kIHRoZSBwZW9wbGUgd2UgbG92ZVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gTUFLRSBBTiBJTVBBQ1QgLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5NQUtFIEFOIElNUEFDVDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBQb3NpV2lzZSBpcyBsb29raW5nIGZvciB3b3JsZC1jbGFzcyB0YWxlbnQgcmVhZHkgdG8gdGFja2xlIGNoYWxsZW5naW5nXG4gICAgICAgICAgICBwcm9qZWN0cyB0aGF0IHdpbGwgdWx0aW1hdGVseSBpbXByb3ZlIHBlb3BsZSdzIGxpdmVzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRnJvbSBhIHByb2JsZW0gdGhhdCBtYW55XG4gICAgICAgICAgICAgIHBlb3BsZSBoYXZlIHRvIGEgc29sdXRpb24gdG8gaXRcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRnJvbSBhbiBpZGVhIHRvIGFcbiAgICAgICAgICAgICAgc3VjY2Vzc2Z1bCBnbG9iYWwgY29tcGFueVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBGcm9tIHNjYWxhYmxlIHNvZnR3YXJlXG4gICAgICAgICAgICAgIHNvbHV0aW9ucyB0byBtYWNoaW5lIGxlYXJuaW5nIGFsZ29yaXRobXNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRnJvbSBjb21wbGV4IHNvZnR3YXJlXG4gICAgICAgICAgICAgIHByb2plY3RzIHRvIHRhbmdpYmxlIGltcGFjdHMgb24gb3VyIGZ1dHVyZVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBGcm9tIGluZGl2aWR1YWxzIHRvXG4gICAgICAgICAgICAgIG9yZ2FuaXphdGlvbnMgdGhhdCBtYWtlIGEgZGlmZmVyZW5jZVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2NhcmVlcnMvY2FyZWVycy0yYi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJDYXJlZXJzXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG48L2Rpdj5cbjwhLS0gY2FyZWVycyBleHBsYWluZXIgLS0+XG48c2VjdGlvbj5cbiAgPHB3LWNhcmVlcnMtZXhwbGFpbmVyPjwvcHctY2FyZWVycy1leHBsYWluZXI+XG48L3NlY3Rpb24+XG48IS0tIHN1YnNjcmliZSB0byBvdXIgbmV3c2xldHRlciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlIFtzb3VyY2VJZF09XCJzb3VyY2VJZFwiXG4gIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgY2F0ZWdvcnk6ICdwdy1jYXJlZXJzLW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgIGFjdGlvbjogJ3N1YnNjcmliZS1zdWNjZXNzJyxcbiAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgIHZhbHVlOiAxXG4gICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLXN1YnNjcmliZT5cbjwhLS1jb250YWN0IGNvbnRhaW5lci0tPlxuPHNlY3Rpb24gaWQ9XCJjb250YWN0XCI+XG4gIDwhLS0gPHB3LWxhbmRpbmctcGFnZS1jb250YWN0PjwvcHctbGFuZGluZy1wYWdlLWNvbnRhY3Q+IC0tPlxuICA8cHctY2FyZWVycy1jb250YWN0LXVzPjwvcHctY2FyZWVycy1jb250YWN0LXVzPlxuPC9zZWN0aW9uPlxuXG48IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiJdfQ==
|