@posiwise/public-modules 0.0.6654 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/fesm2022/posiwise-public-modules.mjs +1161 -832
  2. package/fesm2022/posiwise-public-modules.mjs.map +1 -1
  3. package/index.d.ts +9 -1
  4. package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +16 -0
  5. package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +19 -0
  6. package/lib/ab-test/ab-test.interface.d.ts +9 -0
  7. package/lib/ab-test/ab-test.module.d.ts +13 -0
  8. package/lib/config/constant.d.ts +1 -0
  9. package/lib/error-page/error-page.component.d.ts +1 -1
  10. package/lib/error-status-pages.module.d.ts +20 -0
  11. package/lib/geo-template/geo-template.component.d.ts +12 -0
  12. package/lib/incidents-status/incidents-status.component.d.ts +14 -4
  13. package/lib/landing-page-shared.module.d.ts +47 -0
  14. package/lib/landing-pages/base/base-contact-form.component.d.ts +26 -0
  15. package/lib/landing-pages/base/base-landing-page.component.d.ts +17 -0
  16. package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
  17. package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +5 -19
  18. package/lib/landing-pages/landing-page/landing-page.component.d.ts +7 -6
  19. package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +6 -1
  20. package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
  21. package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
  22. package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +2 -0
  23. package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +2 -4
  24. package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
  25. package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
  26. package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +2 -0
  27. package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +2 -4
  28. package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
  29. package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +19 -0
  30. package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +5 -9
  31. package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +6 -11
  32. package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +5 -9
  33. package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +4 -10
  34. package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +4 -10
  35. package/lib/landing-pages/tech-features/payments/payments.component.d.ts +4 -10
  36. package/lib/landing-pages/tech-features/security/security.component.d.ts +4 -10
  37. package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +4 -10
  38. package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +4 -10
  39. package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
  40. package/lib/maintenance/maintenance-page.component.d.ts +6 -2
  41. package/lib/public.module.d.ts +25 -56
  42. package/lib/resource-meetings/resource-meetings.component.d.ts +18 -0
  43. package/package.json +3 -5
  44. package/esm2022/index.mjs +0 -53
  45. package/esm2022/lib/config/constant.mjs +0 -87
  46. package/esm2022/lib/error-page/error-page.component.mjs +0 -23
  47. package/esm2022/lib/incidents-status/incidents-status.component.mjs +0 -36
  48. package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +0 -42
  49. package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +0 -90
  50. package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +0 -12
  51. package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +0 -60
  52. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +0 -12
  53. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +0 -18
  54. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +0 -18
  55. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +0 -12
  56. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +0 -95
  57. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +0 -29
  58. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +0 -21
  59. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +0 -11
  60. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +0 -41
  61. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +0 -12
  62. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +0 -88
  63. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +0 -12
  64. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +0 -12
  65. package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +0 -12
  66. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +0 -12
  67. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +0 -18
  68. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +0 -12
  69. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +0 -95
  70. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +0 -21
  71. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +0 -11
  72. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +0 -44
  73. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +0 -12
  74. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +0 -88
  75. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +0 -12
  76. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +0 -12
  77. package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +0 -12
  78. package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +0 -40
  79. package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +0 -12
  80. package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +0 -42
  81. package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +0 -40
  82. package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +0 -40
  83. package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +0 -40
  84. package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +0 -40
  85. package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +0 -40
  86. package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +0 -40
  87. package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +0 -40
  88. package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +0 -42
  89. package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +0 -12
  90. package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +0 -20
  91. package/esm2022/lib/maintenance/maintenance-page.component.mjs +0 -12
  92. package/esm2022/lib/notfound-page/notfound-page.component.mjs +0 -13
  93. package/esm2022/lib/public.module.mjs +0 -218
  94. package/esm2022/posiwise-public-modules.mjs +0 -5
  95. package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +0 -7
