@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,40 @@
|
|
|
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 "../../landing-page/sections/landing-page-contact/landing-page-contact.component";
|
|
13
|
+
export class IpManagementComponent extends AppBaseComponent {
|
|
14
|
+
constructor(authService, injector) {
|
|
15
|
+
super(injector);
|
|
16
|
+
this.authService = authService;
|
|
17
|
+
this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
18
|
+
this.landing = false;
|
|
19
|
+
this.masterProductId = this.appConfig.master_subscription.product_id;
|
|
20
|
+
this.subject = 'HyperDashboard Product Contact Request';
|
|
21
|
+
}
|
|
22
|
+
ngOnInit() {
|
|
23
|
+
// Redirect user to the home if its already logged in
|
|
24
|
+
this.authService.getToken$().subscribe(tok => {
|
|
25
|
+
if (tok && typeof tok === 'string') {
|
|
26
|
+
this.router.navigate(['home']);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
ngAfterViewInit() {
|
|
31
|
+
HelperService.changeTitleText();
|
|
32
|
+
}
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IpManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: IpManagementComponent, selector: "pw-ip-management", 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 Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\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/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\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><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\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>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\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/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\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>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\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><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ip-management-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 [gaEventObj]=\"{\n category: 'pw-ip-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\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.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }] }); }
|
|
35
|
+
}
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IpManagementComponent, decorators: [{
|
|
37
|
+
type: Component,
|
|
38
|
+
args: [{ selector: 'pw-ip-management', 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 Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\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/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\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><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\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>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\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/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\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>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\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><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ip-management-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 [gaEventObj]=\"{\n category: 'pw-ip-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\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"] }]
|
|
39
|
+
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXAtbWFuYWdlbWVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2lwLW1hbmFnZW1lbnQvaXAtbWFuYWdlbWVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2lwLW1hbmFnZW1lbnQvaXAtbWFuYWdlbWVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDM0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7QUFPekQsTUFBTSxPQUFPLHFCQUFzQixTQUFRLGdCQUFnQjtJQVN2RCxZQUFvQixXQUF3QixFQUFFLFFBQWtCO1FBQzVELEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQURBLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBTjVDLGVBQVUsR0FBRyxvQkFBb0IsQ0FBQyxlQUFlLENBQUM7UUFFbEQsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUVoQixvQkFBZSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO1FBSzVELElBQUksQ0FBQyxPQUFPLEdBQUcsd0NBQXdDLENBQUM7SUFDNUQsQ0FBQztJQUVELFFBQVE7UUFDSixxREFBcUQ7UUFDckQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDekMsSUFBSSxHQUFHLElBQUksT0FBTyxHQUFHLEtBQUssUUFBUSxFQUFFO2dCQUNoQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7YUFDbEM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7OEdBMUJRLHFCQUFxQjtrR0FBckIscUJBQXFCLCtFQ1psQyw0Nk9BK0xBOzsyRkRuTGEscUJBQXFCO2tCQUxqQyxTQUFTOytCQUNJLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgSW5qZWN0b3IsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSFlQRVJfREFTSEJPQVJEX0tFWVMgfSBmcm9tICcuLi8uLi8uLi9jb25maWcvY29uc3RhbnQnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tc2VydmljZXMnO1xuaW1wb3J0IHsgSGVscGVyU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9oZWxwZXItc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctaXAtbWFuYWdlbWVudCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2lwLW1hbmFnZW1lbnQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2lwLW1hbmFnZW1lbnQuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBJcE1hbmFnZW1lbnRDb21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0IHtcbiAgICBzdWJqZWN0OiBzdHJpbmc7XG5cbiAgICBwcm9kdWN0S2V5ID0gSFlQRVJfREFTSEJPQVJEX0tFWVMuRGFzaGJvYXJkX0RlbW8xO1xuXG4gICAgbGFuZGluZyA9IGZhbHNlO1xuXG4gICAgbWFzdGVyUHJvZHVjdElkID0gdGhpcy5hcHBDb25maWcubWFzdGVyX3N1YnNjcmlwdGlvbi5wcm9kdWN0X2lkO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG5cbiAgICAgICAgdGhpcy5zdWJqZWN0ID0gJ0h5cGVyRGFzaGJvYXJkIFByb2R1Y3QgQ29udGFjdCBSZXF1ZXN0JztcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgLy8gUmVkaXJlY3QgdXNlciB0byB0aGUgaG9tZSBpZiBpdHMgYWxyZWFkeSBsb2dnZWQgaW5cbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+IHtcbiAgICAgICAgICAgIGlmICh0b2sgJiYgdHlwZW9mIHRvayA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbJ2hvbWUnXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgSGVscGVyU2VydmljZS5jaGFuZ2VUaXRsZVRleHQoKTtcbiAgICB9XG59XG4iLCI8cHctaGVhZGVyIFtsYW5kaW5nXT1cImxhbmRpbmdcIj48L3B3LWhlYWRlcj5cbjxkaXYgY2xhc3M9XCJ0ZWNoLWZlYXR1cmVzLXdyYXBwZXJcIj5cbiAgPCEtLSBoZWFkZXIgc2VjdGlvbiAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZyBibGlua2luZy10ZXh0LXdyYXBwZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHRleHQtY2VudGVyXCI+XG4gICAgICA8aDEgY2xhc3M9XCJteS01XCI+XG4gICAgICAgIFlvdXIgaHlwZXIgZGFzaGJvYXJkIDxiciAvPnBvd2VyZWQgYnlcbiAgICAgICAgPHNwYW4gZGF0YS1wZXJpb2Q9XCIzMDAwXCJcbiAgICAgICAgICBjbGFzcz1cInR4dC1yb3RhdGVcIlxuICAgICAgICAgIFthdHRyLmRhdGEtcm90YXRlXT1cIltcbiAgICAgICAgICAgICAgICAgICAgICAgICdFbmhhbmNlZCBEYXRhIENvbGxlY3Rpb24nLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ01hY2hpbmUgTGVhcm5pbmcnLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ0N1c3RvbSBGdW5jdGlvbmFsaXRpZXMnXG4gICAgICAgICAgICAgICAgICAgIF1cIj48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmxpbmtpbmctY3Vyc29yXCI+fDwvc3Bhbj5cbiAgICAgICAgPGJyIC8+dG8gc3VwZXJjaGFyZ2UgeW91ciBidXNpbmVzc1xuICAgICAgPC9oMT5cbiAgICAgIDxoMyBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgRWZmZWN0aXZlIERlY2lzaW9uIE1ha2luZywgSW5jcmVhc2VkIFByb2R1Y3Rpdml0eSBhbmQgSW1wcm92ZWQgQnVzaW5lc3MgUHJvY2Vzc2VzLlxuICAgICAgPC9oMz5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIHJhZGljYWxseSBkaWZmZXJlbnQgLS0+XG4gIDxzZWN0aW9uPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2Mgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1hY2N1cmF0ZS5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJBY2N1cmF0ZSBEYXRhXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPjxzcGFuPkEgUmFkaWNhbGx5IERpZmZlcmVudDwvc3Bhbj4gc29sdXRpb24gdG8gZ2V0IGFjY3VyYXRlIGRhdGE8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgT3VyIGFwcHJvYWNoIHNsYXNoZXMgdGhlIHRpbWUgbmVlZGVkIHRvIGJ1aWxkIGFuZCBkZXBsb3kgaW50ZWxsaWdlbnRcbiAgICAgICAgICAgIGFuYWx5dGljcyB0aGF0IHVubGVhc2ggdGhlIGZ1bGwgcG90ZW50aWFsIG9mIHlvdXIgYnVzaW5lc3MuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBVc2Ugb3VyIHByb3ByaWV0YXJ5XG4gICAgICAgICAgICAgIHRlY2hub2xvZ3kgdG8gZ2F0aGVyIGluZm9ybWF0aW9uIGZyb20gYW55IGF2YWlsYWJsZSBzb3VyY2VzLCBmcm9tIEFQSXNcbiAgICAgICAgICAgICAgdG8gcHVibGljbHkgYXZhaWxhYmxlIHdlYi1wYWdlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQnVpbGQgeW91ciBpbnRlcmFjdGl2ZVxuICAgICAgICAgICAgICBkYXNoYm9hcmQgYXQgYSBmcmFjdGlvbiBvZiB0aGUgY29zdCBvZiB1c2luZyB0cmFkaXRpb25hbCBwcm92aWRlcnMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVzZSBvdXIgQVBJLWZpcnN0XG4gICAgICAgICAgICAgIHRlY2hub2xvZ3kgdG8gbWFzaHVwIGRhdGEgYW5kIGNyZWF0ZSBhbmFseXRpYyBzb2x1dGlvbnMgaW4ganVzdCBhIGZld1xuICAgICAgICAgICAgICBjbGlja3MuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSBoaWdoIHBlcmZvcm1hbmNlIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+XG4gICAgICAgICAgICBIaWdoLXBlcmZvcm1hbmNlIDxzcGFuPkFuYWx5dGljczwvc3Bhbj4gYW5kIDxzcGFuPlZpc3VhbGl6YXRpb248L3NwYW4+IGZyb21cbiAgICAgICAgICAgIGhpc3RvcmljYWwgb3IgcmVhbC10aW1lIGRhdGFcbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UgYnVpbGQgcHJvYmFiaWxpc3RpYyBtb2RlbHMsIGFwcGx5IG1hY2hpbmUgbGVhcm5pbmcgbWV0aG9kcyB0byBmaW5kXG4gICAgICAgICAgICBwYXR0ZXJucyBhbmQgZGVwZW5kZW5jaWVzIGFuZCBwcm92aWRlIG9yZ2FuaXphdGlvbnMgd2l0aCBjcml0aWNhbCBkYXRhXG4gICAgICAgICAgICBpbnNpZ2h0cyB0byByZWR1Y2UgcmlzaywgaW1wbGVtZW50YXRpb24gdGltZSBhbmQgYnVzaW5lc3MgY29zdC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVuZGVyc3RhbmQgZGVtYW5kIGFuZFxuICAgICAgICAgICAgICBzYWxlcyBwYXR0ZXJucyB0byBjcmVhdGUgZWZmZWN0aXZlIG1hcmtldCBzdHJhdGVnaWVzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBEZWxpdmVyIG1vcmUgbWVhbmluZ2Z1bFxuICAgICAgICAgICAgICBjb250ZW50LCBhbmQgY3JlYXRlIGN1c3RvbWl6ZWQgZXhwZXJpZW5jZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IE1ha2UgZmFzdGVyIGFuZCBiZXR0ZXJcbiAgICAgICAgICAgICAgZGVjaXNpb25zIHRvIGVmZmVjdGl2ZWx5IGRyaXZlIHlvdXIgYnVzaW5lc3MgZWZmZWN0aXZlbHkuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtYW5heWx0aWNzLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkFuYWx5dGljcyBhbmQgVmlzdWFsaXNhdGlvblwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIG5vdCBqdXN0IG1lbWJlcnMgLS0+XG4gIDxzZWN0aW9uPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2Mgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1tbC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJNYWNoaW5lIExlYXJuaW5nXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPlxuICAgICAgICAgICAgTm90IGp1c3QgbnVtYmVycy4gPHNwYW4+Q29nbml0aXZlIFZpc2lvbjwvc3Bhbj4gYW5kXG4gICAgICAgICAgICA8c3Bhbj5OYXR1cmFsIExhbmd1YWdlIFByb2Nlc3Npbmc8L3NwYW4+IHNvbHV0aW9uc1xuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBFbXBsb3kgc3RhdGUtb2YtdGhlLWFydCBjb21wdXRlciB2aXNpb24gYW5kIG5hdHVyYWwgbGFuZ3VhZ2UgcHJvY2Vzc2luZ1xuICAgICAgICAgICAgc29sdXRpb25zIHRvIGltcHJvdmUgeW91ciBidXNpbmVzcyBwcm9jZXNzZXMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBBbmFseXNlIHZpZGVvIGFuZFxuICAgICAgICAgICAgICBkaWdpdGFsIGltYWdlIGRhdGEgZm9yIGZhY2lhbCByZWNvZ25pdGlvbiwgaW1hZ2UgcHJvY2Vzc2luZywgb3B0aWNhbFxuICAgICAgICAgICAgICBjaGFyYWN0ZXIgcmVjb2duaXRpb24sIGVtb3Rpb24gYW5hbHlzaXMsIGFuZCBpbXByb3ZlIHRoZSB3YXkgeW91clxuICAgICAgICAgICAgICBidXNpbmVzcyBpbnRlcmFjdHMgd2l0aCB5b3VyIGN1c3RvbWVycy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gR2FpbiBpbnNpZ2h0IGZyb20geW91clxuICAgICAgICAgICAgICBjdXN0b21lciBlbWFpbHMsIHN1cHBvcnQgdGlja2V0cywgcHJvZHVjdCByZXZpZXdzLCBzb2NpYWwgbWVkaWEsIGV0Yy5cbiAgICAgICAgICAgICAgYW5kIHB1dCBpdCB0byB3b3JrIHRvIGdyb3cgeW91ciBidXNpbmVzcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIGV4dGVuZGVkIGZlYXR1cmVzIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+PHNwYW4+RXh0ZW5kZWQgZmVhdHVyZXM8L3NwYW4+IGFsb25nIHdpdGggeW91ciBkYXNoYm9hcmQ8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgQnVpbGQgY3VzdG9tIGZ1bmN0aW9uYWxpdGllcywgYWxvbmcgd2l0aCB0aGUgZGFzaGJvYXJkLCB0byBpbXByb3ZlIGFueSBvZlxuICAgICAgICAgICAgeW91ciBidXNpbmVzcyBwcm9jZXNzZXMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBJbXByb3ZlIHlvdXJcbiAgICAgICAgICAgICAgb3JnYW5pemF0aW9uJ3MgYnVzaW5lc3MgcHJvY2VzcyBlZmZpY2llbmN5IGFuZCBpbXByb3ZlIGN1c3RvbWVyXG4gICAgICAgICAgICAgIGFjcXVpc2l0aW9uLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCBmdW5jdGlvbmFsaXRpZXMgdG9cbiAgICAgICAgICAgICAgcmVkdWNlIHNwZWNpZmljIG9wZXJhdGlvbmFsIGNvc3RzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCBhIGJldHRlciBjdXN0b21lclxuICAgICAgICAgICAgICBleHBlcmllbmNlIGFuZCBpbmNyZWFzZSByZXZlbnVlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1leHRlbmRlZC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJFeHRlbmRlZCBEYXNoYm9hcmRcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbjwvZGl2PlxuPCEtLSBzdWJzY3JpYmUgdG8gb3VyIG5ld3NsZXR0ZXIgLS0+XG48cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZSBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgIGNhdGVnb3J5OiAncHctaXAtbWFuYWdlbWVudC1uZXctbGVhZC1yZWdpc3RyYXRpb24nLFxuICAgICAgICBhY3Rpb246ICdzdWJzY3JpYmUtc3VjY2VzcycsXG4gICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICB2YWx1ZTogMVxuICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmU+XG48IS0tY29udGFjdCBjb250YWluZXItLT5cbjxzZWN0aW9uIGlkPVwiY29udGFjdFwiPlxuICA8cHctbGFuZGluZy1wYWdlLWNvbnRhY3QgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1pcC1tYW5hZ2VtZW50LWNvbnRhY3QtdXMnLFxuICAgICAgICAgICAgYWN0aW9uOiAnY29udGFjdC1zdWNjZXNzJyxcbiAgICAgICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLWNvbnRhY3Q+XG48L3NlY3Rpb24+XG5cbjwhLS1mb290ZXIgY29udGFpbmVyIC0tPlxuPHB3LWxhbmRpbmctcGFnZS1mb290ZXI+PC9wdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPlxuIl19
|
|
@@ -0,0 +1,40 @@
|
|
|
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 "../../landing-page/sections/landing-page-contact/landing-page-contact.component";
|
|
13
|
+
export class PaymentsComponent extends AppBaseComponent {
|
|
14
|
+
constructor(authService, injector) {
|
|
15
|
+
super(injector);
|
|
16
|
+
this.authService = authService;
|
|
17
|
+
this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
18
|
+
this.landing = false;
|
|
19
|
+
this.masterProductId = this.appConfig.master_subscription.product_id;
|
|
20
|
+
this.subject = 'HyperDashboard Product Contact Request';
|
|
21
|
+
}
|
|
22
|
+
ngOnInit() {
|
|
23
|
+
// Redirect user to the home if its already logged in
|
|
24
|
+
this.authService.getToken$().subscribe(tok => {
|
|
25
|
+
if (tok && typeof tok === 'string') {
|
|
26
|
+
this.router.navigate(['home']);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
ngAfterViewInit() {
|
|
31
|
+
HelperService.changeTitleText();
|
|
32
|
+
}
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: PaymentsComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: PaymentsComponent, selector: "pw-payments", 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 Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\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/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\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><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\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>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\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/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\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>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\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><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-payments-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 [gaEventObj]=\"{\n category: 'pw-payments-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\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.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }] }); }
|
|
35
|
+
}
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: PaymentsComponent, decorators: [{
|
|
37
|
+
type: Component,
|
|
38
|
+
args: [{ selector: 'pw-payments', 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 Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\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/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\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><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\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>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\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/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\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>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\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><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-payments-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 [gaEventObj]=\"{\n category: 'pw-payments-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\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"] }]
|
|
39
|
+
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudHMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvdGVjaC1mZWF0dXJlcy9wYXltZW50cy9wYXltZW50cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL3BheW1lbnRzL3BheW1lbnRzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBaUIsU0FBUyxFQUFFLFFBQVEsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMzRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUVoRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7Ozs7OztBQU96RCxNQUFNLE9BQU8saUJBQWtCLFNBQVEsZ0JBQWdCO0lBU25ELFlBQW9CLFdBQXdCLEVBQUUsUUFBa0I7UUFDNUQsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBREEsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFONUMsZUFBVSxHQUFHLG9CQUFvQixDQUFDLGVBQWUsQ0FBQztRQUVsRCxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBRWhCLG9CQUFlLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLENBQUM7UUFLNUQsSUFBSSxDQUFDLE9BQU8sR0FBRyx3Q0FBd0MsQ0FBQztJQUM1RCxDQUFDO0lBRUQsUUFBUTtRQUNKLHFEQUFxRDtRQUNyRCxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUN6QyxJQUFJLEdBQUcsSUFBSSxPQUFPLEdBQUcsS0FBSyxRQUFRLEVBQUU7Z0JBQ2hDLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQzthQUNsQztRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGVBQWU7UUFDWCxhQUFhLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDcEMsQ0FBQzs4R0ExQlEsaUJBQWlCO2tHQUFqQixpQkFBaUIsMEVDWjlCLGs2T0ErTEE7OzJGRG5MYSxpQkFBaUI7a0JBTDdCLFNBQVM7K0JBQ0ksYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgSW5qZWN0b3IsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSFlQRVJfREFTSEJPQVJEX0tFWVMgfSBmcm9tICcuLi8uLi8uLi9jb25maWcvY29uc3RhbnQnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tc2VydmljZXMnO1xuaW1wb3J0IHsgSGVscGVyU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9oZWxwZXItc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctcGF5bWVudHMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9wYXltZW50cy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vcGF5bWVudHMuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBQYXltZW50c0NvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQge1xuICAgIHN1YmplY3Q6IHN0cmluZztcblxuICAgIHByb2R1Y3RLZXkgPSBIWVBFUl9EQVNIQk9BUkRfS0VZUy5EYXNoYm9hcmRfRGVtbzE7XG5cbiAgICBsYW5kaW5nID0gZmFsc2U7XG5cbiAgICBtYXN0ZXJQcm9kdWN0SWQgPSB0aGlzLmFwcENvbmZpZy5tYXN0ZXJfc3Vic2NyaXB0aW9uLnByb2R1Y3RfaWQ7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSwgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcblxuICAgICAgICB0aGlzLnN1YmplY3QgPSAnSHlwZXJEYXNoYm9hcmQgUHJvZHVjdCBDb250YWN0IFJlcXVlc3QnO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICAvLyBSZWRpcmVjdCB1c2VyIHRvIHRoZSBob21lIGlmIGl0cyBhbHJlYWR5IGxvZ2dlZCBpblxuICAgICAgICB0aGlzLmF1dGhTZXJ2aWNlLmdldFRva2VuJCgpLnN1YnNjcmliZSh0b2sgPT4ge1xuICAgICAgICAgICAgaWYgKHRvayAmJiB0eXBlb2YgdG9rID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnaG9tZSddKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICBIZWxwZXJTZXJ2aWNlLmNoYW5nZVRpdGxlVGV4dCgpO1xuICAgIH1cbn1cbiIsIjxwdy1oZWFkZXIgW2xhbmRpbmddPVwibGFuZGluZ1wiPjwvcHctaGVhZGVyPlxuPGRpdiBjbGFzcz1cInRlY2gtZmVhdHVyZXMtd3JhcHBlclwiPlxuICA8IS0tIGhlYWRlciBzZWN0aW9uIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnIGJsaW5raW5nLXRleHQtd3JhcHBlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXIgdGV4dC1jZW50ZXJcIj5cbiAgICAgIDxoMSBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgWW91ciBoeXBlciBkYXNoYm9hcmQgPGJyIC8+cG93ZXJlZCBieVxuICAgICAgICA8c3BhbiBkYXRhLXBlcmlvZD1cIjMwMDBcIlxuICAgICAgICAgIGNsYXNzPVwidHh0LXJvdGF0ZVwiXG4gICAgICAgICAgW2F0dHIuZGF0YS1yb3RhdGVdPVwiW1xuICAgICAgICAgICAgICAgICAgICAgICAgJ0VuaGFuY2VkIERhdGEgQ29sbGVjdGlvbicsXG4gICAgICAgICAgICAgICAgICAgICAgICAnTWFjaGluZSBMZWFybmluZycsXG4gICAgICAgICAgICAgICAgICAgICAgICAnQ3VzdG9tIEZ1bmN0aW9uYWxpdGllcydcbiAgICAgICAgICAgICAgICAgICAgXVwiPjwvc3Bhbj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJibGlua2luZy1jdXJzb3JcIj58PC9zcGFuPlxuICAgICAgICA8YnIgLz50byBzdXBlcmNoYXJnZSB5b3VyIGJ1c2luZXNzXG4gICAgICA8L2gxPlxuICAgICAgPGgzIGNsYXNzPVwibXktNVwiPlxuICAgICAgICBFZmZlY3RpdmUgRGVjaXNpb24gTWFraW5nLCBJbmNyZWFzZWQgUHJvZHVjdGl2aXR5IGFuZCBJbXByb3ZlZCBCdXNpbmVzcyBQcm9jZXNzZXMuXG4gICAgICA8L2gzPlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gcmFkaWNhbGx5IGRpZmZlcmVudCAtLT5cbiAgPHNlY3Rpb24+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLWFjY3VyYXRlLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkFjY3VyYXRlIERhdGFcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+PHNwYW4+QSBSYWRpY2FsbHkgRGlmZmVyZW50PC9zcGFuPiBzb2x1dGlvbiB0byBnZXQgYWNjdXJhdGUgZGF0YTwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBPdXIgYXBwcm9hY2ggc2xhc2hlcyB0aGUgdGltZSBuZWVkZWQgdG8gYnVpbGQgYW5kIGRlcGxveSBpbnRlbGxpZ2VudFxuICAgICAgICAgICAgYW5hbHl0aWNzIHRoYXQgdW5sZWFzaCB0aGUgZnVsbCBwb3RlbnRpYWwgb2YgeW91ciBidXNpbmVzcy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVzZSBvdXIgcHJvcHJpZXRhcnlcbiAgICAgICAgICAgICAgdGVjaG5vbG9neSB0byBnYXRoZXIgaW5mb3JtYXRpb24gZnJvbSBhbnkgYXZhaWxhYmxlIHNvdXJjZXMsIGZyb20gQVBJc1xuICAgICAgICAgICAgICB0byBwdWJsaWNseSBhdmFpbGFibGUgd2ViLXBhZ2VzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCB5b3VyIGludGVyYWN0aXZlXG4gICAgICAgICAgICAgIGRhc2hib2FyZCBhdCBhIGZyYWN0aW9uIG9mIHRoZSBjb3N0IG9mIHVzaW5nIHRyYWRpdGlvbmFsIHByb3ZpZGVycy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVXNlIG91ciBBUEktZmlyc3RcbiAgICAgICAgICAgICAgdGVjaG5vbG9neSB0byBtYXNodXAgZGF0YSBhbmQgY3JlYXRlIGFuYWx5dGljIHNvbHV0aW9ucyBpbiBqdXN0IGEgZmV3XG4gICAgICAgICAgICAgIGNsaWNrcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIGhpZ2ggcGVyZm9ybWFuY2UgLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgIEhpZ2gtcGVyZm9ybWFuY2UgPHNwYW4+QW5hbHl0aWNzPC9zcGFuPiBhbmQgPHNwYW4+VmlzdWFsaXphdGlvbjwvc3Bhbj4gZnJvbVxuICAgICAgICAgICAgaGlzdG9yaWNhbCBvciByZWFsLXRpbWUgZGF0YVxuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBXZSBidWlsZCBwcm9iYWJpbGlzdGljIG1vZGVscywgYXBwbHkgbWFjaGluZSBsZWFybmluZyBtZXRob2RzIHRvIGZpbmRcbiAgICAgICAgICAgIHBhdHRlcm5zIGFuZCBkZXBlbmRlbmNpZXMgYW5kIHByb3ZpZGUgb3JnYW5pemF0aW9ucyB3aXRoIGNyaXRpY2FsIGRhdGFcbiAgICAgICAgICAgIGluc2lnaHRzIHRvIHJlZHVjZSByaXNrLCBpbXBsZW1lbnRhdGlvbiB0aW1lIGFuZCBidXNpbmVzcyBjb3N0LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVW5kZXJzdGFuZCBkZW1hbmQgYW5kXG4gICAgICAgICAgICAgIHNhbGVzIHBhdHRlcm5zIHRvIGNyZWF0ZSBlZmZlY3RpdmUgbWFya2V0IHN0cmF0ZWdpZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IERlbGl2ZXIgbW9yZSBtZWFuaW5nZnVsXG4gICAgICAgICAgICAgIGNvbnRlbnQsIGFuZCBjcmVhdGUgY3VzdG9taXplZCBleHBlcmllbmNlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gTWFrZSBmYXN0ZXIgYW5kIGJldHRlclxuICAgICAgICAgICAgICBkZWNpc2lvbnMgdG8gZWZmZWN0aXZlbHkgZHJpdmUgeW91ciBidXNpbmVzcyBlZmZlY3RpdmVseS5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1hbmF5bHRpY3MucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiQW5hbHl0aWNzIGFuZCBWaXN1YWxpc2F0aW9uXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gbm90IGp1c3QgbWVtYmVycyAtLT5cbiAgPHNlY3Rpb24+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLW1sLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIk1hY2hpbmUgTGVhcm5pbmdcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+XG4gICAgICAgICAgICBOb3QganVzdCBudW1iZXJzLiA8c3Bhbj5Db2duaXRpdmUgVmlzaW9uPC9zcGFuPiBhbmRcbiAgICAgICAgICAgIDxzcGFuPk5hdHVyYWwgTGFuZ3VhZ2UgUHJvY2Vzc2luZzwvc3Bhbj4gc29sdXRpb25zXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIEVtcGxveSBzdGF0ZS1vZi10aGUtYXJ0IGNvbXB1dGVyIHZpc2lvbiBhbmQgbmF0dXJhbCBsYW5ndWFnZSBwcm9jZXNzaW5nXG4gICAgICAgICAgICBzb2x1dGlvbnMgdG8gaW1wcm92ZSB5b3VyIGJ1c2luZXNzIHByb2Nlc3Nlcy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEFuYWx5c2UgdmlkZW8gYW5kXG4gICAgICAgICAgICAgIGRpZ2l0YWwgaW1hZ2UgZGF0YSBmb3IgZmFjaWFsIHJlY29nbml0aW9uLCBpbWFnZSBwcm9jZXNzaW5nLCBvcHRpY2FsXG4gICAgICAgICAgICAgIGNoYXJhY3RlciByZWNvZ25pdGlvbiwgZW1vdGlvbiBhbmFseXNpcywgYW5kIGltcHJvdmUgdGhlIHdheSB5b3VyXG4gICAgICAgICAgICAgIGJ1c2luZXNzIGludGVyYWN0cyB3aXRoIHlvdXIgY3VzdG9tZXJzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBHYWluIGluc2lnaHQgZnJvbSB5b3VyXG4gICAgICAgICAgICAgIGN1c3RvbWVyIGVtYWlscywgc3VwcG9ydCB0aWNrZXRzLCBwcm9kdWN0IHJldmlld3MsIHNvY2lhbCBtZWRpYSwgZXRjLlxuICAgICAgICAgICAgICBhbmQgcHV0IGl0IHRvIHdvcmsgdG8gZ3JvdyB5b3VyIGJ1c2luZXNzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gZXh0ZW5kZWQgZmVhdHVyZXMgLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj48c3Bhbj5FeHRlbmRlZCBmZWF0dXJlczwvc3Bhbj4gYWxvbmcgd2l0aCB5b3VyIGRhc2hib2FyZDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBCdWlsZCBjdXN0b20gZnVuY3Rpb25hbGl0aWVzLCBhbG9uZyB3aXRoIHRoZSBkYXNoYm9hcmQsIHRvIGltcHJvdmUgYW55IG9mXG4gICAgICAgICAgICB5b3VyIGJ1c2luZXNzIHByb2Nlc3Nlcy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEltcHJvdmUgeW91clxuICAgICAgICAgICAgICBvcmdhbml6YXRpb24ncyBidXNpbmVzcyBwcm9jZXNzIGVmZmljaWVuY3kgYW5kIGltcHJvdmUgY3VzdG9tZXJcbiAgICAgICAgICAgICAgYWNxdWlzaXRpb24uXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJ1aWxkIGZ1bmN0aW9uYWxpdGllcyB0b1xuICAgICAgICAgICAgICByZWR1Y2Ugc3BlY2lmaWMgb3BlcmF0aW9uYWwgY29zdHMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJ1aWxkIGEgYmV0dGVyIGN1c3RvbWVyXG4gICAgICAgICAgICAgIGV4cGVyaWVuY2UgYW5kIGluY3JlYXNlIHJldmVudWVzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLWV4dGVuZGVkLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkV4dGVuZGVkIERhc2hib2FyZFwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuPC9kaXY+XG48IS0tIHN1YnNjcmliZSB0byBvdXIgbmV3c2xldHRlciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgY2F0ZWdvcnk6ICdwdy1wYXltZW50cy1uZXctbGVhZC1yZWdpc3RyYXRpb24nLFxuICAgICAgICBhY3Rpb246ICdzdWJzY3JpYmUtc3VjY2VzcycsXG4gICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICB2YWx1ZTogMVxuICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmU+XG48IS0tY29udGFjdCBjb250YWluZXItLT5cbjxzZWN0aW9uIGlkPVwiY29udGFjdFwiPlxuICA8cHctbGFuZGluZy1wYWdlLWNvbnRhY3QgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1wYXltZW50cy1jb250YWN0LXVzJyxcbiAgICAgICAgICAgIGFjdGlvbjogJ2NvbnRhY3Qtc3VjY2VzcycsXG4gICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1jb250YWN0PlxuPC9zZWN0aW9uPlxuXG48IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiJdfQ==
|
|
@@ -0,0 +1,40 @@
|
|
|
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 "../../landing-page/sections/landing-page-contact/landing-page-contact.component";
|
|
13
|
+
export class SecurityComponent extends AppBaseComponent {
|
|
14
|
+
constructor(authService, injector) {
|
|
15
|
+
super(injector);
|
|
16
|
+
this.authService = authService;
|
|
17
|
+
this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
18
|
+
this.landing = false;
|
|
19
|
+
this.masterProductId = this.appConfig.master_subscription.product_id;
|
|
20
|
+
this.subject = 'HyperDashboard Product Contact Request';
|
|
21
|
+
}
|
|
22
|
+
ngOnInit() {
|
|
23
|
+
// Redirect user to the home if its already logged in
|
|
24
|
+
this.authService.getToken$().subscribe(tok => {
|
|
25
|
+
if (tok && typeof tok === 'string') {
|
|
26
|
+
this.router.navigate(['home']);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
ngAfterViewInit() {
|
|
31
|
+
HelperService.changeTitleText();
|
|
32
|
+
}
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: SecurityComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: SecurityComponent, selector: "pw-security", 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 Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\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/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\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><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\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>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\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/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\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>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\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><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-security-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 [gaEventObj]=\"{\n category: 'pw-security-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\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.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }] }); }
|
|
35
|
+
}
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: SecurityComponent, decorators: [{
|
|
37
|
+
type: Component,
|
|
38
|
+
args: [{ selector: 'pw-security', 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 Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\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/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\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><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\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>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\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/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\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>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\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><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-security-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 [gaEventObj]=\"{\n category: 'pw-security-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\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"] }]
|
|
39
|
+
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdXJpdHkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvdGVjaC1mZWF0dXJlcy9zZWN1cml0eS9zZWN1cml0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL3NlY3VyaXR5L3NlY3VyaXR5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBaUIsU0FBUyxFQUFFLFFBQVEsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMzRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUVoRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7Ozs7OztBQU96RCxNQUFNLE9BQU8saUJBQWtCLFNBQVEsZ0JBQWdCO0lBU25ELFlBQW9CLFdBQXdCLEVBQUUsUUFBa0I7UUFDNUQsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBREEsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFONUMsZUFBVSxHQUFHLG9CQUFvQixDQUFDLGVBQWUsQ0FBQztRQUVsRCxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBRWhCLG9CQUFlLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLENBQUM7UUFLNUQsSUFBSSxDQUFDLE9BQU8sR0FBRyx3Q0FBd0MsQ0FBQztJQUM1RCxDQUFDO0lBRUQsUUFBUTtRQUNKLHFEQUFxRDtRQUNyRCxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUN6QyxJQUFJLEdBQUcsSUFBSSxPQUFPLEdBQUcsS0FBSyxRQUFRLEVBQUU7Z0JBQ2hDLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQzthQUNsQztRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGVBQWU7UUFDWCxhQUFhLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDcEMsQ0FBQzs4R0ExQlEsaUJBQWlCO2tHQUFqQixpQkFBaUIsMEVDWjlCLGs2T0ErTEE7OzJGRG5MYSxpQkFBaUI7a0JBTDdCLFNBQVM7K0JBQ0ksYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgSW5qZWN0b3IsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSFlQRVJfREFTSEJPQVJEX0tFWVMgfSBmcm9tICcuLi8uLi8uLi9jb25maWcvY29uc3RhbnQnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tc2VydmljZXMnO1xuaW1wb3J0IHsgSGVscGVyU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9oZWxwZXItc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctc2VjdXJpdHknLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zZWN1cml0eS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vc2VjdXJpdHkuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBTZWN1cml0eUNvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQge1xuICAgIHN1YmplY3Q6IHN0cmluZztcblxuICAgIHByb2R1Y3RLZXkgPSBIWVBFUl9EQVNIQk9BUkRfS0VZUy5EYXNoYm9hcmRfRGVtbzE7XG5cbiAgICBsYW5kaW5nID0gZmFsc2U7XG5cbiAgICBtYXN0ZXJQcm9kdWN0SWQgPSB0aGlzLmFwcENvbmZpZy5tYXN0ZXJfc3Vic2NyaXB0aW9uLnByb2R1Y3RfaWQ7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSwgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcblxuICAgICAgICB0aGlzLnN1YmplY3QgPSAnSHlwZXJEYXNoYm9hcmQgUHJvZHVjdCBDb250YWN0IFJlcXVlc3QnO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICAvLyBSZWRpcmVjdCB1c2VyIHRvIHRoZSBob21lIGlmIGl0cyBhbHJlYWR5IGxvZ2dlZCBpblxuICAgICAgICB0aGlzLmF1dGhTZXJ2aWNlLmdldFRva2VuJCgpLnN1YnNjcmliZSh0b2sgPT4ge1xuICAgICAgICAgICAgaWYgKHRvayAmJiB0eXBlb2YgdG9rID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnaG9tZSddKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICBIZWxwZXJTZXJ2aWNlLmNoYW5nZVRpdGxlVGV4dCgpO1xuICAgIH1cbn1cbiIsIjxwdy1oZWFkZXIgW2xhbmRpbmddPVwibGFuZGluZ1wiPjwvcHctaGVhZGVyPlxuPGRpdiBjbGFzcz1cInRlY2gtZmVhdHVyZXMtd3JhcHBlclwiPlxuICA8IS0tIGhlYWRlciBzZWN0aW9uIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnIGJsaW5raW5nLXRleHQtd3JhcHBlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXIgdGV4dC1jZW50ZXJcIj5cbiAgICAgIDxoMSBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgWW91ciBoeXBlciBkYXNoYm9hcmQgPGJyIC8+cG93ZXJlZCBieVxuICAgICAgICA8c3BhbiBkYXRhLXBlcmlvZD1cIjMwMDBcIlxuICAgICAgICAgIGNsYXNzPVwidHh0LXJvdGF0ZVwiXG4gICAgICAgICAgW2F0dHIuZGF0YS1yb3RhdGVdPVwiW1xuICAgICAgICAgICAgICAgICAgICAgICAgJ0VuaGFuY2VkIERhdGEgQ29sbGVjdGlvbicsXG4gICAgICAgICAgICAgICAgICAgICAgICAnTWFjaGluZSBMZWFybmluZycsXG4gICAgICAgICAgICAgICAgICAgICAgICAnQ3VzdG9tIEZ1bmN0aW9uYWxpdGllcydcbiAgICAgICAgICAgICAgICAgICAgXVwiPjwvc3Bhbj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJibGlua2luZy1jdXJzb3JcIj58PC9zcGFuPlxuICAgICAgICA8YnIgLz50byBzdXBlcmNoYXJnZSB5b3VyIGJ1c2luZXNzXG4gICAgICA8L2gxPlxuICAgICAgPGgzIGNsYXNzPVwibXktNVwiPlxuICAgICAgICBFZmZlY3RpdmUgRGVjaXNpb24gTWFraW5nLCBJbmNyZWFzZWQgUHJvZHVjdGl2aXR5IGFuZCBJbXByb3ZlZCBCdXNpbmVzcyBQcm9jZXNzZXMuXG4gICAgICA8L2gzPlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gcmFkaWNhbGx5IGRpZmZlcmVudCAtLT5cbiAgPHNlY3Rpb24+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLWFjY3VyYXRlLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkFjY3VyYXRlIERhdGFcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+PHNwYW4+QSBSYWRpY2FsbHkgRGlmZmVyZW50PC9zcGFuPiBzb2x1dGlvbiB0byBnZXQgYWNjdXJhdGUgZGF0YTwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBPdXIgYXBwcm9hY2ggc2xhc2hlcyB0aGUgdGltZSBuZWVkZWQgdG8gYnVpbGQgYW5kIGRlcGxveSBpbnRlbGxpZ2VudFxuICAgICAgICAgICAgYW5hbHl0aWNzIHRoYXQgdW5sZWFzaCB0aGUgZnVsbCBwb3RlbnRpYWwgb2YgeW91ciBidXNpbmVzcy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVzZSBvdXIgcHJvcHJpZXRhcnlcbiAgICAgICAgICAgICAgdGVjaG5vbG9neSB0byBnYXRoZXIgaW5mb3JtYXRpb24gZnJvbSBhbnkgYXZhaWxhYmxlIHNvdXJjZXMsIGZyb20gQVBJc1xuICAgICAgICAgICAgICB0byBwdWJsaWNseSBhdmFpbGFibGUgd2ViLXBhZ2VzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCB5b3VyIGludGVyYWN0aXZlXG4gICAgICAgICAgICAgIGRhc2hib2FyZCBhdCBhIGZyYWN0aW9uIG9mIHRoZSBjb3N0IG9mIHVzaW5nIHRyYWRpdGlvbmFsIHByb3ZpZGVycy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVXNlIG91ciBBUEktZmlyc3RcbiAgICAgICAgICAgICAgdGVjaG5vbG9neSB0byBtYXNodXAgZGF0YSBhbmQgY3JlYXRlIGFuYWx5dGljIHNvbHV0aW9ucyBpbiBqdXN0IGEgZmV3XG4gICAgICAgICAgICAgIGNsaWNrcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIGhpZ2ggcGVyZm9ybWFuY2UgLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgIEhpZ2gtcGVyZm9ybWFuY2UgPHNwYW4+QW5hbHl0aWNzPC9zcGFuPiBhbmQgPHNwYW4+VmlzdWFsaXphdGlvbjwvc3Bhbj4gZnJvbVxuICAgICAgICAgICAgaGlzdG9yaWNhbCBvciByZWFsLXRpbWUgZGF0YVxuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBXZSBidWlsZCBwcm9iYWJpbGlzdGljIG1vZGVscywgYXBwbHkgbWFjaGluZSBsZWFybmluZyBtZXRob2RzIHRvIGZpbmRcbiAgICAgICAgICAgIHBhdHRlcm5zIGFuZCBkZXBlbmRlbmNpZXMgYW5kIHByb3ZpZGUgb3JnYW5pemF0aW9ucyB3aXRoIGNyaXRpY2FsIGRhdGFcbiAgICAgICAgICAgIGluc2lnaHRzIHRvIHJlZHVjZSByaXNrLCBpbXBsZW1lbnRhdGlvbiB0aW1lIGFuZCBidXNpbmVzcyBjb3N0LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVW5kZXJzdGFuZCBkZW1hbmQgYW5kXG4gICAgICAgICAgICAgIHNhbGVzIHBhdHRlcm5zIHRvIGNyZWF0ZSBlZmZlY3RpdmUgbWFya2V0IHN0cmF0ZWdpZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IERlbGl2ZXIgbW9yZSBtZWFuaW5nZnVsXG4gICAgICAgICAgICAgIGNvbnRlbnQsIGFuZCBjcmVhdGUgY3VzdG9taXplZCBleHBlcmllbmNlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gTWFrZSBmYXN0ZXIgYW5kIGJldHRlclxuICAgICAgICAgICAgICBkZWNpc2lvbnMgdG8gZWZmZWN0aXZlbHkgZHJpdmUgeW91ciBidXNpbmVzcyBlZmZlY3RpdmVseS5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1hbmF5bHRpY3MucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiQW5hbHl0aWNzIGFuZCBWaXN1YWxpc2F0aW9uXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gbm90IGp1c3QgbWVtYmVycyAtLT5cbiAgPHNlY3Rpb24+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLW1sLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIk1hY2hpbmUgTGVhcm5pbmdcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+XG4gICAgICAgICAgICBOb3QganVzdCBudW1iZXJzLiA8c3Bhbj5Db2duaXRpdmUgVmlzaW9uPC9zcGFuPiBhbmRcbiAgICAgICAgICAgIDxzcGFuPk5hdHVyYWwgTGFuZ3VhZ2UgUHJvY2Vzc2luZzwvc3Bhbj4gc29sdXRpb25zXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIEVtcGxveSBzdGF0ZS1vZi10aGUtYXJ0IGNvbXB1dGVyIHZpc2lvbiBhbmQgbmF0dXJhbCBsYW5ndWFnZSBwcm9jZXNzaW5nXG4gICAgICAgICAgICBzb2x1dGlvbnMgdG8gaW1wcm92ZSB5b3VyIGJ1c2luZXNzIHByb2Nlc3Nlcy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEFuYWx5c2UgdmlkZW8gYW5kXG4gICAgICAgICAgICAgIGRpZ2l0YWwgaW1hZ2UgZGF0YSBmb3IgZmFjaWFsIHJlY29nbml0aW9uLCBpbWFnZSBwcm9jZXNzaW5nLCBvcHRpY2FsXG4gICAgICAgICAgICAgIGNoYXJhY3RlciByZWNvZ25pdGlvbiwgZW1vdGlvbiBhbmFseXNpcywgYW5kIGltcHJvdmUgdGhlIHdheSB5b3VyXG4gICAgICAgICAgICAgIGJ1c2luZXNzIGludGVyYWN0cyB3aXRoIHlvdXIgY3VzdG9tZXJzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBHYWluIGluc2lnaHQgZnJvbSB5b3VyXG4gICAgICAgICAgICAgIGN1c3RvbWVyIGVtYWlscywgc3VwcG9ydCB0aWNrZXRzLCBwcm9kdWN0IHJldmlld3MsIHNvY2lhbCBtZWRpYSwgZXRjLlxuICAgICAgICAgICAgICBhbmQgcHV0IGl0IHRvIHdvcmsgdG8gZ3JvdyB5b3VyIGJ1c2luZXNzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gZXh0ZW5kZWQgZmVhdHVyZXMgLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj48c3Bhbj5FeHRlbmRlZCBmZWF0dXJlczwvc3Bhbj4gYWxvbmcgd2l0aCB5b3VyIGRhc2hib2FyZDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBCdWlsZCBjdXN0b20gZnVuY3Rpb25hbGl0aWVzLCBhbG9uZyB3aXRoIHRoZSBkYXNoYm9hcmQsIHRvIGltcHJvdmUgYW55IG9mXG4gICAgICAgICAgICB5b3VyIGJ1c2luZXNzIHByb2Nlc3Nlcy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEltcHJvdmUgeW91clxuICAgICAgICAgICAgICBvcmdhbml6YXRpb24ncyBidXNpbmVzcyBwcm9jZXNzIGVmZmljaWVuY3kgYW5kIGltcHJvdmUgY3VzdG9tZXJcbiAgICAgICAgICAgICAgYWNxdWlzaXRpb24uXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJ1aWxkIGZ1bmN0aW9uYWxpdGllcyB0b1xuICAgICAgICAgICAgICByZWR1Y2Ugc3BlY2lmaWMgb3BlcmF0aW9uYWwgY29zdHMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJ1aWxkIGEgYmV0dGVyIGN1c3RvbWVyXG4gICAgICAgICAgICAgIGV4cGVyaWVuY2UgYW5kIGluY3JlYXNlIHJldmVudWVzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLWV4dGVuZGVkLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkV4dGVuZGVkIERhc2hib2FyZFwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuPC9kaXY+XG48IS0tIHN1YnNjcmliZSB0byBvdXIgbmV3c2xldHRlciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgY2F0ZWdvcnk6ICdwdy1zZWN1cml0eS1uZXctbGVhZC1yZWdpc3RyYXRpb24nLFxuICAgICAgICBhY3Rpb246ICdzdWJzY3JpYmUtc3VjY2VzcycsXG4gICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICB2YWx1ZTogMVxuICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmU+XG48IS0tY29udGFjdCBjb250YWluZXItLT5cbjxzZWN0aW9uIGlkPVwiY29udGFjdFwiPlxuICA8cHctbGFuZGluZy1wYWdlLWNvbnRhY3QgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1zZWN1cml0eS1jb250YWN0LXVzJyxcbiAgICAgICAgICAgIGFjdGlvbjogJ2NvbnRhY3Qtc3VjY2VzcycsXG4gICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1jb250YWN0PlxuPC9zZWN0aW9uPlxuXG48IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiJdfQ==
|