@posiwise/public-modules 0.0.135 → 0.0.6654
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/index.mjs +53 -0
- package/esm2022/lib/config/constant.mjs +87 -0
- package/esm2022/lib/error-page/error-page.component.mjs +23 -0
- package/esm2022/lib/incidents-status/incidents-status.component.mjs +36 -0
- package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +42 -0
- package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +90 -0
- package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +60 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +18 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +95 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +29 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +21 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +11 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +41 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +88 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +18 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +95 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +21 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +11 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +44 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +88 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +12 -0
- package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +12 -0
- package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +42 -0
- package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +40 -0
- package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +40 -0
- package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +42 -0
- package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +12 -0
- package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +20 -0
- package/esm2022/lib/maintenance/maintenance-page.component.mjs +12 -0
- package/esm2022/lib/notfound-page/notfound-page.component.mjs +13 -0
- package/esm2022/lib/public.module.mjs +218 -0
- package/esm2022/posiwise-public-modules.mjs +5 -0
- package/fesm2022/posiwise-public-modules.mjs +833 -1171
- package/fesm2022/posiwise-public-modules.mjs.map +1 -1
- package/index.d.ts +1 -9
- package/lib/config/constant.d.ts +0 -1
- package/lib/error-page/error-page.component.d.ts +1 -1
- package/lib/incidents-status/incidents-status.component.d.ts +4 -14
- package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
- package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +19 -5
- package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
- package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
- package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
- package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
- package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +0 -2
- package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
- package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +0 -2
- package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
- package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
- package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
- package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
- package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
- package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
- package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
- package/lib/maintenance/maintenance-page.component.d.ts +2 -6
- package/lib/public.module.d.ts +56 -26
- package/package.json +5 -3
- package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
- package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
- package/lib/ab-test/ab-test.interface.d.ts +0 -9
- package/lib/ab-test/ab-test.module.d.ts +0 -13
- package/lib/error-status-pages.module.d.ts +0 -21
- package/lib/geo-template/geo-template.component.d.ts +0 -12
- package/lib/landing-page-shared.module.d.ts +0 -48
- package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
- package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
- package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
- package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
package/lib/public.module.d.ts
CHANGED
|
@@ -1,31 +1,61 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./landing-pages/
|
|
8
|
-
import * as i7 from "./landing-pages/
|
|
9
|
-
import * as i8 from "./landing-pages/
|
|
10
|
-
import * as i9 from "./landing-pages/
|
|
11
|
-
import * as i10 from "./landing-pages/
|
|
12
|
-
import * as i11 from "./landing-pages/
|
|
13
|
-
import * as i12 from "./landing-pages/
|
|
14
|
-
import * as i13 from "./landing-pages/
|
|
15
|
-
import * as i14 from "./landing-pages/
|
|
16
|
-
import * as i15 from "./landing-pages/
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "./landing-page-
|
|
2
|
+
import * as i1 from "./incidents-status/incidents-status.component";
|
|
3
|
+
import * as i2 from "./error-page/error-page.component";
|
|
4
|
+
import * as i3 from "./lock-screen/lock-screen-page.component";
|
|
5
|
+
import * as i4 from "./maintenance/maintenance-page.component";
|
|
6
|
+
import * as i5 from "./notfound-page/notfound-page.component";
|
|
7
|
+
import * as i6 from "./landing-pages/landing-page/landing-page.component";
|
|
8
|
+
import * as i7 from "./landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component";
|
|
9
|
+
import * as i8 from "./landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component";
|
|
10
|
+
import * as i9 from "./landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component";
|
|
11
|
+
import * as i10 from "./landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
|
|
12
|
+
import * as i11 from "./landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component";
|
|
13
|
+
import * as i12 from "./landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component";
|
|
14
|
+
import * as i13 from "./landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component";
|
|
15
|
+
import * as i14 from "./landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component";
|
|
16
|
+
import * as i15 from "./landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component";
|
|
17
|
+
import * as i16 from "./landing-pages/landing-page/sections/landing-page-services/landing-page-services.component";
|
|
18
|
+
import * as i17 from "./landing-pages/landing-page/sections/main-explainer/main-explainer.component";
|
|
19
|
+
import * as i18 from "./landing-pages/landing-page/sections/landing-page-team/landing-page-team.component";
|
|
20
|
+
import * as i19 from "./landing-pages/landing-page/sections/landing-page-header/landing-page-header.component";
|
|
21
|
+
import * as i20 from "./landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component";
|
|
22
|
+
import * as i21 from "./landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component";
|
|
23
|
+
import * as i22 from "./landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component";
|
|
24
|
+
import * as i23 from "./landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component";
|
|
25
|
+
import * as i24 from "./landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component";
|
|
26
|
+
import * as i25 from "./landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component";
|
|
27
|
+
import * as i26 from "./landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component";
|
|
28
|
+
import * as i27 from "./landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component";
|
|
29
|
+
import * as i28 from "./landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component";
|
|
30
|
+
import * as i29 from "./landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component";
|
|
31
|
+
import * as i30 from "./landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component";
|
|
32
|
+
import * as i31 from "./landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component";
|
|
33
|
+
import * as i32 from "./landing-pages/hiring/careers/careers.component";
|
|
34
|
+
import * as i33 from "./landing-pages/hiring/careers-explainer/careers-explainer.component";
|
|
35
|
+
import * as i34 from "./landing-pages/hiring/careers-contact-us/careers-contact-us.component";
|
|
36
|
+
import * as i35 from "./landing-pages/ventures/venture-explainer/venture-explainer.component";
|
|
37
|
+
import * as i36 from "./landing-pages/ventures/venture/venture.component";
|
|
38
|
+
import * as i37 from "./landing-pages/tech-features/core-features/core-features.component";
|
|
39
|
+
import * as i38 from "./landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component";
|
|
40
|
+
import * as i39 from "./landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component";
|
|
41
|
+
import * as i40 from "./landing-pages/tech-features/user-management/user-management.component";
|
|
42
|
+
import * as i41 from "./landing-pages/tech-features/customer-success/customer-success.component";
|
|
43
|
+
import * as i42 from "./landing-pages/tech-features/enterprise-management/enterprise-management.component";
|
|
44
|
+
import * as i43 from "./landing-pages/tech-features/ip-management/ip-management.component";
|
|
45
|
+
import * as i44 from "./landing-pages/tech-features/payments/payments.component";
|
|
46
|
+
import * as i45 from "./landing-pages/tech-features/security/security.component";
|
|
47
|
+
import * as i46 from "./landing-pages/tech-features/ui-builder/ui-builder.component";
|
|
48
|
+
import * as i47 from "./landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component";
|
|
49
|
+
import * as i48 from "@angular/common";
|
|
50
|
+
import * as i49 from "@angular/forms";
|
|
51
|
+
import * as i50 from "@ng-bootstrap/ng-bootstrap";
|
|
52
|
+
import * as i51 from "ngx-pagination";
|
|
53
|
+
import * as i52 from "@posiwise/core-transloco";
|
|
54
|
+
import * as i53 from "@posiwise/directives";
|
|
55
|
+
import * as i54 from "@posiwise/shared-components";
|
|
56
|
+
import * as i55 from "ngx-captcha";
|
|
26
57
|
export declare class PublicModule {
|
|
27
|
-
constructor();
|
|
28
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<PublicModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PublicModule, [typeof i1.
|
|
59
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PublicModule, [typeof i1.IncidentsStatusComponent, typeof i2.ErrorPageComponent, typeof i3.LockScreenPageComponent, typeof i4.MaintenancePageComponent, typeof i5.NotfoundPageComponent, typeof i6.LandingPageComponent, typeof i7.LandingPageAboutUsComponent, typeof i8.LandingPageBannerComponent, typeof i9.LandingPageFooterComponent, typeof i10.LandingPageSubscribeComponent, typeof i11.LandingPageContactComponent, typeof i12.LandingPageOurProductsComponent, typeof i13.LandingPageTestimonialsComponent, typeof i14.LandingPageChangeAdaptComponent, typeof i15.LandingPageInnovateComponent, typeof i16.LandingPageServicesComponent, typeof i17.MainExplainerComponent, typeof i18.LandingPageTeamComponent, typeof i19.LandingPageHeaderComponent, typeof i20.MainExplainerBComponent, typeof i21.LandingPageAboutUsBComponent, typeof i22.LandingPageBannerBComponent, typeof i23.LandingPageSubscribeBComponent, typeof i24.LandingPageContactBComponent, typeof i25.LandingPageOurProductsBComponent, typeof i26.LandingPageTestimonialsBComponent, typeof i27.LandingPageChangeAdaptBComponent, typeof i28.LandingPageInnovateBComponent, typeof i29.LandingPageServicesBComponent, typeof i30.LandingPageTeamBComponent, typeof i31.LandingPageHeaderBComponent, typeof i32.CareersComponent, typeof i33.CareersExplainerComponent, typeof i34.CareersContactUsComponent, typeof i35.VentureExplainerComponent, typeof i36.VentureComponent, typeof i37.CoreFeaturesComponent, typeof i38.CoreFeatureExplainerComponent, typeof i39.CommunicationAndNotificationsComponent, typeof i40.UserManagementComponent, typeof i41.CustomerSuccessComponent, typeof i42.EnterpriseManagementComponent, typeof i43.IpManagementComponent, typeof i44.PaymentsComponent, typeof i45.SecurityComponent, typeof i46.UiBuilderComponent, typeof i33.CareersExplainerComponent, typeof i47.LandingPageBlogComponent], [typeof i48.CommonModule, typeof i49.FormsModule, typeof i49.ReactiveFormsModule, typeof i50.NgbModule, typeof i51.NgxPaginationModule, typeof i52.CoreTranslocoModule, typeof i53.DirectivesModule, typeof i54.SharedComponentsModule, typeof i55.NgxCaptchaModule], [typeof i47.LandingPageBlogComponent]>;
|
|
30
60
|
static ɵinj: i0.ɵɵInjectorDeclaration<PublicModule>;
|
|
31
61
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@posiwise/public-modules",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6654",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
5
|
+
"@angular/common": "17.0.8",
|
|
6
|
+
"@angular/core": "17.0.8",
|
|
7
7
|
"ngx-pagination": "^6.0.3",
|
|
8
8
|
"ngx-captcha": "^13.0.0"
|
|
9
9
|
},
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
},
|
|
20
20
|
".": {
|
|
21
21
|
"types": "./index.d.ts",
|
|
22
|
+
"esm2022": "./esm2022/posiwise-public-modules.mjs",
|
|
23
|
+
"esm": "./esm2022/posiwise-public-modules.mjs",
|
|
22
24
|
"default": "./fesm2022/posiwise-public-modules.mjs"
|
|
23
25
|
}
|
|
24
26
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AbTestContainerComponent } from '../ab-test-container/ab-test-container.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AbAlternativeComponent {
|
|
4
|
-
name: string;
|
|
5
|
-
/**
|
|
6
|
-
* Specifies AbTestContainerComponent instance template reference
|
|
7
|
-
*/
|
|
8
|
-
ref: AbTestContainerComponent;
|
|
9
|
-
/**
|
|
10
|
-
* If the getExperiment call fails, it can be set to show the experiment
|
|
11
|
-
* as fallback
|
|
12
|
-
*/
|
|
13
|
-
default: boolean;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbAlternativeComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AbAlternativeComponent, "ab-alternative", never, { "name": { "alias": "name"; "required": false; }; "ref": { "alias": "ref"; "required": false; }; "default": { "alias": "default"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
16
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbTestService } from '@posiwise/common-services';
|
|
3
|
-
import { Experiment } from '../ab-test.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AbTestContainerComponent implements OnInit {
|
|
6
|
-
private readonly service;
|
|
7
|
-
experimentName: string;
|
|
8
|
-
serviceInput: string;
|
|
9
|
-
data: Experiment;
|
|
10
|
-
/**
|
|
11
|
-
* Specifies boolean to show the experiment as fallback
|
|
12
|
-
*/
|
|
13
|
-
showDefaultExperiment: boolean;
|
|
14
|
-
constructor(service: AbTestService);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
private getExperiment;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbTestContainerComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AbTestContainerComponent, "pw-ab-test-container", never, { "experimentName": { "alias": "experimentName"; "required": false; }; "serviceInput": { "alias": "serviceInput"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ab-alternative/ab-alternative.component";
|
|
3
|
-
import * as i2 from "./ab-test-container/ab-test-container.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
/**
|
|
6
|
-
* Module for AB testing components.
|
|
7
|
-
* Contains AbAlternativeComponent and AbTestContainerComponent for A/B testing functionality.
|
|
8
|
-
*/
|
|
9
|
-
export declare class AbTestModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbTestModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AbTestModule, [typeof i1.AbAlternativeComponent, typeof i2.AbTestContainerComponent], [typeof i3.CommonModule], [typeof i1.AbAlternativeComponent, typeof i2.AbTestContainerComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AbTestModule>;
|
|
13
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./error-page/error-page.component";
|
|
3
|
-
import * as i2 from "./incidents-status/incidents-status.component";
|
|
4
|
-
import * as i3 from "./lock-screen/lock-screen-page.component";
|
|
5
|
-
import * as i4 from "./maintenance/maintenance-page.component";
|
|
6
|
-
import * as i5 from "./notfound-page/notfound-page.component";
|
|
7
|
-
import * as i6 from "./resource-meetings/resource-meetings.component";
|
|
8
|
-
import * as i7 from "@angular/common";
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
10
|
-
import * as i9 from "@angular/router";
|
|
11
|
-
import * as i10 from "@posiwise/core-transloco";
|
|
12
|
-
import * as i11 from "ngx-pagination";
|
|
13
|
-
import * as i12 from "@ng-bootstrap/ng-bootstrap";
|
|
14
|
-
import * as i13 from "@posiwise/utils";
|
|
15
|
-
import * as i14 from "@posiwise/resource-contact-us";
|
|
16
|
-
export declare class ErrorStatusPagesModule {
|
|
17
|
-
constructor();
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStatusPagesModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorStatusPagesModule, [typeof i1.ErrorPageComponent, typeof i2.IncidentsStatusComponent, typeof i3.LockScreenPageComponent, typeof i4.MaintenancePageComponent, typeof i5.NotfoundPageComponent, typeof i6.ResourceMeetingsComponent], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.CoreTranslocoModule, typeof i11.NgxPaginationModule, typeof i12.NgbNavModule, typeof i13.ResourceHeaderModule, typeof i14.DemoCardsModule], [typeof i1.ErrorPageComponent, typeof i2.IncidentsStatusComponent, typeof i3.LockScreenPageComponent, typeof i4.MaintenancePageComponent, typeof i5.NotfoundPageComponent, typeof i6.ResourceMeetingsComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorStatusPagesModule>;
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { GeoService } from '@posiwise/common-services';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GeoTemplateComponent implements OnInit {
|
|
5
|
-
private readonly geoService;
|
|
6
|
-
data: object;
|
|
7
|
-
constructor(geoService: GeoService);
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
private getCountryByIP;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GeoTemplateComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GeoTemplateComponent, "pw-geo-template", never, {}, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component";
|
|
3
|
-
import * as i2 from "./landing-pages/landing-page/landing-page.component";
|
|
4
|
-
import * as i3 from "./landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component";
|
|
5
|
-
import * as i4 from "./landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component";
|
|
6
|
-
import * as i5 from "./landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component";
|
|
7
|
-
import * as i6 from "./landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component";
|
|
8
|
-
import * as i7 from "./landing-pages/landing-page/sections/landing-page-header/landing-page-header.component";
|
|
9
|
-
import * as i8 from "./landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component";
|
|
10
|
-
import * as i9 from "./landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component";
|
|
11
|
-
import * as i10 from "./landing-pages/landing-page/sections/landing-page-services/landing-page-services.component";
|
|
12
|
-
import * as i11 from "./landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
|
|
13
|
-
import * as i12 from "./landing-pages/landing-page/sections/landing-page-team/landing-page-team.component";
|
|
14
|
-
import * as i13 from "./landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component";
|
|
15
|
-
import * as i14 from "./landing-pages/landing-page/sections/main-explainer/main-explainer.component";
|
|
16
|
-
import * as i15 from "./landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component";
|
|
17
|
-
import * as i16 from "./landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component";
|
|
18
|
-
import * as i17 from "./landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component";
|
|
19
|
-
import * as i18 from "./landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component";
|
|
20
|
-
import * as i19 from "./landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component";
|
|
21
|
-
import * as i20 from "./landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component";
|
|
22
|
-
import * as i21 from "./landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component";
|
|
23
|
-
import * as i22 from "./landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component";
|
|
24
|
-
import * as i23 from "./landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component";
|
|
25
|
-
import * as i24 from "./landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component";
|
|
26
|
-
import * as i25 from "./landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component";
|
|
27
|
-
import * as i26 from "./landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component";
|
|
28
|
-
import * as i27 from "./geo-template/geo-template.component";
|
|
29
|
-
import * as i28 from "@angular/common";
|
|
30
|
-
import * as i29 from "@angular/forms";
|
|
31
|
-
import * as i30 from "@angular/router";
|
|
32
|
-
import * as i31 from "@posiwise/core-transloco";
|
|
33
|
-
import * as i32 from "@posiwise/directives";
|
|
34
|
-
import * as i33 from "@posiwise/pipes";
|
|
35
|
-
import * as i34 from "ngx-captcha";
|
|
36
|
-
import * as i35 from "@posiwise/utils";
|
|
37
|
-
import * as i36 from "./ab-test/ab-test.module";
|
|
38
|
-
/**
|
|
39
|
-
* Dedicated module for landing page components only.
|
|
40
|
-
* This module contains ONLY the landing page components to keep bundle size minimal.
|
|
41
|
-
* Import this instead of the full PublicModule when you only need landing page functionality.
|
|
42
|
-
*/
|
|
43
|
-
export declare class LandingPageSharedComponentsModule {
|
|
44
|
-
constructor();
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageSharedComponentsModule, never>;
|
|
46
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LandingPageSharedComponentsModule, [typeof i1.LandingPageAboutUsComponent, typeof i2.LandingPageComponent, typeof i3.LandingPageBannerComponent, typeof i4.LandingPageChangeAdaptComponent, typeof i5.LandingPageContactComponent, typeof i6.LandingPageFooterComponent, typeof i7.LandingPageHeaderComponent, typeof i8.LandingPageInnovateComponent, typeof i9.LandingPageOurProductsComponent, typeof i10.LandingPageServicesComponent, typeof i11.LandingPageSubscribeComponent, typeof i12.LandingPageTeamComponent, typeof i13.LandingPageTestimonialsComponent, typeof i14.MainExplainerComponent, typeof i15.LandingPageAboutUsBComponent, typeof i16.LandingPageBannerBComponent, typeof i17.LandingPageChangeAdaptBComponent, typeof i18.LandingPageContactBComponent, typeof i19.LandingPageHeaderBComponent, typeof i20.LandingPageInnovateBComponent, typeof i21.LandingPageOurProductsBComponent, typeof i22.LandingPageServicesBComponent, typeof i23.LandingPageSubscribeBComponent, typeof i24.LandingPageTeamBComponent, typeof i25.LandingPageTestimonialsBComponent, typeof i26.MainExplainerBComponent, typeof i27.GeoTemplateComponent], [typeof i28.CommonModule, typeof i29.FormsModule, typeof i29.ReactiveFormsModule, typeof i30.RouterModule, typeof i31.CoreTranslocoModule, typeof i32.DirectivesModule, typeof i33.PipesModule, typeof i34.NgxCaptchaModule, typeof i35.FieldErrorDisplayModule, typeof i36.AbTestModule], [typeof i1.LandingPageAboutUsComponent, typeof i3.LandingPageBannerComponent, typeof i2.LandingPageComponent, typeof i4.LandingPageChangeAdaptComponent, typeof i5.LandingPageContactComponent, typeof i6.LandingPageFooterComponent, typeof i7.LandingPageHeaderComponent, typeof i8.LandingPageInnovateComponent, typeof i9.LandingPageOurProductsComponent, typeof i10.LandingPageServicesComponent, typeof i11.LandingPageSubscribeComponent, typeof i12.LandingPageTeamComponent, typeof i13.LandingPageTestimonialsComponent, typeof i14.MainExplainerComponent, typeof i15.LandingPageAboutUsBComponent, typeof i16.LandingPageBannerBComponent, typeof i17.LandingPageChangeAdaptBComponent, typeof i18.LandingPageContactBComponent, typeof i19.LandingPageHeaderBComponent, typeof i20.LandingPageInnovateBComponent, typeof i21.LandingPageOurProductsBComponent, typeof i22.LandingPageServicesBComponent, typeof i23.LandingPageSubscribeBComponent, typeof i24.LandingPageTeamBComponent, typeof i25.LandingPageTestimonialsBComponent, typeof i26.MainExplainerBComponent, typeof i27.GeoTemplateComponent, typeof i36.AbTestModule, typeof i30.RouterModule]>;
|
|
47
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LandingPageSharedComponentsModule>;
|
|
48
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
-
import { AuthService, CommonService } from '@posiwise/common-services';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare abstract class BaseContactFormComponent extends AppBaseComponent implements OnInit {
|
|
7
|
-
protected readonly commonService: CommonService;
|
|
8
|
-
protected readonly fb: UntypedFormBuilder;
|
|
9
|
-
protected readonly authService: AuthService;
|
|
10
|
-
form: UntypedFormGroup;
|
|
11
|
-
isEmailValid: boolean;
|
|
12
|
-
isCaptchaVerified: boolean;
|
|
13
|
-
isSubscribeClicked: boolean;
|
|
14
|
-
submitted: boolean;
|
|
15
|
-
siteKey: string;
|
|
16
|
-
recaptcha: any;
|
|
17
|
-
masterProductId: any;
|
|
18
|
-
constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, injector: Injector);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
onSubmit(): void;
|
|
21
|
-
handleSuccess(reCaptchaRes: any): void;
|
|
22
|
-
validateEmail(): void;
|
|
23
|
-
protected abstract getDefaultSubject(): string;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseContactFormComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseContactFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
26
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { AuthService } from '@posiwise/common-services';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class BaseLandingPageComponent extends AppBaseComponent implements OnInit {
|
|
6
|
-
protected readonly authService: AuthService;
|
|
7
|
-
subject: string;
|
|
8
|
-
productKey: string;
|
|
9
|
-
landing: boolean;
|
|
10
|
-
masterProductId: any;
|
|
11
|
-
constructor(authService: AuthService, injector: Injector);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
protected abstract getSubject(): string;
|
|
14
|
-
protected abstract getProductKey(): string;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseLandingPageComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseLandingPageComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { AuthService } from '@posiwise/common-services';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class BaseTechFeatureComponent extends AppBaseComponent implements OnInit, AfterViewInit {
|
|
6
|
-
protected readonly authService: AuthService;
|
|
7
|
-
subject: string;
|
|
8
|
-
productKey: string;
|
|
9
|
-
landing: boolean;
|
|
10
|
-
masterProductId: any;
|
|
11
|
-
sourceId?: number;
|
|
12
|
-
constructor(authService: AuthService, injector: Injector);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngAfterViewInit(): void;
|
|
15
|
-
protected getSubjectText(): string;
|
|
16
|
-
protected getSourceId(): number | undefined;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTechFeatureComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseTechFeatureComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
-
import { AuthService } from '@posiwise/common-services';
|
|
5
|
-
import { User } from '@posiwise/common-utilities';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ResourceMeetingsComponent extends AppBaseComponent implements OnInit {
|
|
8
|
-
private readonly sanitizer;
|
|
9
|
-
private readonly authService;
|
|
10
|
-
subject: string;
|
|
11
|
-
title: any;
|
|
12
|
-
user: User;
|
|
13
|
-
userLoggedIn: boolean;
|
|
14
|
-
constructor(sanitizer: DomSanitizer, authService: AuthService, injector: Injector);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceMeetingsComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceMeetingsComponent, "pw--public-book-a-demo", never, {}, {}, never, never, false, never>;
|
|
18
|
-
}
|