@@ -1,40 +0,0 @@
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 UiBuilderComponent 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: UiBuilderComponent, 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: UiBuilderComponent, selector: "pw-ui-builder", 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-ui-builder-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-ui-builder-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: UiBuilderComponent, decorators: [{
37
- type: Component,
38
- args: [{ selector: 'pw-ui-builder', 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-ui-builder-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-ui-builder-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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWktYnVpbGRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL3VpLWJ1aWxkZXIvdWktYnVpbGRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL3VpLWJ1aWxkZXIvdWktYnVpbGRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDM0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7QUFPekQsTUFBTSxPQUFPLGtCQUFtQixTQUFRLGdCQUFnQjtJQVNwRCxZQUFvQixXQUF3QixFQUFFLFFBQWtCO1FBQzVELEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQURBLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBTjVDLGVBQVUsR0FBRyxvQkFBb0IsQ0FBQyxlQUFlLENBQUM7UUFFbEQsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUVoQixvQkFBZSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO1FBSzVELElBQUksQ0FBQyxPQUFPLEdBQUcsd0NBQXdDLENBQUM7SUFDNUQsQ0FBQztJQUVELFFBQVE7UUFDSixxREFBcUQ7UUFDckQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDekMsSUFBSSxHQUFHLElBQUksT0FBTyxHQUFHLEtBQUssUUFBUSxFQUFFO2dCQUNoQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7YUFDbEM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7OEdBMUJRLGtCQUFrQjtrR0FBbEIsa0JBQWtCLDRFQ1ovQixzNk9BK0xBOzsyRkRuTGEsa0JBQWtCO2tCQUw5QixTQUFTOytCQUNJLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIEluamVjdG9yLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEhZUEVSX0RBU0hCT0FSRF9LRVlTIH0gZnJvbSAnLi4vLi4vLi4vY29uZmlnL2NvbnN0YW50JztcblxuaW1wb3J0IHsgQXBwQmFzZUNvbXBvbmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9hcHAtYmFzZS1jb21wb25lbnQnO1xuaW1wb3J0IHsgQXV0aFNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXNlcnZpY2VzJztcbmltcG9ydCB7IEhlbHBlclNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvaGVscGVyLXNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LXVpLWJ1aWxkZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi91aS1idWlsZGVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi91aS1idWlsZGVyLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgVWlCdWlsZGVyQ29tcG9uZW50IGV4dGVuZHMgQXBwQmFzZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgQWZ0ZXJWaWV3SW5pdCB7XG4gICAgc3ViamVjdDogc3RyaW5nO1xuXG4gICAgcHJvZHVjdEtleSA9IEhZUEVSX0RBU0hCT0FSRF9LRVlTLkRhc2hib2FyZF9EZW1vMTtcblxuICAgIGxhbmRpbmcgPSBmYWxzZTtcblxuICAgIG1hc3RlclByb2R1Y3RJZCA9IHRoaXMuYXBwQ29uZmlnLm1hc3Rlcl9zdWJzY3JpcHRpb24ucHJvZHVjdF9pZDtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgYXV0aFNlcnZpY2U6IEF1dGhTZXJ2aWNlLCBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoaW5qZWN0b3IpO1xuXG4gICAgICAgIHRoaXMuc3ViamVjdCA9ICdIeXBlckRhc2hib2FyZCBQcm9kdWN0IENvbnRhY3QgUmVxdWVzdCc7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIC8vIFJlZGlyZWN0IHVzZXIgdG8gdGhlIGhvbWUgaWYgaXRzIGFscmVhZHkgbG9nZ2VkIGluXG4gICAgICAgIHRoaXMuYXV0aFNlcnZpY2UuZ2V0VG9rZW4kKCkuc3Vic2NyaWJlKHRvayA9PiB7XG4gICAgICAgICAgICBpZiAodG9rICYmIHR5cGVvZiB0b2sgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoWydob21lJ10pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIEhlbHBlclNlcnZpY2UuY2hhbmdlVGl0bGVUZXh0KCk7XG4gICAgfVxufVxuIiwiPHB3LWhlYWRlciBbbGFuZGluZ109XCJsYW5kaW5nXCI+PC9wdy1oZWFkZXI+XG48ZGl2IGNsYXNzPVwidGVjaC1mZWF0dXJlcy13cmFwcGVyXCI+XG4gIDwhLS0gaGVhZGVyIHNlY3Rpb24gLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmcgYmxpbmtpbmctdGV4dC13cmFwcGVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lciB0ZXh0LWNlbnRlclwiPlxuICAgICAgPGgxIGNsYXNzPVwibXktNVwiPlxuICAgICAgICBZb3VyIGh5cGVyIGRhc2hib2FyZCA8YnIgLz5wb3dlcmVkIGJ5XG4gICAgICAgIDxzcGFuIGRhdGEtcGVyaW9kPVwiMzAwMFwiXG4gICAgICAgICAgY2xhc3M9XCJ0eHQtcm90YXRlXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXJvdGF0ZV09XCJbXG4gICAgICAgICAgICAgICAgICAgICAgICAnRW5oYW5jZWQgRGF0YSBDb2xsZWN0aW9uJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICdNYWNoaW5lIExlYXJuaW5nJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICdDdXN0b20gRnVuY3Rpb25hbGl0aWVzJ1xuICAgICAgICAgICAgICAgICAgICBdXCI+PC9zcGFuPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImJsaW5raW5nLWN1cnNvclwiPnw8L3NwYW4+XG4gICAgICAgIDxiciAvPnRvIHN1cGVyY2hhcmdlIHlvdXIgYnVzaW5lc3NcbiAgICAgIDwvaDE+XG4gICAgICA8aDMgY2xhc3M9XCJteS01XCI+XG4gICAgICAgIEVmZmVjdGl2ZSBEZWNpc2lvbiBNYWtpbmcsIEluY3JlYXNlZCBQcm9kdWN0aXZpdHkgYW5kIEltcHJvdmVkIEJ1c2luZXNzIFByb2Nlc3Nlcy5cbiAgICAgIDwvaDM+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSByYWRpY2FsbHkgZGlmZmVyZW50IC0tPlxuICA8c2VjdGlvbj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtYWNjdXJhdGUucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiQWNjdXJhdGUgRGF0YVwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj48c3Bhbj5BIFJhZGljYWxseSBEaWZmZXJlbnQ8L3NwYW4+IHNvbHV0aW9uIHRvIGdldCBhY2N1cmF0ZSBkYXRhPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIE91ciBhcHByb2FjaCBzbGFzaGVzIHRoZSB0aW1lIG5lZWRlZCB0byBidWlsZCBhbmQgZGVwbG95IGludGVsbGlnZW50XG4gICAgICAgICAgICBhbmFseXRpY3MgdGhhdCB1bmxlYXNoIHRoZSBmdWxsIHBvdGVudGlhbCBvZiB5b3VyIGJ1c2luZXNzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVXNlIG91ciBwcm9wcmlldGFyeVxuICAgICAgICAgICAgICB0ZWNobm9sb2d5IHRvIGdhdGhlciBpbmZvcm1hdGlvbiBmcm9tIGFueSBhdmFpbGFibGUgc291cmNlcywgZnJvbSBBUElzXG4gICAgICAgICAgICAgIHRvIHB1YmxpY2x5IGF2YWlsYWJsZSB3ZWItcGFnZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJ1aWxkIHlvdXIgaW50ZXJhY3RpdmVcbiAgICAgICAgICAgICAgZGFzaGJvYXJkIGF0IGEgZnJhY3Rpb24gb2YgdGhlIGNvc3Qgb2YgdXNpbmcgdHJhZGl0aW9uYWwgcHJvdmlkZXJzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBVc2Ugb3VyIEFQSS1maXJzdFxuICAgICAgICAgICAgICB0ZWNobm9sb2d5IHRvIG1hc2h1cCBkYXRhIGFuZCBjcmVhdGUgYW5hbHl0aWMgc29sdXRpb25zIGluIGp1c3QgYSBmZXdcbiAgICAgICAgICAgICAgY2xpY2tzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gaGlnaCBwZXJmb3JtYW5jZSAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZ1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPlxuICAgICAgICAgICAgSGlnaC1wZXJmb3JtYW5jZSA8c3Bhbj5BbmFseXRpY3M8L3NwYW4+IGFuZCA8c3Bhbj5WaXN1YWxpemF0aW9uPC9zcGFuPiBmcm9tXG4gICAgICAgICAgICBoaXN0b3JpY2FsIG9yIHJlYWwtdGltZSBkYXRhXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIFdlIGJ1aWxkIHByb2JhYmlsaXN0aWMgbW9kZWxzLCBhcHBseSBtYWNoaW5lIGxlYXJuaW5nIG1ldGhvZHMgdG8gZmluZFxuICAgICAgICAgICAgcGF0dGVybnMgYW5kIGRlcGVuZGVuY2llcyBhbmQgcHJvdmlkZSBvcmdhbml6YXRpb25zIHdpdGggY3JpdGljYWwgZGF0YVxuICAgICAgICAgICAgaW5zaWdodHMgdG8gcmVkdWNlIHJpc2ssIGltcGxlbWVudGF0aW9uIHRpbWUgYW5kIGJ1c2luZXNzIGNvc3QuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBVbmRlcnN0YW5kIGRlbWFuZCBhbmRcbiAgICAgICAgICAgICAgc2FsZXMgcGF0dGVybnMgdG8gY3JlYXRlIGVmZmVjdGl2ZSBtYXJrZXQgc3RyYXRlZ2llcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRGVsaXZlciBtb3JlIG1lYW5pbmdmdWxcbiAgICAgICAgICAgICAgY29udGVudCwgYW5kIGNyZWF0ZSBjdXN0b21pemVkIGV4cGVyaWVuY2VzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBNYWtlIGZhc3RlciBhbmQgYmV0dGVyXG4gICAgICAgICAgICAgIGRlY2lzaW9ucyB0byBlZmZlY3RpdmVseSBkcml2ZSB5b3VyIGJ1c2luZXNzIGVmZmVjdGl2ZWx5LlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLWFuYXlsdGljcy5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJBbmFseXRpY3MgYW5kIFZpc3VhbGlzYXRpb25cIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSBub3QganVzdCBtZW1iZXJzIC0tPlxuICA8c2VjdGlvbj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtbWwucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiTWFjaGluZSBMZWFybmluZ1wiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgIE5vdCBqdXN0IG51bWJlcnMuIDxzcGFuPkNvZ25pdGl2ZSBWaXNpb248L3NwYW4+IGFuZFxuICAgICAgICAgICAgPHNwYW4+TmF0dXJhbCBMYW5ndWFnZSBQcm9jZXNzaW5nPC9zcGFuPiBzb2x1dGlvbnNcbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgRW1wbG95IHN0YXRlLW9mLXRoZS1hcnQgY29tcHV0ZXIgdmlzaW9uIGFuZCBuYXR1cmFsIGxhbmd1YWdlIHByb2Nlc3NpbmdcbiAgICAgICAgICAgIHNvbHV0aW9ucyB0byBpbXByb3ZlIHlvdXIgYnVzaW5lc3MgcHJvY2Vzc2VzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQW5hbHlzZSB2aWRlbyBhbmRcbiAgICAgICAgICAgICAgZGlnaXRhbCBpbWFnZSBkYXRhIGZvciBmYWNpYWwgcmVjb2duaXRpb24sIGltYWdlIHByb2Nlc3NpbmcsIG9wdGljYWxcbiAgICAgICAgICAgICAgY2hhcmFjdGVyIHJlY29nbml0aW9uLCBlbW90aW9uIGFuYWx5c2lzLCBhbmQgaW1wcm92ZSB0aGUgd2F5IHlvdXJcbiAgICAgICAgICAgICAgYnVzaW5lc3MgaW50ZXJhY3RzIHdpdGggeW91ciBjdXN0b21lcnMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEdhaW4gaW5zaWdodCBmcm9tIHlvdXJcbiAgICAgICAgICAgICAgY3VzdG9tZXIgZW1haWxzLCBzdXBwb3J0IHRpY2tldHMsIHByb2R1Y3QgcmV2aWV3cywgc29jaWFsIG1lZGlhLCBldGMuXG4gICAgICAgICAgICAgIGFuZCBwdXQgaXQgdG8gd29yayB0byBncm93IHlvdXIgYnVzaW5lc3MuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSBleHRlbmRlZCBmZWF0dXJlcyAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZ1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPjxzcGFuPkV4dGVuZGVkIGZlYXR1cmVzPC9zcGFuPiBhbG9uZyB3aXRoIHlvdXIgZGFzaGJvYXJkPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIEJ1aWxkIGN1c3RvbSBmdW5jdGlvbmFsaXRpZXMsIGFsb25nIHdpdGggdGhlIGRhc2hib2FyZCwgdG8gaW1wcm92ZSBhbnkgb2ZcbiAgICAgICAgICAgIHlvdXIgYnVzaW5lc3MgcHJvY2Vzc2VzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gSW1wcm92ZSB5b3VyXG4gICAgICAgICAgICAgIG9yZ2FuaXphdGlvbidzIGJ1c2luZXNzIHByb2Nlc3MgZWZmaWNpZW5jeSBhbmQgaW1wcm92ZSBjdXN0b21lclxuICAgICAgICAgICAgICBhY3F1aXNpdGlvbi5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQnVpbGQgZnVuY3Rpb25hbGl0aWVzIHRvXG4gICAgICAgICAgICAgIHJlZHVjZSBzcGVjaWZpYyBvcGVyYXRpb25hbCBjb3N0cy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQnVpbGQgYSBiZXR0ZXIgY3VzdG9tZXJcbiAgICAgICAgICAgICAgZXhwZXJpZW5jZSBhbmQgaW5jcmVhc2UgcmV2ZW51ZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtZXh0ZW5kZWQucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiRXh0ZW5kZWQgRGFzaGJvYXJkXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG48L2Rpdj5cbjwhLS0gc3Vic2NyaWJlIHRvIG91ciBuZXdzbGV0dGVyIC0tPlxuPHB3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmUgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICBjYXRlZ29yeTogJ3B3LXVpLWJ1aWxkZXItbmV3LWxlYWQtcmVnaXN0cmF0aW9uJyxcbiAgICAgICAgYWN0aW9uOiAnc3Vic2NyaWJlLXN1Y2Nlc3MnLFxuICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgdmFsdWU6IDFcbiAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlPlxuPCEtLWNvbnRhY3QgY29udGFpbmVyLS0+XG48c2VjdGlvbiBpZD1cImNvbnRhY3RcIj5cbiAgPHB3LWxhbmRpbmctcGFnZS1jb250YWN0IFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgICAgIGNhdGVnb3J5OiAncHctdWktYnVpbGRlci1jb250YWN0LXVzJyxcbiAgICAgICAgICAgIGFjdGlvbjogJ2NvbnRhY3Qtc3VjY2VzcycsXG4gICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1jb250YWN0PlxuPC9zZWN0aW9uPlxuXG48IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiJdfQ==
@@ -1,40 +0,0 @@
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 UserManagementComponent 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: UserManagementComponent, 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: UserManagementComponent, selector: "pw-user-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-user-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-user-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: UserManagementComponent, decorators: [{
37
- type: Component,
38
- args: [{ selector: 'pw-user-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-user-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-user-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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1tYW5hZ2VtZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL3RlY2gtZmVhdHVyZXMvdXNlci1tYW5hZ2VtZW50L3VzZXItbWFuYWdlbWVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL3VzZXItbWFuYWdlbWVudC91c2VyLW1hbmFnZW1lbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQUUsUUFBUSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWhFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7O0FBT3pELE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxnQkFBZ0I7SUFTekQsWUFBb0IsV0FBd0IsRUFBRSxRQUFrQjtRQUM1RCxLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUFEQSxnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQU41QyxlQUFVLEdBQUcsb0JBQW9CLENBQUMsZUFBZSxDQUFDO1FBRWxELFlBQU8sR0FBRyxLQUFLLENBQUM7UUFFaEIsb0JBQWUsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLG1CQUFtQixDQUFDLFVBQVUsQ0FBQztRQUs1RCxJQUFJLENBQUMsT0FBTyxHQUFHLHdDQUF3QyxDQUFDO0lBQzVELENBQUM7SUFFRCxRQUFRO1FBQ0oscURBQXFEO1FBQ3JELElBQUksQ0FBQyxXQUFXLENBQUMsU0FBUyxFQUFFLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQ3pDLElBQUksR0FBRyxJQUFJLE9BQU8sR0FBRyxLQUFLLFFBQVEsRUFBRTtnQkFDaEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO2FBQ2xDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsZUFBZTtRQUNYLGFBQWEsQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUNwQyxDQUFDOzhHQTFCUSx1QkFBdUI7a0dBQXZCLHVCQUF1QixpRkNacEMsZzdPQStMQTs7MkZEbkxhLHVCQUF1QjtrQkFMbkMsU0FBUzsrQkFDSSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIEluamVjdG9yLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEhZUEVSX0RBU0hCT0FSRF9LRVlTIH0gZnJvbSAnLi4vLi4vLi4vY29uZmlnL2NvbnN0YW50JztcblxuaW1wb3J0IHsgQXBwQmFzZUNvbXBvbmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9hcHAtYmFzZS1jb21wb25lbnQnO1xuaW1wb3J0IHsgQXV0aFNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXNlcnZpY2VzJztcbmltcG9ydCB7IEhlbHBlclNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvaGVscGVyLXNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LXVzZXItbWFuYWdlbWVudCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3VzZXItbWFuYWdlbWVudC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vdXNlci1tYW5hZ2VtZW50LmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgVXNlck1hbmFnZW1lbnRDb21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0IHtcbiAgICBzdWJqZWN0OiBzdHJpbmc7XG5cbiAgICBwcm9kdWN0S2V5ID0gSFlQRVJfREFTSEJPQVJEX0tFWVMuRGFzaGJvYXJkX0RlbW8xO1xuXG4gICAgbGFuZGluZyA9IGZhbHNlO1xuXG4gICAgbWFzdGVyUHJvZHVjdElkID0gdGhpcy5hcHBDb25maWcubWFzdGVyX3N1YnNjcmlwdGlvbi5wcm9kdWN0X2lkO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG5cbiAgICAgICAgdGhpcy5zdWJqZWN0ID0gJ0h5cGVyRGFzaGJvYXJkIFByb2R1Y3QgQ29udGFjdCBSZXF1ZXN0JztcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgLy8gUmVkaXJlY3QgdXNlciB0byB0aGUgaG9tZSBpZiBpdHMgYWxyZWFkeSBsb2dnZWQgaW5cbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+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+XG48cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZSBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgIGNhdGVnb3J5OiAncHctdXNlci1tYW5hZ2VtZW50LW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgIGFjdGlvbjogJ3N1YnNjcmliZS1zdWNjZXNzJyxcbiAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgIHZhbHVlOiAxXG4gICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLXN1YnNjcmliZT5cbjwhLS1jb250YWN0IGNvbnRhaW5lci0tPlxuPHNlY3Rpb24gaWQ9XCJjb250YWN0XCI+XG4gIDxwdy1sYW5kaW5nLXBhZ2UtY29udGFjdCBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgICAgICBjYXRlZ29yeTogJ3B3LXVzZXItbWFuYWdlbWVudC1jb250YWN0LXVzJyxcbiAgICAgICAgICAgIGFjdGlvbjogJ2NvbnRhY3Qtc3VjY2VzcycsXG4gICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1jb250YWN0PlxuPC9zZWN0aW9uPlxuXG48IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiJdfQ==
@@ -1,42 +0,0 @@
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
- import * as i7 from "../venture-explainer/venture-explainer.component";
14
- export class VentureComponent extends AppBaseComponent {
15
- constructor(authService, injector) {
16
- super(injector);
17
- this.authService = authService;
18
- this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
19
- this.landing = false;
20
- this.masterProductId = this.appConfig.master_subscription.product_id;
21
- this.sourceId = 5;
22
- this.subject = 'Venture Contact Request';
23
- }
24
- ngOnInit() {
25
- // Redirect user to the home if its already logged in
26
- this.authService.getToken$().subscribe(tok => {
27
- if (tok && typeof tok === 'string') {
28
- this.router.navigate(['home']);
29
- }
30
- });
31
- }
32
- ngAfterViewInit() {
33
- HelperService.changeTitleText();
34
- }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: VentureComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: VentureComponent, selector: "pw-venture", 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 Let's build the next <br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['successful SaaS solution', 'unicorn', 'big idea']\"></span>\n <span class=\"blinking-cursor\">|</span>\n -\n <br />together\n </h1>\n <h3 class=\"my-5\">\n We enable you to get early access to the next big startup in various ways, depending\n on your appetite.\n </h3>\n </div>\n </section>\n <!-- invest an ideas -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/ventures/ventures-1b.png\"\n alt=\"Ventures\"\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>Invest in ideas and teams with <span>big potential</span></h2>\n <p>\n We're looking for exceptional entrepreneurs and investors to join us and\n turn big ideas into successful companies.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n Our ideas do not follow a particular order but rather show the breadth\n of possibilities ahead of us.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We share our equity in our portfolio companies with the entire team;\n this further drives unity, dedication and a desire to succeed from our\n team.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders\n before we invest in them.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- exceptional people-->\n <!-- <section>\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 It all starts with <span>exceptional people</span>\n </h2>\n <p> Build custom functionalities, along with the dashboard, to improve any of your\n business processes </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders before we invest in them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to reduce\n specific operational\n costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer experience and\n 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/landing-page/ventures/ventures-2b.png\"\n alt=\"Ventures\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section> -->\n</div>\n<!-- venture explainer -->\n<section class=\"testimonial-bg\">\n <pw-venture-explainer></pw-venture-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-venture-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-venture-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%}\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"] }, { kind: "component", type: i7.VentureExplainerComponent, selector: "pw-venture-explainer" }] }); }
37
- }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: VentureComponent, decorators: [{
39
- type: Component,
40
- args: [{ selector: 'pw-venture', 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 Let's build the next <br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['successful SaaS solution', 'unicorn', 'big idea']\"></span>\n <span class=\"blinking-cursor\">|</span>\n -\n <br />together\n </h1>\n <h3 class=\"my-5\">\n We enable you to get early access to the next big startup in various ways, depending\n on your appetite.\n </h3>\n </div>\n </section>\n <!-- invest an ideas -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/ventures/ventures-1b.png\"\n alt=\"Ventures\"\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>Invest in ideas and teams with <span>big potential</span></h2>\n <p>\n We're looking for exceptional entrepreneurs and investors to join us and\n turn big ideas into successful companies.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n Our ideas do not follow a particular order but rather show the breadth\n of possibilities ahead of us.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We share our equity in our portfolio companies with the entire team;\n this further drives unity, dedication and a desire to succeed from our\n team.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders\n before we invest in them.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- exceptional people-->\n <!-- <section>\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 It all starts with <span>exceptional people</span>\n </h2>\n <p> Build custom functionalities, along with the dashboard, to improve any of your\n business processes </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders before we invest in them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to reduce\n specific operational\n costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer experience and\n 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/landing-page/ventures/ventures-2b.png\"\n alt=\"Ventures\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section> -->\n</div>\n<!-- venture explainer -->\n<section class=\"testimonial-bg\">\n <pw-venture-explainer></pw-venture-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-venture-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-venture-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%}\n"] }]
41
- }], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
42
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVudHVyZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy92ZW50dXJlcy92ZW50dXJlL3ZlbnR1cmUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvdmVudHVyZXMvdmVudHVyZS92ZW50dXJlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBaUIsU0FBUyxFQUFFLFFBQVEsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMzRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUVoRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7Ozs7Ozs7QUFPekQsTUFBTSxPQUFPLGdCQUFpQixTQUFRLGdCQUFnQjtJQVdsRCxZQUFvQixXQUF3QixFQUFFLFFBQWtCO1FBQzVELEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQURBLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBUjVDLGVBQVUsR0FBRyxvQkFBb0IsQ0FBQyxlQUFlLENBQUM7UUFFbEQsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUVoQixvQkFBZSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO1FBRWhFLGFBQVEsR0FBRyxDQUFDLENBQUM7UUFLVCxJQUFJLENBQUMsT0FBTyxHQUFHLHlCQUF5QixDQUFDO0lBQzdDLENBQUM7SUFFRCxRQUFRO1FBQ0oscURBQXFEO1FBQ3JELElBQUksQ0FBQyxXQUFXLENBQUMsU0FBUyxFQUFFLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQ3pDLElBQUksR0FBRyxJQUFJLE9BQU8sR0FBRyxLQUFLLFFBQVEsRUFBRTtnQkFDaEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO2FBQ2xDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsZUFBZTtRQUNYLGFBQWEsQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUNwQyxDQUFDOzhHQTVCUSxnQkFBZ0I7a0dBQWhCLGdCQUFnQix5RUNaN0IsNnZJQXdIQTs7MkZENUdhLGdCQUFnQjtrQkFMNUIsU0FBUzsrQkFDSSxZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBJbmplY3RvciwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBIWVBFUl9EQVNIQk9BUkRfS0VZUyB9IGZyb20gJy4uLy4uLy4uL2NvbmZpZy9jb25zdGFudCc7XG5cbmltcG9ydCB7IEFwcEJhc2VDb21wb25lbnQgfSBmcm9tICdAcG9zaXdpc2UvYXBwLWJhc2UtY29tcG9uZW50JztcbmltcG9ydCB7IEF1dGhTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5pbXBvcnQgeyBIZWxwZXJTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2hlbHBlci1zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy12ZW50dXJlJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vdmVudHVyZS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vdmVudHVyZS5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFZlbnR1cmVDb21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0IHtcbiAgICBzdWJqZWN0OiBzdHJpbmc7XG5cbiAgICBwcm9kdWN0S2V5ID0gSFlQRVJfREFTSEJPQVJEX0tFWVMuRGFzaGJvYXJkX0RlbW8xO1xuXG4gICAgbGFuZGluZyA9IGZhbHNlO1xuXG4gICAgbWFzdGVyUHJvZHVjdElkID0gdGhpcy5hcHBDb25maWcubWFzdGVyX3N1YnNjcmlwdGlvbi5wcm9kdWN0X2lkO1xuXG4gICAgc291cmNlSWQgPSA1O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG5cbiAgICAgICAgdGhpcy5zdWJqZWN0ID0gJ1ZlbnR1cmUgQ29udGFjdCBSZXF1ZXN0JztcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgLy8gUmVkaXJlY3QgdXNlciB0byB0aGUgaG9tZSBpZiBpdHMgYWxyZWFkeSBsb2dnZWQgaW5cbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+IHtcbiAgICAgICAgICAgIGlmICh0b2sgJiYgdHlwZW9mIHRvayA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbJ2hvbWUnXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgSGVscGVyU2VydmljZS5jaGFuZ2VUaXRsZVRleHQoKTtcbiAgICB9XG59XG4iLCI8cHctaGVhZGVyIFtsYW5kaW5nXT1cImxhbmRpbmdcIj48L3B3LWhlYWRlcj5cbjxkaXYgY2xhc3M9XCJ0ZWNoLWZlYXR1cmVzLXdyYXBwZXJcIj5cbiAgPCEtLSBoZWFkZXIgc2VjdGlvbiAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZyBibGlua2luZy10ZXh0LXdyYXBwZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHRleHQtY2VudGVyXCI+XG4gICAgICA8aDEgY2xhc3M9XCJteS01XCI+XG4gICAgICAgIExldCdzIGJ1aWxkIHRoZSBuZXh0IDxiciAvPlxuICAgICAgICAtXG4gICAgICAgIDxzcGFuIGRhdGEtcGVyaW9kPVwiMzAwMFwiXG4gICAgICAgICAgY2xhc3M9XCJ0eHQtcm90YXRlXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXJvdGF0ZV09XCJbJ3N1Y2Nlc3NmdWwgU2FhUyBzb2x1dGlvbicsICd1bmljb3JuJywgJ2JpZyBpZGVhJ11cIj48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmxpbmtpbmctY3Vyc29yXCI+fDwvc3Bhbj5cbiAgICAgICAgLVxuICAgICAgICA8YnIgLz50b2dldGhlclxuICAgICAgPC9oMT5cbiAgICAgIDxoMyBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgV2UgZW5hYmxlIHlvdSB0byBnZXQgZWFybHkgYWNjZXNzIHRvIHRoZSBuZXh0IGJpZyBzdGFydHVwIGluIHZhcmlvdXMgd2F5cywgZGVwZW5kaW5nXG4gICAgICAgIG9uIHlvdXIgYXBwZXRpdGUuXG4gICAgICA8L2gzPlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gaW52ZXN0IGFuIGlkZWFzIC0tPlxuICA8c2VjdGlvbj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdmVudHVyZXMvdmVudHVyZXMtMWIucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiVmVudHVyZXNcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+SW52ZXN0IGluIGlkZWFzIGFuZCB0ZWFtcyB3aXRoIDxzcGFuPmJpZyBwb3RlbnRpYWw8L3NwYW4+PC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIFdlJ3JlIGxvb2tpbmcgZm9yIGV4Y2VwdGlvbmFsIGVudHJlcHJlbmV1cnMgYW5kIGludmVzdG9ycyB0byBqb2luIHVzIGFuZFxuICAgICAgICAgICAgdHVybiBiaWcgaWRlYXMgaW50byBzdWNjZXNzZnVsIGNvbXBhbmllcy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIE91ciBpZGVhcyBkbyBub3QgZm9sbG93IGEgcGFydGljdWxhciBvcmRlciBidXQgcmF0aGVyIHNob3cgdGhlIGJyZWFkdGhcbiAgICAgICAgICAgICAgb2YgcG9zc2liaWxpdGllcyBhaGVhZCBvZiB1cy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgV2Ugc2hhcmUgb3VyIGVxdWl0eSBpbiBvdXIgcG9ydGZvbGlvIGNvbXBhbmllcyB3aXRoIHRoZSBlbnRpcmUgdGVhbTtcbiAgICAgICAgICAgICAgdGhpcyBmdXJ0aGVyIGRyaXZlcyB1bml0eSwgZGVkaWNhdGlvbiBhbmQgYSBkZXNpcmUgdG8gc3VjY2VlZCBmcm9tIG91clxuICAgICAgICAgICAgICB0ZWFtLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPlxuICAgICAgICAgICAgICBXZSBhbHdheXMgY29sbGFib3JhdGl2ZWx5IHdvcmsgb24gYSBkYXktdG8tZGF5IGJhc2lzIHdpdGggdGhlIGZvdW5kZXJzXG4gICAgICAgICAgICAgIGJlZm9yZSB3ZSBpbnZlc3QgaW4gdGhlbS5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIGV4Y2VwdGlvbmFsIHBlb3BsZS0tPlxuICA8IS0tIDxzZWN0aW9uPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3cgXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICA8aDI+XG4gICAgICAgIEl0IGFsbCBzdGFydHMgd2l0aCA8c3Bhbj5leGNlcHRpb25hbCBwZW9wbGU8L3NwYW4+XG4gICAgICA8L2gyPlxuICAgICAgPHA+IEJ1aWxkIGN1c3RvbSBmdW5jdGlvbmFsaXRpZXMsIGFsb25nIHdpdGggdGhlIGRhc2hib2FyZCwgdG8gaW1wcm92ZSBhbnkgb2YgeW91clxuICAgICAgICBidXNpbmVzcyBwcm9jZXNzZXMgPC9wPlxuICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPlxuICAgICAgICAgIFdlIGFsd2F5cyBjb2xsYWJvcmF0aXZlbHkgd29yayBvbiBhIGRheS10by1kYXkgYmFzaXMgd2l0aCB0aGUgZm91bmRlcnMgYmVmb3JlIHdlIGludmVzdCBpbiB0aGVtXG4gICAgICAgIDwvbGk+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJ1aWxkIGZ1bmN0aW9uYWxpdGllcyB0byByZWR1Y2VcbiAgICAgICAgICBzcGVjaWZpYyBvcGVyYXRpb25hbFxuICAgICAgICAgIGNvc3RzLlxuICAgICAgICA8L2xpPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCBhIGJldHRlciBjdXN0b21lciBleHBlcmllbmNlIGFuZFxuICAgICAgICAgIGluY3JlYXNlIHJldmVudWVzLlxuICAgICAgICA8L2xpPlxuICAgICAgPC91bD5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgIDxmaWd1cmU+XG4gICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3ZlbnR1cmVzL3ZlbnR1cmVzLTJiLnBuZ1wiXG4gICAgICAgICAgYWx0PVwiVmVudHVyZXNcIlxuICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgIDwvZmlndXJlPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPiAtLT5cbjwvZGl2PlxuPCEtLSB2ZW50dXJlIGV4cGxhaW5lciAtLT5cbjxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgPHB3LXZlbnR1cmUtZXhwbGFpbmVyPjwvcHctdmVudHVyZS1leHBsYWluZXI+XG48L3NlY3Rpb24+XG48IS0tIHN1YnNjcmliZSB0byBvdXIgbmV3c2xldHRlciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgY2F0ZWdvcnk6ICdwdy12ZW50dXJlLW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgIGFjdGlvbjogJ3N1YnNjcmliZS1zdWNjZXNzJyxcbiAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgIHZhbHVlOiAxXG4gICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLXN1YnNjcmliZT5cbjwhLS1jb250YWN0IGNvbnRhaW5lci0tPlxuPHNlY3Rpb24gaWQ9XCJjb250YWN0XCI+XG4gIDxwdy1sYW5kaW5nLXBhZ2UtY29udGFjdCBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgICAgICBjYXRlZ29yeTogJ3B3LXZlbnR1cmUtY29udGFjdC11cycsXG4gICAgICAgICAgICBhY3Rpb246ICdjb250YWN0LXN1Y2Nlc3MnLFxuICAgICAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgICAgICB2YWx1ZTogMVxuICAgICAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2UtY29udGFjdD5cbjwvc2VjdGlvbj5cblxuPCEtLWZvb3RlciBjb250YWluZXIgLS0+XG48cHctbGFuZGluZy1wYWdlLWZvb3Rlcj48L3B3LWxhbmRpbmctcGFnZS1mb290ZXI+XG4iXX0=
@@ -1,12 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@posiwise/directives";
4
- export class VentureExplainerComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: VentureExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: VentureExplainerComponent, selector: "pw-venture-explainer", ngImport: i0, template: "<section class=\"venture-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'venture-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"cloudolive-video ratio ratio-16x9\">\n <iframe title=\"Why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap\";: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)}*{font-family:Montserrat,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.venture-explainer h4{letter-spacing:.3px;line-height:28px}.venture-explainer .book-demo{background:rgb(54,194,131);border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.venture-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}h4{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: VentureExplainerComponent, decorators: [{
9
- type: Component,
10
- args: [{ selector: 'pw-venture-explainer', template: "<section class=\"venture-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'venture-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"cloudolive-video ratio ratio-16x9\">\n <iframe title=\"Why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap\";: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)}*{font-family:Montserrat,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.venture-explainer h4{letter-spacing:.3px;line-height:28px}.venture-explainer .book-demo{background:rgb(54,194,131);border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.venture-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}h4{color:#222!important}\n"] }]
11
- }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVudHVyZS1leHBsYWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvdmVudHVyZXMvdmVudHVyZS1leHBsYWluZXIvdmVudHVyZS1leHBsYWluZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvdmVudHVyZXMvdmVudHVyZS1leHBsYWluZXIvdmVudHVyZS1leHBsYWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyx5QkFBeUI7OEdBQXpCLHlCQUF5QjtrR0FBekIseUJBQXlCLDREQ1B0QyxpeURBMkNBOzsyRkRwQ2EseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNJLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LXZlbnR1cmUtZXhwbGFpbmVyJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vdmVudHVyZS1leHBsYWluZXIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL3ZlbnR1cmUtZXhwbGFpbmVyLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgVmVudHVyZUV4cGxhaW5lckNvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJ2ZW50dXJlLWV4cGxhaW5lclwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIGNvbnRhaW5lci13cmFwcGVyIG15LTVcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93IG0tMFwiPlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC02XCI+XG4gICAgICAgIDxoMj5CVUlMRElORyBTYWFTIE1BREUgRUFTWTwvaDI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJzdWItdGV4dFwiPlxuICAgICAgICAgIDxoND5cbiAgICAgICAgICAgIFdlbGNvbWUgdG8gUG9zaVdpc2UgLSB3ZSB0aGluayB0ZWNobm9sb2d5IHNob3VsZG4ndCBiZSBpbiB0aGUgd2F5IG9mIHBlb3BsZVxuICAgICAgICAgICAgZGV2ZWxvcGluZyBncmVhdCBzb2Z0d2FyZSBzb2x1dGlvbnMuXG4gICAgICAgICAgPC9oND5cbiAgICAgICAgICA8aDQ+XG4gICAgICAgICAgICBXZSBoYXZlIGJ1aWx0IGFuIGVjb3N5c3RlbSBvZiBtaWNyb3NlcnZpY2VzIHRoYXQgd2UgY2FuIGxldmVyYWdlIHRvIHF1aWNrbHlcbiAgICAgICAgICAgIGFuZCBjb3N0LWVmZmVjdGl2ZWx5IGJ1aWxkIGFueSBkYXNoYm9hcmQtbGlrZSBwcm9kdWN0cy5cbiAgICAgICAgICA8L2g0PlxuICAgICAgICAgIDxoNCBjbGFzcz1cIm10LTVcIj5MZXQncyBidWlsZCB0aGUgbmV4dCB1bmljb3JuIHRvZ2V0aGVyLjwvaDQ+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImxvZ2luLWJ1dHRvbiBteS0yXCI+XG4gICAgICAgICAgICA8YSBbZXZlbnRUcmFja2VyXT1cIntcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2F0ZWdvcnk6ICdyZXF1ZXN0LWRlbW8nLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhY3Rpb246ICdjbGljaycsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhYmVsOiAndmVudHVyZS1leHBsYWluZXInLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YWx1ZTogMVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICBjbGFzcz1cImJvb2stZGVtb1wiXG4gICAgICAgICAgICAgIGhyZWY9XCJodHRwczovL2NhbGVuZGx5LmNvbS9wb3Npd2lzZS9vZmZpY2UtaG91cnMtbWVudG9yaW5nXCJcbiAgICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiPlxuICAgICAgICAgICAgICBCb29rIGEgZGVtbzwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNlwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2xvdWRvbGl2ZS12aWRlbyByYXRpbyByYXRpby0xNng5XCI+XG4gICAgICAgICAgPGlmcmFtZSB0aXRsZT1cIldoeSBkb2VzIENsb3VkT2xpdmUgZXhpc3RcIlxuICAgICAgICAgICAgY2xhc3M9XCJlbWJlZC1yZXNwb25zaXZlLWl0ZW1cIlxuICAgICAgICAgICAgc3JjPVwiaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvNWVWMHVYalJ4UnNcIlxuICAgICAgICAgICAgYWxsb3c9XCJhY2NlbGVyb21ldGVyOyBhdXRvcGxheTsgY2xpcGJvYXJkLXdyaXRlOyBlbmNyeXB0ZWQtbWVkaWE7IGd5cm9zY29wZTsgcGljdHVyZS1pbi1waWN0dXJlXCJcbiAgICAgICAgICAgIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxoNiBjbGFzcz1cInRleHQtY2VudGVyIG10LTNcIj5TZWUgaG93IHdlIGxldmVyYWdlZCBQb3NpV2lzZSB0byBidWlsZCBDbG91ZE9saXZlLjwvaDY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
@@ -1,20 +0,0 @@
1
- import { Component, ViewChild } from '@angular/core';
2
- import { NgForm } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/forms";
5
- import * as i2 from "@posiwise/directives";
6
- export class LockScreenPageComponent {
7
- onSubmit() {
8
- this.lockScreenForm.reset();
9
- }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LockScreenPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LockScreenPageComponent, selector: "pw-lock-screen-page", viewQueries: [{ propertyName: "lockScreenForm", first: true, predicate: ["f"], descendants: true, static: true }], ngImport: i0, template: "<!--Lock Screen Starts-->\n<section id=\"lock-screen\">\n <div class=\"container-fluid gradient-crystal-clear\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card width-400\">\n <div class=\"row\">\n <div class=\"col-sm-8\">\n <div class=\"card-title font-medium-5 pt-2 ms-2\">User</div>\n </div>\n <div class=\"col-sm-4\">\n <div class=\"text-end card-img overlap\">\n <img alt=\"avtar\"\n class=\"mb-1\"\n src=\"assets/img/portrait/avatars/avatar-03.png\"\n width=\"150\" />\n </div>\n </div>\n </div>\n <div class=\"card-body\">\n <div class=\"card-block\">\n <form (ngSubmit)=\"onSubmit()\"\n #f=\"ngForm\"\n novalidate=\"\">\n <div class=\"mb-3 mt-3\">\n <h3 class=\"text-center text-uppercase text-bold-400\">\n Unlock User\n </h3>\n </div>\n <div class=\"mb-3 pt-3\">\n <input type=\"password\"\n class=\"form-control\"\n id=\"inputPass\"\n name=\"inputPass\"\n placeholder=\"Password\"\n ngModel\n required />\n </div>\n <div class=\"mb-3\">\n <div class=\"text-center mt-3\">\n <button type=\"button\"\n class=\"btn btn-default btn-raised btn-lg py-1 mt-3 font-small-5 btn-block\">\n Unlock\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Lock Screen Ends-->\n", dependencies: [{ kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LockScreenPageComponent, decorators: [{
14
- type: Component,
15
- args: [{ selector: 'pw-lock-screen-page', template: "<!--Lock Screen Starts-->\n<section id=\"lock-screen\">\n <div class=\"container-fluid gradient-crystal-clear\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card width-400\">\n <div class=\"row\">\n <div class=\"col-sm-8\">\n <div class=\"card-title font-medium-5 pt-2 ms-2\">User</div>\n </div>\n <div class=\"col-sm-4\">\n <div class=\"text-end card-img overlap\">\n <img alt=\"avtar\"\n class=\"mb-1\"\n src=\"assets/img/portrait/avatars/avatar-03.png\"\n width=\"150\" />\n </div>\n </div>\n </div>\n <div class=\"card-body\">\n <div class=\"card-block\">\n <form (ngSubmit)=\"onSubmit()\"\n #f=\"ngForm\"\n novalidate=\"\">\n <div class=\"mb-3 mt-3\">\n <h3 class=\"text-center text-uppercase text-bold-400\">\n Unlock User\n </h3>\n </div>\n <div class=\"mb-3 pt-3\">\n <input type=\"password\"\n class=\"form-control\"\n id=\"inputPass\"\n name=\"inputPass\"\n placeholder=\"Password\"\n ngModel\n required />\n </div>\n <div class=\"mb-3\">\n <div class=\"text-center mt-3\">\n <button type=\"button\"\n class=\"btn btn-default btn-raised btn-lg py-1 mt-3 font-small-5 btn-block\">\n Unlock\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Lock Screen Ends-->\n" }]
16
- }], propDecorators: { lockScreenForm: [{
17
- type: ViewChild,
18
- args: ['f', { static: true }]
19
- }] } });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9jay1zY3JlZW4tcGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbG9jay1zY3JlZW4vbG9jay1zY3JlZW4tcGFnZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbG9jay1zY3JlZW4vbG9jay1zY3JlZW4tcGFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRCxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7QUFNeEMsTUFBTSxPQUFPLHVCQUF1QjtJQUloQyxRQUFRO1FBQ0osSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNoQyxDQUFDOzhHQU5RLHVCQUF1QjtrR0FBdkIsdUJBQXVCLDhLQ1BwQyw4OERBdURBOzsyRkRoRGEsdUJBQXVCO2tCQUpuQyxTQUFTOytCQUNJLHFCQUFxQjs4QkFLL0IsY0FBYztzQkFEYixTQUFTO3VCQUFDLEdBQUcsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdGb3JtIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxvY2stc2NyZWVuLXBhZ2UnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sb2NrLXNjcmVlbi1wYWdlLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBMb2NrU2NyZWVuUGFnZUNvbXBvbmVudCB7XG4gICAgQFZpZXdDaGlsZCgnZicsIHsgc3RhdGljOiB0cnVlIH0pXG4gICAgbG9ja1NjcmVlbkZvcm06IE5nRm9ybTtcblxuICAgIG9uU3VibWl0KCkge1xuICAgICAgICB0aGlzLmxvY2tTY3JlZW5Gb3JtLnJlc2V0KCk7XG4gICAgfVxufVxuIiwiPCEtLUxvY2sgU2NyZWVuIFN0YXJ0cy0tPlxuPHNlY3Rpb24gaWQ9XCJsb2NrLXNjcmVlblwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIGdyYWRpZW50LWNyeXN0YWwtY2xlYXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93IGZ1bGwtaGVpZ2h0LXZoXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZCB3aWR0aC00MDBcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXNtLThcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmQtdGl0bGUgZm9udC1tZWRpdW0tNSBwdC0yIG1zLTJcIj5Vc2VyPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tNFwiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1lbmQgY2FyZC1pbWcgb3ZlcmxhcFwiPlxuICAgICAgICAgICAgICAgIDxpbWcgYWx0PVwiYXZ0YXJcIlxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtYi0xXCJcbiAgICAgICAgICAgICAgICAgIHNyYz1cImFzc2V0cy9pbWcvcG9ydHJhaXQvYXZhdGFycy9hdmF0YXItMDMucG5nXCJcbiAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMTUwXCIgLz5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ib2R5XCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ibG9ja1wiPlxuICAgICAgICAgICAgICA8Zm9ybSAobmdTdWJtaXQpPVwib25TdWJtaXQoKVwiXG4gICAgICAgICAgICAgICAgI2Y9XCJuZ0Zvcm1cIlxuICAgICAgICAgICAgICAgIG5vdmFsaWRhdGU9XCJcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItMyBtdC0zXCI+XG4gICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0ZXh0LWNlbnRlciB0ZXh0LXVwcGVyY2FzZSB0ZXh0LWJvbGQtNDAwXCI+XG4gICAgICAgICAgICAgICAgICAgIFVubG9jayBVc2VyXG4gICAgICAgICAgICAgICAgICA8L2gzPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zIHB0LTNcIj5cbiAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwicGFzc3dvcmRcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXG4gICAgICAgICAgICAgICAgICAgIGlkPVwiaW5wdXRQYXNzXCJcbiAgICAgICAgICAgICAgICAgICAgbmFtZT1cImlucHV0UGFzc1wiXG4gICAgICAgICAgICAgICAgICAgIHBsYWNlaG9sZGVyPVwiUGFzc3dvcmRcIlxuICAgICAgICAgICAgICAgICAgICBuZ01vZGVsXG4gICAgICAgICAgICAgICAgICAgIHJlcXVpcmVkIC8+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXh0LWNlbnRlciBtdC0zXCI+XG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuLWRlZmF1bHQgYnRuLXJhaXNlZCBidG4tbGcgcHktMSBtdC0zIGZvbnQtc21hbGwtNSBidG4tYmxvY2tcIj5cbiAgICAgICAgICAgICAgICAgICAgICBVbmxvY2tcbiAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9mb3JtPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuPCEtLUxvY2sgU2NyZWVuIEVuZHMtLT5cbiJdfQ==
@@ -1,12 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@posiwise/directives";
4
- export class MaintenancePageComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MaintenancePageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: MaintenancePageComponent, selector: "pw-maintenance-page", ngImport: i0, template: "<!--Under Maintenance Starts-->\n<section id=\"maintenance\">\n <div class=\"container-fluid maintenance-grandient\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card border-grey border-lighten-3 px-1 py-1 box-shadow-3\">\n <div class=\"card-block\">\n <span class=\"card-title text-center\">\n <img alt=\"avtar\"\n class=\"img-fluid mx-auto d-block pt-2 mb-1\"\n src=\"assets/img/logos/logo-color-big.png\"\n width=\"100\" />\n </span>\n </div>\n <div class=\"card-block text-center\">\n <h3>This page is under maintenance</h3>\n <p>\n We're sorry for the inconvenience.\n <br />Please come back later.\n </p>\n <div class=\"mt-2\">\n <i class=\"fa fa-cog spinner font-large-2\" aria-hidden=\"true\"></i>\n </div>\n </div>\n <hr />\n <p class=\"socialIcon card-text text-center pt-2 pb-2\">\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-facebook\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-twitter\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-linkedin\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-github\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Under Maintenance Starts-->\n", styles: [".maintenance-grandient{background:rgb(18,88,210);background:-webkit-gradient(to right to bottom,right to bottom,color-stop(0%,rgb(18,88,210)),color-stop(39%,rgb(18,88,210)),color-stop(51%,rgba(18,88,210,.99)),color-stop(71%,rgba(91,164,253,.99)),color-stop(100%,rgba(91,164,253,.99)));background:linear-gradient(to right,rgb(18,88,210) 0%,rgb(18,88,210) 39%,rgba(18,88,210,.99) 51%,rgba(91,164,253,.99) 71%,rgba(91,164,253,.99) 100%)}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MaintenancePageComponent, decorators: [{
9
- type: Component,
10
- args: [{ selector: 'pw-maintenance-page', template: "<!--Under Maintenance Starts-->\n<section id=\"maintenance\">\n <div class=\"container-fluid maintenance-grandient\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card border-grey border-lighten-3 px-1 py-1 box-shadow-3\">\n <div class=\"card-block\">\n <span class=\"card-title text-center\">\n <img alt=\"avtar\"\n class=\"img-fluid mx-auto d-block pt-2 mb-1\"\n src=\"assets/img/logos/logo-color-big.png\"\n width=\"100\" />\n </span>\n </div>\n <div class=\"card-block text-center\">\n <h3>This page is under maintenance</h3>\n <p>\n We're sorry for the inconvenience.\n <br />Please come back later.\n </p>\n <div class=\"mt-2\">\n <i class=\"fa fa-cog spinner font-large-2\" aria-hidden=\"true\"></i>\n </div>\n </div>\n <hr />\n <p class=\"socialIcon card-text text-center pt-2 pb-2\">\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-facebook\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-twitter\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-linkedin\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-github\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Under Maintenance Starts-->\n", styles: [".maintenance-grandient{background:rgb(18,88,210);background:-webkit-gradient(to right to bottom,right to bottom,color-stop(0%,rgb(18,88,210)),color-stop(39%,rgb(18,88,210)),color-stop(51%,rgba(18,88,210,.99)),color-stop(71%,rgba(91,164,253,.99)),color-stop(100%,rgba(91,164,253,.99)));background:linear-gradient(to right,rgb(18,88,210) 0%,rgb(18,88,210) 39%,rgba(18,88,210,.99) 51%,rgba(91,164,253,.99) 71%,rgba(91,164,253,.99) 100%)}\n"] }]
11
- }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbnRlbmFuY2UtcGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbWFpbnRlbmFuY2UvbWFpbnRlbmFuY2UtcGFnZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbWFpbnRlbmFuY2UvbWFpbnRlbmFuY2UtcGFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLHdCQUF3Qjs4R0FBeEIsd0JBQXdCO2tHQUF4Qix3QkFBd0IsMkRDUHJDLG00REE2Q0E7OzJGRHRDYSx3QkFBd0I7a0JBTHBDLFNBQVM7K0JBQ0kscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbWFpbnRlbmFuY2UtcGFnZScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL21haW50ZW5hbmNlLXBhZ2UuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL21haW50ZW5hbmNlLXBhZ2UuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNYWludGVuYW5jZVBhZ2VDb21wb25lbnQge31cbiIsIjwhLS1VbmRlciBNYWludGVuYW5jZSBTdGFydHMtLT5cbjxzZWN0aW9uIGlkPVwibWFpbnRlbmFuY2VcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBtYWludGVuYW5jZS1ncmFuZGllbnRcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93IGZ1bGwtaGVpZ2h0LXZoXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZCBib3JkZXItZ3JleSBib3JkZXItbGlnaHRlbi0zIHB4LTEgcHktMSBib3gtc2hhZG93LTNcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ibG9ja1wiPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjYXJkLXRpdGxlIHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgICAgIDxpbWcgYWx0PVwiYXZ0YXJcIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkIG14LWF1dG8gZC1ibG9jayBwdC0yIG1iLTFcIlxuICAgICAgICAgICAgICAgIHNyYz1cImFzc2V0cy9pbWcvbG9nb3MvbG9nby1jb2xvci1iaWcucG5nXCJcbiAgICAgICAgICAgICAgICB3aWR0aD1cIjEwMFwiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmQtYmxvY2sgdGV4dC1jZW50ZXJcIj5cbiAgICAgICAgICAgIDxoMz5UaGlzIHBhZ2UgaXMgdW5kZXIgbWFpbnRlbmFuY2U8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlJ3JlIHNvcnJ5IGZvciB0aGUgaW5jb252ZW5pZW5jZS5cbiAgICAgICAgICAgICAgPGJyIC8+UGxlYXNlIGNvbWUgYmFjayBsYXRlci5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtdC0yXCI+XG4gICAgICAgICAgICAgIDxpIGNsYXNzPVwiZmEgZmEtY29nIHNwaW5uZXIgZm9udC1sYXJnZS0yXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGhyIC8+XG4gICAgICAgICAgPHAgY2xhc3M9XCJzb2NpYWxJY29uIGNhcmQtdGV4dCB0ZXh0LWNlbnRlciBwdC0yIHBiLTJcIj5cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYnRuIGJ0bi1zb2NpYWwtaWNvbiBtZS0xIG1iLTEgYnRuLW91dGxpbmUtZmFjZWJvb2tcIj5cbiAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYXMgc3Bpbm5lciBmYS1zcGlubmVyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPGEgY2xhc3M9XCJidG4gYnRuLXNvY2lhbC1pY29uIG1lLTEgbWItMSBidG4tb3V0bGluZS10d2l0dGVyXCI+XG4gICAgICAgICAgICAgIDxpIGNsYXNzPVwiZmFzIHNwaW5uZXIgZmEtc3Bpbm5lclwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYnRuIGJ0bi1zb2NpYWwtaWNvbiBtZS0xIG1iLTEgYnRuLW91dGxpbmUtbGlua2VkaW5cIj5cbiAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYXMgc3Bpbm5lciBmYS1zcGlubmVyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPGEgY2xhc3M9XCJidG4gYnRuLXNvY2lhbC1pY29uIG1lLTEgbWItMSBidG4tb3V0bGluZS1naXRodWJcIj5cbiAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYXMgc3Bpbm5lciBmYS1zcGlubmVyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tVW5kZXIgTWFpbnRlbmFuY2UgU3RhcnRzLS0+XG4iXX0=
@@ -1,13 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@posiwise/directives";
4
- import * as i2 from "@angular/router";
5
- export class NotfoundPageComponent {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: NotfoundPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: NotfoundPageComponent, selector: "ng-component", ngImport: i0, template: "<!--Error page starts-->\n<section id=\"error\">\n <div class=\"container-fluid bg-grey bg-lighten-3\">\n <div class=\"container\">\n <div class=\"row full-height-vh\">\n <div class=\"col-md-12 col-lg-3 ms-auto d-flex align-items-center\">\n <div class=\"row text-center mb-3\">\n <div class=\"col-12\">\n <img src=\"assets/img/portrait/avatars/avatar-08.png\"\n alt=\"User\"\n width=\"300\" />\n </div>\n <div class=\"col-12\">\n <h4 class=\"grey darken-2 font-large-5\">Opps...</h4>\n </div>\n </div>\n </div>\n <div class=\"col-md-12 col-lg-8 d-flex align-items-center justify-content-center\">\n <div class=\"error-container\">\n <div class=\"no-border\">\n <div class=\"text-center text-bold-700 grey darken-2 mt-5\"\n style=\"font-size: 11rem; margin-bottom: 4rem\">\n 404\n </div>\n </div>\n <div class=\"error-body\">\n <div class=\"row py-4 justify-content-center\">\n <div class=\"col-8 py-4\">\n <a class=\"btn btn-primary btn-raised btn-block font-medium-2\"\n routerLink=\"/\">\n <i class=\"ft-home\" aria-hidden=\"true\"></i>\n Back to Home\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Error page ends-->\n", dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: NotfoundPageComponent, decorators: [{
10
- type: Component,
11
- args: [{ template: "<!--Error page starts-->\n<section id=\"error\">\n <div class=\"container-fluid bg-grey bg-lighten-3\">\n <div class=\"container\">\n <div class=\"row full-height-vh\">\n <div class=\"col-md-12 col-lg-3 ms-auto d-flex align-items-center\">\n <div class=\"row text-center mb-3\">\n <div class=\"col-12\">\n <img src=\"assets/img/portrait/avatars/avatar-08.png\"\n alt=\"User\"\n width=\"300\" />\n </div>\n <div class=\"col-12\">\n <h4 class=\"grey darken-2 font-large-5\">Opps...</h4>\n </div>\n </div>\n </div>\n <div class=\"col-md-12 col-lg-8 d-flex align-items-center justify-content-center\">\n <div class=\"error-container\">\n <div class=\"no-border\">\n <div class=\"text-center text-bold-700 grey darken-2 mt-5\"\n style=\"font-size: 11rem; margin-bottom: 4rem\">\n 404\n </div>\n </div>\n <div class=\"error-body\">\n <div class=\"row py-4 justify-content-center\">\n <div class=\"col-8 py-4\">\n <a class=\"btn btn-primary btn-raised btn-block font-medium-2\"\n routerLink=\"/\">\n <i class=\"ft-home\" aria-hidden=\"true\"></i>\n Back to Home\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Error page ends-->\n" }]
12
- }] });
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90Zm91bmQtcGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbm90Zm91bmQtcGFnZS9ub3Rmb3VuZC1wYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9ub3Rmb3VuZC1wYWdlL25vdGZvdW5kLXBhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQUsxQyxNQUFNLE9BQU8scUJBQXFCOzhHQUFyQixxQkFBcUI7a0dBQXJCLHFCQUFxQixvRENMbEMsa2tEQTJDQTs7MkZEdENhLHFCQUFxQjtrQkFIakMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZVVybDogJy4vbm90Zm91bmQtcGFnZS5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgTm90Zm91bmRQYWdlQ29tcG9uZW50IHt9XG4iLCI8IS0tRXJyb3IgcGFnZSBzdGFydHMtLT5cbjxzZWN0aW9uIGlkPVwiZXJyb3JcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBiZy1ncmV5IGJnLWxpZ2h0ZW4tM1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3cgZnVsbC1oZWlnaHQtdmhcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC0xMiBjb2wtbGctMyBtcy1hdXRvIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93IHRleHQtY2VudGVyIG1iLTNcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTJcIj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCJhc3NldHMvaW1nL3BvcnRyYWl0L2F2YXRhcnMvYXZhdGFyLTA4LnBuZ1wiXG4gICAgICAgICAgICAgICAgYWx0PVwiVXNlclwiXG4gICAgICAgICAgICAgICAgd2lkdGg9XCIzMDBcIiAvPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyXCI+XG4gICAgICAgICAgICAgIDxoNCBjbGFzcz1cImdyZXkgZGFya2VuLTIgZm9udC1sYXJnZS01XCI+T3Bwcy4uLjwvaDQ+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgY29sLWxnLTggZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImVycm9yLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5vLWJvcmRlclwiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1jZW50ZXIgdGV4dC1ib2xkLTcwMCBncmV5IGRhcmtlbi0yIG10LTVcIlxuICAgICAgICAgICAgICAgIHN0eWxlPVwiZm9udC1zaXplOiAxMXJlbTsgbWFyZ2luLWJvdHRvbTogNHJlbVwiPlxuICAgICAgICAgICAgICAgIDQwNFxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImVycm9yLWJvZHlcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdyBweS00IGp1c3RpZnktY29udGVudC1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTggcHktNFwiPlxuICAgICAgICAgICAgICAgICAgPGEgY2xhc3M9XCJidG4gYnRuLXByaW1hcnkgYnRuLXJhaXNlZCBidG4tYmxvY2sgZm9udC1tZWRpdW0tMlwiXG4gICAgICAgICAgICAgICAgICAgIHJvdXRlckxpbms9XCIvXCI+XG4gICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiZnQtaG9tZVwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgQmFjayB0byBIb21lXG4gICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuPCEtLUVycm9yIHBhZ2UgZW5kcy0tPlxuIl19