@jooler/jooler-websites-shared 0.0.169 → 0.0.171
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/README.md +24 -24
- package/esm2020/jooler-websites-shared.mjs +4 -4
- package/esm2020/lib/achievements/achievements.component.mjs +17 -17
- package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +32 -32
- package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +22 -22
- package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.model.mjs +3 -3
- package/esm2020/lib/call-to-action-section-two/link-text.model.mjs +3 -3
- package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +55 -55
- package/esm2020/lib/coming-soon/coming-soon.component.mjs +22 -22
- package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +129 -129
- package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +37 -37
- package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +25 -25
- package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +22 -22
- package/esm2020/lib/faq-category-listing/faq-category-listing.component.mjs +25 -25
- package/esm2020/lib/faq-listing/faq-listing.component.mjs +25 -25
- package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +22 -22
- package/esm2020/lib/header-section-one/header-section-one.component.mjs +23 -23
- package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +132 -132
- package/esm2020/lib/jooler-websites-shared.module.mjs +211 -211
- package/esm2020/lib/models/about-us-section.model.mjs +2 -2
- package/esm2020/lib/models/account-type.model.mjs +9 -9
- package/esm2020/lib/models/account.model.mjs +3 -3
- package/esm2020/lib/models/achievement.model.mjs +3 -3
- package/esm2020/lib/models/achievements.model.mjs +3 -3
- package/esm2020/lib/models/address.model.mjs +3 -3
- package/esm2020/lib/models/brand-logo.model.mjs +2 -2
- package/esm2020/lib/models/call-to-action-button.model.mjs +3 -3
- package/esm2020/lib/models/call-to-action-data.model.mjs +2 -2
- package/esm2020/lib/models/city.model.mjs +3 -3
- package/esm2020/lib/models/country.model.mjs +3 -3
- package/esm2020/lib/models/cta-cards.model.mjs +2 -2
- package/esm2020/lib/models/cta-one-type.model.mjs +2 -2
- package/esm2020/lib/models/cta-section-style-four.model.mjs +2 -2
- package/esm2020/lib/models/faq-category.model.mjs +3 -3
- package/esm2020/lib/models/faq-subcategory.model.mjs +3 -3
- package/esm2020/lib/models/faq.model.mjs +3 -3
- package/esm2020/lib/models/feature-section-nine.model.mjs +2 -2
- package/esm2020/lib/models/gallery-items-properties.model.mjs +2 -2
- package/esm2020/lib/models/get-started-cta.model.mjs +3 -3
- package/esm2020/lib/models/header-section-style-one.model.mjs +2 -2
- package/esm2020/lib/models/image-section-action.model.mjs +3 -3
- package/esm2020/lib/models/image-section.model.mjs +3 -3
- package/esm2020/lib/models/image-with-content.model.mjs +2 -2
- package/esm2020/lib/models/library-product-type.model.mjs +7 -7
- package/esm2020/lib/models/page-section-action.model.mjs +3 -3
- package/esm2020/lib/models/page-section-style-thirteen.model.mjs +6 -6
- package/esm2020/lib/models/page-section-style-three.model.mjs +2 -2
- package/esm2020/lib/models/page-section.model.mjs +3 -3
- package/esm2020/lib/models/page-style-section-five.model.mjs +2 -2
- package/esm2020/lib/models/perks.model.mjs +3 -3
- package/esm2020/lib/models/section-title.model.mjs +2 -2
- package/esm2020/lib/models/service-plan.model.mjs +3 -3
- package/esm2020/lib/models/team-member.model.mjs +3 -3
- package/esm2020/lib/models/team-section.model.mjs +3 -3
- package/esm2020/lib/models/user-type.model.mjs +8 -8
- package/esm2020/lib/models/user.model.mjs +3 -3
- package/esm2020/lib/models/value-prop-properties.model.mjs +2 -2
- package/esm2020/lib/models/vertical-side-tab.model.mjs +2 -2
- package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +17 -17
- package/esm2020/lib/our-clients/our-clients.component.mjs +54 -54
- package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +33 -33
- package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +43 -43
- package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +25 -25
- package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +24 -24
- package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +30 -30
- package/esm2020/lib/section-title/section-title.component.mjs +14 -14
- package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +40 -40
- package/esm2020/lib/social-media-icons/social-media-links.model.mjs +3 -3
- package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +22 -22
- package/esm2020/lib/team/team.component.mjs +52 -52
- package/esm2020/lib/value-prop-card/value-prop-card.component.mjs +20 -20
- package/esm2020/lib/value-props-section/value-props-section.component.mjs +33 -33
- package/esm2020/lib/values/values.component.mjs +43 -43
- package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +33 -33
- package/esm2020/public-api.mjs +70 -70
- package/fesm2015/jooler-websites-shared.mjs +1065 -1065
- package/fesm2015/jooler-websites-shared.mjs.map +1 -1
- package/fesm2020/jooler-websites-shared.mjs +1065 -1065
- package/fesm2020/jooler-websites-shared.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/achievements/achievements.component.d.ts +10 -10
- package/lib/call-to-action-section/call-to-action-section.component.d.ts +14 -14
- package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
- package/lib/call-to-action-section-two/call-to-action-section-two.model.d.ts +11 -11
- package/lib/call-to-action-section-two/link-text.model.d.ts +4 -4
- package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
- package/lib/coming-soon/coming-soon.component.d.ts +8 -8
- package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
- package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +15 -15
- package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -12
- package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
- package/lib/faq-category-listing/faq-category-listing.component.d.ts +14 -14
- package/lib/faq-listing/faq-listing.component.d.ts +13 -13
- package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
- package/lib/header-section-one/header-section-one.component.d.ts +11 -11
- package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
- package/lib/jooler-websites-shared.module.d.ts +44 -44
- package/lib/models/about-us-section.model.d.ts +6 -6
- package/lib/models/account-type.model.d.ts +7 -7
- package/lib/models/account.model.d.ts +16 -16
- package/lib/models/achievement.model.d.ts +4 -4
- package/lib/models/achievements.model.d.ts +6 -6
- package/lib/models/address.model.d.ts +18 -18
- package/lib/models/brand-logo.model.d.ts +4 -4
- package/lib/models/call-to-action-button.model.d.ts +4 -4
- package/lib/models/call-to-action-data.model.d.ts +17 -17
- package/lib/models/city.model.d.ts +5 -5
- package/lib/models/country.model.d.ts +5 -5
- package/lib/models/cta-cards.model.d.ts +7 -7
- package/lib/models/cta-one-type.model.d.ts +14 -14
- package/lib/models/cta-section-style-four.model.d.ts +8 -8
- package/lib/models/faq-category.model.d.ts +9 -9
- package/lib/models/faq-subcategory.model.d.ts +8 -8
- package/lib/models/faq.model.d.ts +7 -7
- package/lib/models/feature-section-nine.model.d.ts +6 -6
- package/lib/models/gallery-items-properties.model.d.ts +6 -6
- package/lib/models/get-started-cta.model.d.ts +8 -8
- package/lib/models/header-section-style-one.model.d.ts +16 -16
- package/lib/models/image-section-action.model.d.ts +7 -7
- package/lib/models/image-section.model.d.ts +12 -12
- package/lib/models/image-with-content.model.d.ts +5 -5
- package/lib/models/library-product-type.model.d.ts +5 -5
- package/lib/models/page-section-action.model.d.ts +5 -5
- package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
- package/lib/models/page-section-style-three.model.d.ts +7 -7
- package/lib/models/page-section.model.d.ts +11 -11
- package/lib/models/page-style-section-five.model.d.ts +11 -11
- package/lib/models/perks.model.d.ts +4 -4
- package/lib/models/section-title.model.d.ts +7 -7
- package/lib/models/service-plan.model.d.ts +12 -12
- package/lib/models/team-member.model.d.ts +6 -6
- package/lib/models/team-section.model.d.ts +7 -7
- package/lib/models/user-type.model.d.ts +6 -6
- package/lib/models/user.model.d.ts +11 -11
- package/lib/models/value-prop-properties.model.d.ts +6 -6
- package/lib/models/vertical-side-tab.model.d.ts +6 -6
- package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
- package/lib/our-clients/our-clients.component.d.ts +15 -15
- package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
- package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
- package/lib/page-section-style-three/page-section-style-three.component.d.ts +13 -13
- package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
- package/lib/pricing-plans/pricing-plans.component.d.ts +15 -15
- package/lib/section-title/section-title.component.d.ts +7 -7
- package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
- package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
- package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
- package/lib/team/team.component.d.ts +18 -18
- package/lib/value-prop-card/value-prop-card.component.d.ts +11 -11
- package/lib/value-props-section/value-props-section.component.d.ts +11 -11
- package/lib/values/values.component.d.ts +16 -16
- package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
- package/package.json +1 -1
- package/public-api.d.ts +66 -66
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="jooler-websites-shared" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="jooler-websites-shared" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Achievements } from '../models/achievements.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AchievementsComponent implements OnInit {
|
|
5
|
-
sectionContent: Achievements;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AchievementsComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AchievementsComponent, "achievements", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
10
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Achievements } from '../models/achievements.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AchievementsComponent implements OnInit {
|
|
5
|
+
sectionContent: Achievements;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AchievementsComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AchievementsComponent, "achievements", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
10
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { CallToActionSectionData } from '../models/call-to-action-data.model';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CallToActionSectionComponent {
|
|
5
|
-
private _Router;
|
|
6
|
-
sectionContent: CallToActionSectionData;
|
|
7
|
-
titleOnRightSide: boolean;
|
|
8
|
-
imageBg: boolean;
|
|
9
|
-
isBoxWithCard: boolean;
|
|
10
|
-
constructor(_Router: Router);
|
|
11
|
-
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CallToActionSectionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CallToActionSectionComponent, "call-to-action-section", never, { "sectionContent": "sectionContent"; "titleOnRightSide": "titleOnRightSide"; "imageBg": "imageBg"; "isBoxWithCard": "isBoxWithCard"; }, {}, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { CallToActionSectionData } from '../models/call-to-action-data.model';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CallToActionSectionComponent {
|
|
5
|
+
private _Router;
|
|
6
|
+
sectionContent: CallToActionSectionData;
|
|
7
|
+
titleOnRightSide: boolean;
|
|
8
|
+
imageBg: boolean;
|
|
9
|
+
isBoxWithCard: boolean;
|
|
10
|
+
constructor(_Router: Router);
|
|
11
|
+
onClickButton(route: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CallToActionSectionComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CallToActionSectionComponent, "call-to-action-section", never, { "sectionContent": "sectionContent"; "titleOnRightSide": "titleOnRightSide"; "imageBg": "imageBg"; "isBoxWithCard": "isBoxWithCard"; }, {}, never, never, false>;
|
|
14
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { CallToActionSectionTwo } from './call-to-action-section-two.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CallToActionSectionTwoComponent implements OnInit {
|
|
6
|
-
private _router;
|
|
7
|
-
sectionContent: CallToActionSectionTwo;
|
|
8
|
-
constructor(_router: Router);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
onClickLink(link: string): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CallToActionSectionTwoComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CallToActionSectionTwoComponent, "call-to-action-section-two", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
13
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { CallToActionSectionTwo } from './call-to-action-section-two.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CallToActionSectionTwoComponent implements OnInit {
|
|
6
|
+
private _router;
|
|
7
|
+
sectionContent: CallToActionSectionTwo;
|
|
8
|
+
constructor(_router: Router);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
onClickLink(link: string): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CallToActionSectionTwoComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CallToActionSectionTwoComponent, "call-to-action-section-two", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
13
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { LinkText } from "./link-text.model";
|
|
2
|
-
export declare class CallToActionSectionTwo {
|
|
3
|
-
title: string;
|
|
4
|
-
description: string;
|
|
5
|
-
linkOne: LinkText;
|
|
6
|
-
textBetweenLinksOne: string;
|
|
7
|
-
linkTwo: LinkText;
|
|
8
|
-
textBetweenLinksTwo: string;
|
|
9
|
-
linkThree: LinkText;
|
|
10
|
-
textAfterLinks: string;
|
|
11
|
-
}
|
|
1
|
+
import { LinkText } from "./link-text.model";
|
|
2
|
+
export declare class CallToActionSectionTwo {
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
linkOne: LinkText;
|
|
6
|
+
textBetweenLinksOne: string;
|
|
7
|
+
linkTwo: LinkText;
|
|
8
|
+
textBetweenLinksTwo: string;
|
|
9
|
+
linkThree: LinkText;
|
|
10
|
+
textAfterLinks: string;
|
|
11
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class LinkText {
|
|
2
|
-
text: string;
|
|
3
|
-
route: string;
|
|
4
|
-
}
|
|
1
|
+
export declare class LinkText {
|
|
2
|
+
text: string;
|
|
3
|
+
route: string;
|
|
4
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ChooseCountryWithFlagComponent implements OnInit, ControlValueAccessor {
|
|
5
|
-
items: any[];
|
|
6
|
-
selectedItem: any;
|
|
7
|
-
change: EventEmitter<any>;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
writeValue(value: any): void;
|
|
11
|
-
registerOnChange(fn: any): void;
|
|
12
|
-
registerOnTouched(fn: any): void;
|
|
13
|
-
private propagateChange;
|
|
14
|
-
private propogateTouch;
|
|
15
|
-
updateBlur(): void;
|
|
16
|
-
onSelectionChanged($event: any): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChooseCountryWithFlagComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChooseCountryWithFlagComponent, "choose-country-with-flag", never, { "items": "items"; }, { "change": "change"; }, never, never, false>;
|
|
19
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ChooseCountryWithFlagComponent implements OnInit, ControlValueAccessor {
|
|
5
|
+
items: any[];
|
|
6
|
+
selectedItem: any;
|
|
7
|
+
change: EventEmitter<any>;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
writeValue(value: any): void;
|
|
11
|
+
registerOnChange(fn: any): void;
|
|
12
|
+
registerOnTouched(fn: any): void;
|
|
13
|
+
private propagateChange;
|
|
14
|
+
private propogateTouch;
|
|
15
|
+
updateBlur(): void;
|
|
16
|
+
onSelectionChanged($event: any): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChooseCountryWithFlagComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChooseCountryWithFlagComponent, "choose-country-with-flag", never, { "items": "items"; }, { "change": "change"; }, never, never, false>;
|
|
19
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { socialMediaLinks } from '../social-media-icons/social-media-links.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ComingSoonComponent {
|
|
4
|
-
ctaText: string;
|
|
5
|
-
socialMediaLinks: socialMediaLinks;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComingSoonComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComingSoonComponent, "coming-soon", never, { "ctaText": "ctaText"; "socialMediaLinks": "socialMediaLinks"; }, {}, never, never, false>;
|
|
8
|
-
}
|
|
1
|
+
import { socialMediaLinks } from '../social-media-icons/social-media-links.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ComingSoonComponent {
|
|
4
|
+
ctaText: string;
|
|
5
|
+
socialMediaLinks: socialMediaLinks;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComingSoonComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComingSoonComponent, "coming-soon", never, { "ctaText": "ctaText"; "socialMediaLinks": "socialMediaLinks"; }, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { FormBuilder, FormControl } from '@angular/forms';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
4
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ContactUsPageComponent implements OnInit {
|
|
7
|
-
dialog: MatDialog;
|
|
8
|
-
private breakpointObserver;
|
|
9
|
-
private fb;
|
|
10
|
-
subjects: any[];
|
|
11
|
-
contactUsPageData: any;
|
|
12
|
-
apiPath: string;
|
|
13
|
-
items: any[];
|
|
14
|
-
latitude: number;
|
|
15
|
-
longitude: number;
|
|
16
|
-
zoom: number;
|
|
17
|
-
selectedSubject: number;
|
|
18
|
-
selectedCountry: any;
|
|
19
|
-
selectedCode: any;
|
|
20
|
-
isUnderTabRange: boolean;
|
|
21
|
-
membersToShow: number;
|
|
22
|
-
isTabletSize: boolean;
|
|
23
|
-
scrollMemberNumber: number;
|
|
24
|
-
constructor(dialog: MatDialog, breakpointObserver: BreakpointObserver, fb: FormBuilder);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
form: import("@angular/forms").FormGroup<{
|
|
27
|
-
firstName: FormControl<any>;
|
|
28
|
-
lastName: FormControl<any>;
|
|
29
|
-
companyName: FormControl<any>;
|
|
30
|
-
email: FormControl<any>;
|
|
31
|
-
country: FormControl<any>;
|
|
32
|
-
phoneNumber: FormControl<any>;
|
|
33
|
-
subject: FormControl<any>;
|
|
34
|
-
message: FormControl<any>;
|
|
35
|
-
}>;
|
|
36
|
-
get firstName(): import("@angular/forms").AbstractControl<any, any>;
|
|
37
|
-
get lastName(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
-
get companyName(): import("@angular/forms").AbstractControl<any, any>;
|
|
39
|
-
get email(): import("@angular/forms").AbstractControl<any, any>;
|
|
40
|
-
get country(): import("@angular/forms").AbstractControl<any, any>;
|
|
41
|
-
get phoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
42
|
-
get subject(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
-
get message(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
-
onClickSubmit(): void;
|
|
45
|
-
private setCurrentLocation;
|
|
46
|
-
openDialog(): void;
|
|
47
|
-
getSelectedOptionValue($event: any): void;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsPageComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsPageComponent, "contact-us-page", never, { "subjects": "subjects"; "contactUsPageData": "contactUsPageData"; "apiPath": "apiPath"; "items": "items"; }, {}, never, never, false>;
|
|
50
|
-
}
|
|
1
|
+
import { FormBuilder, FormControl } from '@angular/forms';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
4
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ContactUsPageComponent implements OnInit {
|
|
7
|
+
dialog: MatDialog;
|
|
8
|
+
private breakpointObserver;
|
|
9
|
+
private fb;
|
|
10
|
+
subjects: any[];
|
|
11
|
+
contactUsPageData: any;
|
|
12
|
+
apiPath: string;
|
|
13
|
+
items: any[];
|
|
14
|
+
latitude: number;
|
|
15
|
+
longitude: number;
|
|
16
|
+
zoom: number;
|
|
17
|
+
selectedSubject: number;
|
|
18
|
+
selectedCountry: any;
|
|
19
|
+
selectedCode: any;
|
|
20
|
+
isUnderTabRange: boolean;
|
|
21
|
+
membersToShow: number;
|
|
22
|
+
isTabletSize: boolean;
|
|
23
|
+
scrollMemberNumber: number;
|
|
24
|
+
constructor(dialog: MatDialog, breakpointObserver: BreakpointObserver, fb: FormBuilder);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
form: import("@angular/forms").FormGroup<{
|
|
27
|
+
firstName: FormControl<any>;
|
|
28
|
+
lastName: FormControl<any>;
|
|
29
|
+
companyName: FormControl<any>;
|
|
30
|
+
email: FormControl<any>;
|
|
31
|
+
country: FormControl<any>;
|
|
32
|
+
phoneNumber: FormControl<any>;
|
|
33
|
+
subject: FormControl<any>;
|
|
34
|
+
message: FormControl<any>;
|
|
35
|
+
}>;
|
|
36
|
+
get firstName(): import("@angular/forms").AbstractControl<any, any>;
|
|
37
|
+
get lastName(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
+
get companyName(): import("@angular/forms").AbstractControl<any, any>;
|
|
39
|
+
get email(): import("@angular/forms").AbstractControl<any, any>;
|
|
40
|
+
get country(): import("@angular/forms").AbstractControl<any, any>;
|
|
41
|
+
get phoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
42
|
+
get subject(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
+
get message(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
+
onClickSubmit(): void;
|
|
45
|
+
private setCurrentLocation;
|
|
46
|
+
openDialog(): void;
|
|
47
|
+
getSelectedOptionValue($event: any): void;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsPageComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsPageComponent, "contact-us-page", never, { "subjects": "subjects"; "contactUsPageData": "contactUsPageData"; "apiPath": "apiPath"; "items": "items"; }, {}, never, never, false>;
|
|
50
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { CtaTypeOne } from '../models/cta-one-type.model';
|
|
4
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CtaSectionStyleFourComponent implements OnInit {
|
|
7
|
-
private breakpointObserver;
|
|
8
|
-
private _router;
|
|
9
|
-
sectionContent: CtaTypeOne;
|
|
10
|
-
constructor(breakpointObserver: BreakpointObserver, _router: Router);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
onClickCtaButton(route: any): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CtaSectionStyleFourComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtaSectionStyleFourComponent, "cta-section-style-four", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { CtaTypeOne } from '../models/cta-one-type.model';
|
|
4
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CtaSectionStyleFourComponent implements OnInit {
|
|
7
|
+
private breakpointObserver;
|
|
8
|
+
private _router;
|
|
9
|
+
sectionContent: CtaTypeOne;
|
|
10
|
+
constructor(breakpointObserver: BreakpointObserver, _router: Router);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
onClickCtaButton(route: any): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtaSectionStyleFourComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtaSectionStyleFourComponent, "cta-section-style-four", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
15
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CtaSectionStyleThreeComponent implements OnInit {
|
|
5
|
-
private _router;
|
|
6
|
-
sectionContent: any;
|
|
7
|
-
constructor(_router: Router);
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
onClickCtaButton(route: any): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CtaSectionStyleThreeComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtaSectionStyleThreeComponent, "cta-section-style-three", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CtaSectionStyleThreeComponent implements OnInit {
|
|
5
|
+
private _router;
|
|
6
|
+
sectionContent: any;
|
|
7
|
+
constructor(_router: Router);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
onClickCtaButton(route: any): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtaSectionStyleThreeComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtaSectionStyleThreeComponent, "cta-section-style-three", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
12
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CustomTooltipComponent {
|
|
3
|
-
showDetails: boolean;
|
|
4
|
-
onMouseEnter(): void;
|
|
5
|
-
onMouseClick(): void;
|
|
6
|
-
onMouseLeave(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTooltipComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTooltipComponent, "custom-tooltip", never, {}, {}, never, ["*"], false>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CustomTooltipComponent {
|
|
3
|
+
showDetails: boolean;
|
|
4
|
+
onMouseEnter(): void;
|
|
5
|
+
onMouseClick(): void;
|
|
6
|
+
onMouseLeave(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTooltipComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTooltipComponent, "custom-tooltip", never, {}, {}, never, ["*"], false>;
|
|
9
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { FAQCategory } from '../models/faq-category.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FaqCategoryListingComponent implements OnInit {
|
|
6
|
-
private _Router;
|
|
7
|
-
category: FAQCategory;
|
|
8
|
-
isSelected: boolean;
|
|
9
|
-
constructor(_Router: Router);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
onClick(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FaqCategoryListingComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FaqCategoryListingComponent, "faq-category-listing", never, { "category": "category"; "isSelected": "isSelected"; }, {}, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { FAQCategory } from '../models/faq-category.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FaqCategoryListingComponent implements OnInit {
|
|
6
|
+
private _Router;
|
|
7
|
+
category: FAQCategory;
|
|
8
|
+
isSelected: boolean;
|
|
9
|
+
constructor(_Router: Router);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onClick(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FaqCategoryListingComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FaqCategoryListingComponent, "faq-category-listing", never, { "category": "category"; "isSelected": "isSelected"; }, {}, never, never, false>;
|
|
14
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { FAQ } from '../models/faq.model';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FaqListingComponent implements OnInit {
|
|
5
|
-
faq: FAQ;
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
constructor();
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
onOpened($event: any): void;
|
|
10
|
-
onClosed($event: any): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FaqListingComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FaqListingComponent, "faq-listing", never, { "faq": "faq"; }, {}, never, never, false>;
|
|
13
|
-
}
|
|
1
|
+
import { FAQ } from '../models/faq.model';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FaqListingComponent implements OnInit {
|
|
5
|
+
faq: FAQ;
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
onOpened($event: any): void;
|
|
10
|
+
onClosed($event: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FaqListingComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FaqListingComponent, "faq-listing", never, { "faq": "faq"; }, {}, never, never, false>;
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { GetStartedCta } from '../models/get-started-cta.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class GetStartedCTAComponent implements OnInit {
|
|
6
|
-
private _Router;
|
|
7
|
-
ctaCardData: GetStartedCta;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
constructor(_Router: Router);
|
|
10
|
-
onClickLink(route: any): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GetStartedCTAComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GetStartedCTAComponent, "get-started-cta", never, { "ctaCardData": "ctaCardData"; }, {}, never, never, false>;
|
|
13
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { GetStartedCta } from '../models/get-started-cta.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class GetStartedCTAComponent implements OnInit {
|
|
6
|
+
private _Router;
|
|
7
|
+
ctaCardData: GetStartedCta;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
constructor(_Router: Router);
|
|
10
|
+
onClickLink(route: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetStartedCTAComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetStartedCTAComponent, "get-started-cta", never, { "ctaCardData": "ctaCardData"; }, {}, never, never, false>;
|
|
13
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { HeaderSectionStyleOne } from '../models/header-section-style-one.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class HeaderSectionOneComponent {
|
|
5
|
-
private _Router;
|
|
6
|
-
sectionContent: HeaderSectionStyleOne;
|
|
7
|
-
constructor(_Router: Router);
|
|
8
|
-
onClickButton(route: any): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionOneComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSectionOneComponent, "header-section-one", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
11
|
-
}
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { HeaderSectionStyleOne } from '../models/header-section-style-one.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HeaderSectionOneComponent {
|
|
5
|
+
private _Router;
|
|
6
|
+
sectionContent: HeaderSectionStyleOne;
|
|
7
|
+
constructor(_Router: Router);
|
|
8
|
+
onClickButton(route: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionOneComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSectionOneComponent, "header-section-one", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { GalleryItemsProperties } from '../models/gallery-items-properties.model';
|
|
3
|
-
import { AnimationEvent } from '@angular/animations';
|
|
4
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ImageGalleryModal implements OnInit {
|
|
7
|
-
private breakpointObserver;
|
|
8
|
-
galleryData: GalleryItemsProperties[];
|
|
9
|
-
showCount: boolean;
|
|
10
|
-
previewImage: boolean;
|
|
11
|
-
showMask: boolean;
|
|
12
|
-
currentImageGalleryModal: GalleryItemsProperties;
|
|
13
|
-
currentIndex: number;
|
|
14
|
-
controls: boolean;
|
|
15
|
-
totalImageCount: number;
|
|
16
|
-
responsiveOptions: any[];
|
|
17
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
onKeydownHandler(event: KeyboardEvent): void;
|
|
20
|
-
onPreviewImage(index: number): void;
|
|
21
|
-
onAnimationEnd(event: AnimationEvent): void;
|
|
22
|
-
onClosePreview(): void;
|
|
23
|
-
onclickPrev(): void;
|
|
24
|
-
onclickNext(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryModal, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageGalleryModal, "image-gallery-modal", never, { "galleryData": "galleryData"; "showCount": "showCount"; }, {}, never, never, false>;
|
|
27
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GalleryItemsProperties } from '../models/gallery-items-properties.model';
|
|
3
|
+
import { AnimationEvent } from '@angular/animations';
|
|
4
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ImageGalleryModal implements OnInit {
|
|
7
|
+
private breakpointObserver;
|
|
8
|
+
galleryData: GalleryItemsProperties[];
|
|
9
|
+
showCount: boolean;
|
|
10
|
+
previewImage: boolean;
|
|
11
|
+
showMask: boolean;
|
|
12
|
+
currentImageGalleryModal: GalleryItemsProperties;
|
|
13
|
+
currentIndex: number;
|
|
14
|
+
controls: boolean;
|
|
15
|
+
totalImageCount: number;
|
|
16
|
+
responsiveOptions: any[];
|
|
17
|
+
constructor(breakpointObserver: BreakpointObserver);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
onKeydownHandler(event: KeyboardEvent): void;
|
|
20
|
+
onPreviewImage(index: number): void;
|
|
21
|
+
onAnimationEnd(event: AnimationEvent): void;
|
|
22
|
+
onClosePreview(): void;
|
|
23
|
+
onclickPrev(): void;
|
|
24
|
+
onclickNext(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryModal, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageGalleryModal, "image-gallery-modal", never, { "galleryData": "galleryData"; "showCount": "showCount"; }, {}, never, never, false>;
|
|
27
|
+
}
|