@jooler/jooler-websites-shared 0.0.162 → 0.0.163
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 +206 -206
- 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/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.model.mjs +3 -3
- package/esm2020/lib/models/page-style-section-five.model.mjs +3 -3
- 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/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 +23 -23
- 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-props-section/value-props-section.component.mjs +33 -33
- package/esm2020/lib/values/values.component.mjs +43 -39
- package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +37 -33
- package/esm2020/public-api.mjs +68 -68
- package/fesm2015/jooler-websites-shared.mjs +1042 -1034
- package/fesm2015/jooler-websites-shared.mjs.map +1 -1
- package/fesm2020/jooler-websites-shared.mjs +1042 -1034
- 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 +43 -43
- 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 +4 -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/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.model.d.ts +11 -11
- package/lib/models/page-style-section-five.model.d.ts +6 -5
- 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 +10 -10
- 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/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 +12 -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 +12 -12
- 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-props-section/value-props-section.component.d.ts +11 -11
- package/lib/values/values.component.d.ts +16 -15
- package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
- package/package.json +1 -1
- package/public-api.d.ts +64 -64
- package/esm2020/lib/models/image-with-content.model.mjs +0 -2
- package/esm2020/lib/models/page-section-style-three.model.mjs +0 -2
- package/esm2020/lib/models/vertical-side-tab.model.mjs +0 -2
- package/lib/models/image-with-content.model.d.ts +0 -5
- package/lib/models/page-section-style-three.model.d.ts +0 -7
- package/lib/models/vertical-side-tab.model.d.ts +0 -6
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./social-media-icons/social-media-icons.component";
|
|
3
|
-
import * as i2 from "./coming-soon/coming-soon.component";
|
|
4
|
-
import * as i3 from "./achievements/achievements.component";
|
|
5
|
-
import * as i4 from "./call-to-action-section/call-to-action-section.component";
|
|
6
|
-
import * as i5 from "./get-started-cta/get-started-cta.component";
|
|
7
|
-
import * as i6 from "./image-gallery-modal/image-gallery-modal.component";
|
|
8
|
-
import * as i7 from "./page-section-style-ten/page-section-style-ten.component";
|
|
9
|
-
import * as i8 from "./page-section-style-thirteen/page-section-style-thirteen.component";
|
|
10
|
-
import * as i9 from "./pricing-plans/pricing-plans.component";
|
|
11
|
-
import * as i10 from "./section-title/section-title.component";
|
|
12
|
-
import * as i11 from "./success-message-dialog/success-message-dialog.component";
|
|
13
|
-
import * as i12 from "./team/team.component";
|
|
14
|
-
import * as i13 from "./values/values.component";
|
|
15
|
-
import * as i14 from "./our-clients/our-clients.component";
|
|
16
|
-
import * as i15 from "./our-client-listing/our-client-listing.component";
|
|
17
|
-
import * as i16 from "./page-section-with-multiple-cards/page-section-with-multiple-cards.component";
|
|
18
|
-
import * as i17 from "./call-to-action-section-two/call-to-action-section-two.component";
|
|
19
|
-
import * as i18 from "./cta-section-style-four/cta-section-style-four.component";
|
|
20
|
-
import * as i19 from "./contact-us-page/contact-us-page.component";
|
|
21
|
-
import * as i20 from "./choose-country-with-flag/choose-country-with-flag.component";
|
|
22
|
-
import * as i21 from "./page-section-style-three/page-section-style-three.component";
|
|
23
|
-
import * as i22 from "./faq-category-listing/faq-category-listing.component";
|
|
24
|
-
import * as i23 from "./faq-listing/faq-listing.component";
|
|
25
|
-
import * as i24 from "./value-props-section/value-props-section.component";
|
|
26
|
-
import * as i25 from "./cta-section-style-three/cta-section-style-three.component";
|
|
27
|
-
import * as i26 from "./header-section-one/header-section-one.component";
|
|
28
|
-
import * as i27 from "./custom-tooltip/custom-tooltip.component";
|
|
29
|
-
import * as i28 from "./vertical-side-tabs/vertical-side-tabs.component";
|
|
30
|
-
import * as i29 from "@fortawesome/angular-fontawesome";
|
|
31
|
-
import * as i30 from "@angular/common";
|
|
32
|
-
import * as i31 from "@jooler/app-material";
|
|
33
|
-
import * as i32 from "@jooler/font-awesome-shared";
|
|
34
|
-
import * as i33 from "primeng/galleria";
|
|
35
|
-
import * as i34 from "primeng/carousel";
|
|
36
|
-
import * as i35 from "@angular/forms";
|
|
37
|
-
import * as i36 from "@ng-select/ng-select";
|
|
38
|
-
import * as i37 from "@angular/material/tooltip";
|
|
39
|
-
export declare class JoolerWebsitesSharedModule {
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JoolerWebsitesSharedModule, never>;
|
|
41
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<JoolerWebsitesSharedModule, [typeof i1.SocialMediaIconsComponent, typeof i2.ComingSoonComponent, typeof i3.AchievementsComponent, typeof i4.CallToActionSectionComponent, typeof i5.GetStartedCTAComponent, typeof i6.ImageGalleryModal, typeof i7.PageSectionStyleTenComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i9.PricingPlansComponent, typeof i10.SectionTitleComponent, typeof i11.SuccessMessageDialogComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i18.CtaSectionStyleFourComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.VerticalSideTabsComponent], [typeof i29.FontAwesomeModule, typeof i30.CommonModule, typeof i31.AppMaterialModule, typeof i32.FontAwesomeSharedModule, typeof i33.GalleriaModule, typeof i34.CarouselModule, typeof i35.ReactiveFormsModule, typeof i35.FormsModule, typeof i36.NgSelectModule, typeof i37.MatTooltipModule], [typeof i29.FontAwesomeModule, typeof i31.AppMaterialModule, typeof i10.SectionTitleComponent, typeof i7.PageSectionStyleTenComponent, typeof i32.FontAwesomeSharedModule, typeof i5.GetStartedCTAComponent, typeof i3.AchievementsComponent, typeof i9.PricingPlansComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i6.ImageGalleryModal, typeof i11.SuccessMessageDialogComponent, typeof i4.CallToActionSectionComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i2.ComingSoonComponent, typeof i1.SocialMediaIconsComponent, typeof i37.MatTooltipModule, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i18.CtaSectionStyleFourComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.VerticalSideTabsComponent]>;
|
|
42
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<JoolerWebsitesSharedModule>;
|
|
43
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./social-media-icons/social-media-icons.component";
|
|
3
|
+
import * as i2 from "./coming-soon/coming-soon.component";
|
|
4
|
+
import * as i3 from "./achievements/achievements.component";
|
|
5
|
+
import * as i4 from "./call-to-action-section/call-to-action-section.component";
|
|
6
|
+
import * as i5 from "./get-started-cta/get-started-cta.component";
|
|
7
|
+
import * as i6 from "./image-gallery-modal/image-gallery-modal.component";
|
|
8
|
+
import * as i7 from "./page-section-style-ten/page-section-style-ten.component";
|
|
9
|
+
import * as i8 from "./page-section-style-thirteen/page-section-style-thirteen.component";
|
|
10
|
+
import * as i9 from "./pricing-plans/pricing-plans.component";
|
|
11
|
+
import * as i10 from "./section-title/section-title.component";
|
|
12
|
+
import * as i11 from "./success-message-dialog/success-message-dialog.component";
|
|
13
|
+
import * as i12 from "./team/team.component";
|
|
14
|
+
import * as i13 from "./values/values.component";
|
|
15
|
+
import * as i14 from "./our-clients/our-clients.component";
|
|
16
|
+
import * as i15 from "./our-client-listing/our-client-listing.component";
|
|
17
|
+
import * as i16 from "./page-section-with-multiple-cards/page-section-with-multiple-cards.component";
|
|
18
|
+
import * as i17 from "./call-to-action-section-two/call-to-action-section-two.component";
|
|
19
|
+
import * as i18 from "./cta-section-style-four/cta-section-style-four.component";
|
|
20
|
+
import * as i19 from "./contact-us-page/contact-us-page.component";
|
|
21
|
+
import * as i20 from "./choose-country-with-flag/choose-country-with-flag.component";
|
|
22
|
+
import * as i21 from "./page-section-style-three/page-section-style-three.component";
|
|
23
|
+
import * as i22 from "./faq-category-listing/faq-category-listing.component";
|
|
24
|
+
import * as i23 from "./faq-listing/faq-listing.component";
|
|
25
|
+
import * as i24 from "./value-props-section/value-props-section.component";
|
|
26
|
+
import * as i25 from "./cta-section-style-three/cta-section-style-three.component";
|
|
27
|
+
import * as i26 from "./header-section-one/header-section-one.component";
|
|
28
|
+
import * as i27 from "./custom-tooltip/custom-tooltip.component";
|
|
29
|
+
import * as i28 from "./vertical-side-tabs/vertical-side-tabs.component";
|
|
30
|
+
import * as i29 from "@fortawesome/angular-fontawesome";
|
|
31
|
+
import * as i30 from "@angular/common";
|
|
32
|
+
import * as i31 from "@jooler/app-material";
|
|
33
|
+
import * as i32 from "@jooler/font-awesome-shared";
|
|
34
|
+
import * as i33 from "primeng/galleria";
|
|
35
|
+
import * as i34 from "primeng/carousel";
|
|
36
|
+
import * as i35 from "@angular/forms";
|
|
37
|
+
import * as i36 from "@ng-select/ng-select";
|
|
38
|
+
import * as i37 from "@angular/material/tooltip";
|
|
39
|
+
export declare class JoolerWebsitesSharedModule {
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<JoolerWebsitesSharedModule, never>;
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<JoolerWebsitesSharedModule, [typeof i1.SocialMediaIconsComponent, typeof i2.ComingSoonComponent, typeof i3.AchievementsComponent, typeof i4.CallToActionSectionComponent, typeof i5.GetStartedCTAComponent, typeof i6.ImageGalleryModal, typeof i7.PageSectionStyleTenComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i9.PricingPlansComponent, typeof i10.SectionTitleComponent, typeof i11.SuccessMessageDialogComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i18.CtaSectionStyleFourComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.VerticalSideTabsComponent], [typeof i29.FontAwesomeModule, typeof i30.CommonModule, typeof i31.AppMaterialModule, typeof i32.FontAwesomeSharedModule, typeof i33.GalleriaModule, typeof i34.CarouselModule, typeof i35.ReactiveFormsModule, typeof i35.FormsModule, typeof i36.NgSelectModule, typeof i37.MatTooltipModule], [typeof i29.FontAwesomeModule, typeof i31.AppMaterialModule, typeof i10.SectionTitleComponent, typeof i7.PageSectionStyleTenComponent, typeof i32.FontAwesomeSharedModule, typeof i5.GetStartedCTAComponent, typeof i3.AchievementsComponent, typeof i9.PricingPlansComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i6.ImageGalleryModal, typeof i11.SuccessMessageDialogComponent, typeof i4.CallToActionSectionComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i2.ComingSoonComponent, typeof i1.SocialMediaIconsComponent, typeof i37.MatTooltipModule, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i18.CtaSectionStyleFourComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.VerticalSideTabsComponent]>;
|
|
42
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<JoolerWebsitesSharedModule>;
|
|
43
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PageSectionStyleFive } from "./page-style-section-five.model";
|
|
2
|
-
import { SectionTitle } from "./section-title.model";
|
|
3
|
-
export interface CompanyValues {
|
|
4
|
-
sectionTitle: SectionTitle;
|
|
5
|
-
cards: PageSectionStyleFive[];
|
|
6
|
-
}
|
|
1
|
+
import { PageSectionStyleFive } from "./page-style-section-five.model";
|
|
2
|
+
import { SectionTitle } from "./section-title.model";
|
|
3
|
+
export interface CompanyValues {
|
|
4
|
+
sectionTitle: SectionTitle;
|
|
5
|
+
cards: PageSectionStyleFive[];
|
|
6
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum AccountType {
|
|
2
|
-
CONSUMERCLIENT = 0,
|
|
3
|
-
BUSINESSCLIENT = 1,
|
|
4
|
-
SUPPLIER = 2,
|
|
5
|
-
COMPANY = 3,
|
|
6
|
-
CERTIFICATIONENTTIY = 4
|
|
7
|
-
}
|
|
1
|
+
export declare enum AccountType {
|
|
2
|
+
CONSUMERCLIENT = 0,
|
|
3
|
+
BUSINESSCLIENT = 1,
|
|
4
|
+
SUPPLIER = 2,
|
|
5
|
+
COMPANY = 3,
|
|
6
|
+
CERTIFICATIONENTTIY = 4
|
|
7
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { User } from "./user.model";
|
|
2
|
-
import { AccountType } from "./account-type.model";
|
|
3
|
-
import { Address } from "./address.model";
|
|
4
|
-
export declare class Account {
|
|
5
|
-
id: number;
|
|
6
|
-
addresses: Address[];
|
|
7
|
-
profilePicture: string;
|
|
8
|
-
phoneNumber: string;
|
|
9
|
-
createdBy: User;
|
|
10
|
-
createdOn: string;
|
|
11
|
-
isActive: boolean;
|
|
12
|
-
balance: number;
|
|
13
|
-
notes: string;
|
|
14
|
-
accountType: AccountType;
|
|
15
|
-
name: string;
|
|
16
|
-
}
|
|
1
|
+
import { User } from "./user.model";
|
|
2
|
+
import { AccountType } from "./account-type.model";
|
|
3
|
+
import { Address } from "./address.model";
|
|
4
|
+
export declare class Account {
|
|
5
|
+
id: number;
|
|
6
|
+
addresses: Address[];
|
|
7
|
+
profilePicture: string;
|
|
8
|
+
phoneNumber: string;
|
|
9
|
+
createdBy: User;
|
|
10
|
+
createdOn: string;
|
|
11
|
+
isActive: boolean;
|
|
12
|
+
balance: number;
|
|
13
|
+
notes: string;
|
|
14
|
+
accountType: AccountType;
|
|
15
|
+
name: string;
|
|
16
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class Achievement {
|
|
2
|
-
number: string;
|
|
3
|
-
subtitle: string;
|
|
4
|
-
}
|
|
1
|
+
export declare class Achievement {
|
|
2
|
+
number: string;
|
|
3
|
+
subtitle: string;
|
|
4
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Achievement } from "./achievement.model";
|
|
2
|
-
import { SectionTitle } from "./section-title.model";
|
|
3
|
-
export declare class Achievements {
|
|
4
|
-
sectionTitle: SectionTitle;
|
|
5
|
-
achievements: Achievement[];
|
|
6
|
-
}
|
|
1
|
+
import { Achievement } from "./achievement.model";
|
|
2
|
+
import { SectionTitle } from "./section-title.model";
|
|
3
|
+
export declare class Achievements {
|
|
4
|
+
sectionTitle: SectionTitle;
|
|
5
|
+
achievements: Achievement[];
|
|
6
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Account } from "./account.model";
|
|
2
|
-
import { Country } from "./country.model";
|
|
3
|
-
import { City } from "./city.model";
|
|
4
|
-
export declare class Address {
|
|
5
|
-
id: number;
|
|
6
|
-
addressLine1: string;
|
|
7
|
-
addressLine2: string;
|
|
8
|
-
city: City;
|
|
9
|
-
country: Country;
|
|
10
|
-
region: string;
|
|
11
|
-
postalCode: string;
|
|
12
|
-
account: Account;
|
|
13
|
-
name: string;
|
|
14
|
-
value: string;
|
|
15
|
-
street: string;
|
|
16
|
-
building: string;
|
|
17
|
-
floor: string;
|
|
18
|
-
}
|
|
1
|
+
import { Account } from "./account.model";
|
|
2
|
+
import { Country } from "./country.model";
|
|
3
|
+
import { City } from "./city.model";
|
|
4
|
+
export declare class Address {
|
|
5
|
+
id: number;
|
|
6
|
+
addressLine1: string;
|
|
7
|
+
addressLine2: string;
|
|
8
|
+
city: City;
|
|
9
|
+
country: Country;
|
|
10
|
+
region: string;
|
|
11
|
+
postalCode: string;
|
|
12
|
+
account: Account;
|
|
13
|
+
name: string;
|
|
14
|
+
value: string;
|
|
15
|
+
street: string;
|
|
16
|
+
building: string;
|
|
17
|
+
floor: string;
|
|
18
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface brandLogo {
|
|
2
|
-
path: string;
|
|
3
|
-
route: string;
|
|
4
|
-
}
|
|
1
|
+
export interface brandLogo {
|
|
2
|
+
path: string;
|
|
3
|
+
route: string;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class callToActionButton {
|
|
2
|
-
ctaText: string;
|
|
3
|
-
route: string;
|
|
4
|
-
}
|
|
1
|
+
export declare class callToActionButton {
|
|
2
|
+
ctaText: string;
|
|
3
|
+
route: string;
|
|
4
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ImageSectionAction } from "./image-section-action.model";
|
|
2
|
-
import { CtaCards } from "./cta-cards.model";
|
|
3
|
-
export declare type CallToActionSectionData = {
|
|
4
|
-
title: string;
|
|
5
|
-
subtitle: string;
|
|
6
|
-
bgImage: string;
|
|
7
|
-
bgColor: undefined;
|
|
8
|
-
buttons: ImageSectionAction[];
|
|
9
|
-
ctaCards: CtaCards[];
|
|
10
|
-
} | {
|
|
11
|
-
title: string;
|
|
12
|
-
subtitle: string;
|
|
13
|
-
bgImage: undefined;
|
|
14
|
-
bgColor: string;
|
|
15
|
-
buttons: ImageSectionAction[];
|
|
16
|
-
ctaCards: CtaCards[];
|
|
17
|
-
};
|
|
1
|
+
import { ImageSectionAction } from "./image-section-action.model";
|
|
2
|
+
import { CtaCards } from "./cta-cards.model";
|
|
3
|
+
export declare type CallToActionSectionData = {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle: string;
|
|
6
|
+
bgImage: string;
|
|
7
|
+
bgColor: undefined;
|
|
8
|
+
buttons: ImageSectionAction[];
|
|
9
|
+
ctaCards: CtaCards[];
|
|
10
|
+
} | {
|
|
11
|
+
title: string;
|
|
12
|
+
subtitle: string;
|
|
13
|
+
bgImage: undefined;
|
|
14
|
+
bgColor: string;
|
|
15
|
+
buttons: ImageSectionAction[];
|
|
16
|
+
ctaCards: CtaCards[];
|
|
17
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class City {
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
code: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class City {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
code: string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class Country {
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
code: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class Country {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
code: string;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ImageSectionAction } from "./image-section-action.model";
|
|
2
|
-
export interface CtaCards {
|
|
3
|
-
image: string;
|
|
4
|
-
title: string;
|
|
5
|
-
description: string;
|
|
6
|
-
button: ImageSectionAction;
|
|
7
|
-
}
|
|
1
|
+
import { ImageSectionAction } from "./image-section-action.model";
|
|
2
|
+
export interface CtaCards {
|
|
3
|
+
image: string;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
button: ImageSectionAction;
|
|
7
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SectionTitle } from "./section-title.model";
|
|
2
|
-
export declare type CtaTypeOne = {
|
|
3
|
-
sectionTitle: SectionTitle;
|
|
4
|
-
bgImage: undefined;
|
|
5
|
-
bgColor: string;
|
|
6
|
-
imageTextSort: boolean;
|
|
7
|
-
buttons: any[];
|
|
8
|
-
} | {
|
|
9
|
-
sectionTitle: SectionTitle;
|
|
10
|
-
bgImage: string;
|
|
11
|
-
bgColor: undefined;
|
|
12
|
-
imageTextSort: boolean;
|
|
13
|
-
buttons: any[];
|
|
14
|
-
};
|
|
1
|
+
import { SectionTitle } from "./section-title.model";
|
|
2
|
+
export declare type CtaTypeOne = {
|
|
3
|
+
sectionTitle: SectionTitle;
|
|
4
|
+
bgImage: undefined;
|
|
5
|
+
bgColor: string;
|
|
6
|
+
imageTextSort: boolean;
|
|
7
|
+
buttons: any[];
|
|
8
|
+
} | {
|
|
9
|
+
sectionTitle: SectionTitle;
|
|
10
|
+
bgImage: string;
|
|
11
|
+
bgColor: undefined;
|
|
12
|
+
imageTextSort: boolean;
|
|
13
|
+
buttons: any[];
|
|
14
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { SectionTitle } from "./section-title.model";
|
|
2
|
-
export interface CTASectionStyleFour {
|
|
3
|
-
sectionTitle: SectionTitle;
|
|
4
|
-
bgImage: string;
|
|
5
|
-
bgColor: string;
|
|
6
|
-
imageTextSort: boolean;
|
|
7
|
-
buttons: any[];
|
|
8
|
-
}
|
|
1
|
+
import { SectionTitle } from "./section-title.model";
|
|
2
|
+
export interface CTASectionStyleFour {
|
|
3
|
+
sectionTitle: SectionTitle;
|
|
4
|
+
bgImage: string;
|
|
5
|
+
bgColor: string;
|
|
6
|
+
imageTextSort: boolean;
|
|
7
|
+
buttons: any[];
|
|
8
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FAQSubcategory } from "./faq-subcategory.model";
|
|
2
|
-
export declare class FAQCategory {
|
|
3
|
-
id: number;
|
|
4
|
-
title: string;
|
|
5
|
-
description: string;
|
|
6
|
-
iconName: any;
|
|
7
|
-
avatar: string;
|
|
8
|
-
subCategories: FAQSubcategory[];
|
|
9
|
-
}
|
|
1
|
+
import { FAQSubcategory } from "./faq-subcategory.model";
|
|
2
|
+
export declare class FAQCategory {
|
|
3
|
+
id: number;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
iconName: any;
|
|
7
|
+
avatar: string;
|
|
8
|
+
subCategories: FAQSubcategory[];
|
|
9
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FAQ } from "./faq.model";
|
|
2
|
-
export declare class FAQSubcategory {
|
|
3
|
-
id: number;
|
|
4
|
-
title: string;
|
|
5
|
-
description: string;
|
|
6
|
-
iconName: any;
|
|
7
|
-
faqs: FAQ[];
|
|
8
|
-
}
|
|
1
|
+
import { FAQ } from "./faq.model";
|
|
2
|
+
export declare class FAQSubcategory {
|
|
3
|
+
id: number;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
iconName: any;
|
|
7
|
+
faqs: FAQ[];
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FAQCategory } from "./faq-category.model";
|
|
2
|
-
export declare class FAQ {
|
|
3
|
-
id: number;
|
|
4
|
-
question: string;
|
|
5
|
-
response: string;
|
|
6
|
-
category: FAQCategory;
|
|
7
|
-
}
|
|
1
|
+
import { FAQCategory } from "./faq-category.model";
|
|
2
|
+
export declare class FAQ {
|
|
3
|
+
id: number;
|
|
4
|
+
question: string;
|
|
5
|
+
response: string;
|
|
6
|
+
category: FAQCategory;
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export interface FeatureSectionNine {
|
|
2
|
-
title: string;
|
|
3
|
-
subtitle: string;
|
|
4
|
-
description: string;
|
|
5
|
-
stepLabel: string;
|
|
6
|
-
}
|
|
1
|
+
export interface FeatureSectionNine {
|
|
2
|
+
title: string;
|
|
3
|
+
subtitle: string;
|
|
4
|
+
description: string;
|
|
5
|
+
stepLabel: string;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { brandLogo } from "./brand-logo.model";
|
|
2
|
-
import { callToActionButton } from "./call-to-action-button.model";
|
|
3
|
-
export declare class GetStartedCta {
|
|
4
|
-
title: string;
|
|
5
|
-
description: string;
|
|
6
|
-
logo: brandLogo;
|
|
7
|
-
callToActionButton: callToActionButton;
|
|
8
|
-
}
|
|
1
|
+
import { brandLogo } from "./brand-logo.model";
|
|
2
|
+
import { callToActionButton } from "./call-to-action-button.model";
|
|
3
|
+
export declare class GetStartedCta {
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
logo: brandLogo;
|
|
7
|
+
callToActionButton: callToActionButton;
|
|
8
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { SectionTitle } from "./section-title.model";
|
|
2
|
-
export declare type HeaderSectionStyleOne = {
|
|
3
|
-
backgroundImage: string;
|
|
4
|
-
backgroundColor: undefined;
|
|
5
|
-
sectionTitle: SectionTitle;
|
|
6
|
-
actions: any[];
|
|
7
|
-
previewImage: string;
|
|
8
|
-
titleImageSort: boolean;
|
|
9
|
-
} | {
|
|
10
|
-
backgroundImage: undefined;
|
|
11
|
-
backgroundColor: string;
|
|
12
|
-
sectionTitle: SectionTitle;
|
|
13
|
-
actions: any[];
|
|
14
|
-
previewImage: string;
|
|
15
|
-
titleImageSort: boolean;
|
|
16
|
-
};
|
|
1
|
+
import { SectionTitle } from "./section-title.model";
|
|
2
|
+
export declare type HeaderSectionStyleOne = {
|
|
3
|
+
backgroundImage: string;
|
|
4
|
+
backgroundColor: undefined;
|
|
5
|
+
sectionTitle: SectionTitle;
|
|
6
|
+
actions: any[];
|
|
7
|
+
previewImage: string;
|
|
8
|
+
titleImageSort: boolean;
|
|
9
|
+
} | {
|
|
10
|
+
backgroundImage: undefined;
|
|
11
|
+
backgroundColor: string;
|
|
12
|
+
sectionTitle: SectionTitle;
|
|
13
|
+
actions: any[];
|
|
14
|
+
previewImage: string;
|
|
15
|
+
titleImageSort: boolean;
|
|
16
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ImageSection } from './image-section.model';
|
|
2
|
-
export declare class ImageSectionAction {
|
|
3
|
-
id: number;
|
|
4
|
-
name: string;
|
|
5
|
-
route: string;
|
|
6
|
-
owner: ImageSection;
|
|
7
|
-
}
|
|
1
|
+
import { ImageSection } from './image-section.model';
|
|
2
|
+
export declare class ImageSectionAction {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
route: string;
|
|
6
|
+
owner: ImageSection;
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ImageSectionAction } from './image-section-action.model';
|
|
2
|
-
import { PageSection } from '../models/page-section.model';
|
|
3
|
-
export declare class ImageSection {
|
|
4
|
-
id: number;
|
|
5
|
-
image: string;
|
|
6
|
-
title: string;
|
|
7
|
-
subtitle: string;
|
|
8
|
-
section: PageSection;
|
|
9
|
-
order: number;
|
|
10
|
-
description: string;
|
|
11
|
-
actions: ImageSectionAction[];
|
|
12
|
-
}
|
|
1
|
+
import { ImageSectionAction } from './image-section-action.model';
|
|
2
|
+
import { PageSection } from '../models/page-section.model';
|
|
3
|
+
export declare class ImageSection {
|
|
4
|
+
id: number;
|
|
5
|
+
image: string;
|
|
6
|
+
title: string;
|
|
7
|
+
subtitle: string;
|
|
8
|
+
section: PageSection;
|
|
9
|
+
order: number;
|
|
10
|
+
description: string;
|
|
11
|
+
actions: ImageSectionAction[];
|
|
12
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class PageSectionAction {
|
|
2
|
-
id: number;
|
|
3
|
-
route: string;
|
|
4
|
-
label: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class PageSectionAction {
|
|
2
|
+
id: number;
|
|
3
|
+
route: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum PageSectionStyleThirteen {
|
|
2
|
-
SHAPE_ICON = 0,
|
|
3
|
-
IMAGE_ICON = 1
|
|
4
|
-
}
|
|
1
|
+
export declare enum PageSectionStyleThirteen {
|
|
2
|
+
SHAPE_ICON = 0,
|
|
3
|
+
IMAGE_ICON = 1
|
|
4
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PageSectionAction } from './page-section-action.model';
|
|
2
|
-
export declare class PageSection {
|
|
3
|
-
id: number;
|
|
4
|
-
icon: string;
|
|
5
|
-
title: string;
|
|
6
|
-
description: string;
|
|
7
|
-
image: string;
|
|
8
|
-
titleImage: string;
|
|
9
|
-
subtitle: string;
|
|
10
|
-
actions: PageSectionAction[];
|
|
11
|
-
}
|
|
1
|
+
import { PageSectionAction } from './page-section-action.model';
|
|
2
|
+
export declare class PageSection {
|
|
3
|
+
id: number;
|
|
4
|
+
icon: string;
|
|
5
|
+
title: string;
|
|
6
|
+
description: string;
|
|
7
|
+
image: string;
|
|
8
|
+
titleImage: string;
|
|
9
|
+
subtitle: string;
|
|
10
|
+
actions: PageSectionAction[];
|
|
11
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export declare class PageSectionStyleFive {
|
|
2
|
-
title: string;
|
|
3
|
-
subtitle: string;
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
export declare class PageSectionStyleFive {
|
|
2
|
+
title: string;
|
|
3
|
+
subtitle: string;
|
|
4
|
+
icon: string;
|
|
5
|
+
image: string;
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class Perks {
|
|
2
|
-
perk: string;
|
|
3
|
-
tooltipMessage: string;
|
|
4
|
-
}
|
|
1
|
+
export declare class Perks {
|
|
2
|
+
perk: string;
|
|
3
|
+
tooltipMessage: string;
|
|
4
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface SectionTitle {
|
|
2
|
-
title: string;
|
|
3
|
-
subtitle?: string;
|
|
4
|
-
alignLeft?: boolean;
|
|
5
|
-
isDarkBg?: boolean;
|
|
6
|
-
isWithoutDivider?: boolean;
|
|
7
|
-
}
|
|
1
|
+
export interface SectionTitle {
|
|
2
|
+
title: string;
|
|
3
|
+
subtitle?: string;
|
|
4
|
+
alignLeft?: boolean;
|
|
5
|
+
isDarkBg?: boolean;
|
|
6
|
+
isWithoutDivider?: boolean;
|
|
7
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Perks } from './perks.model';
|
|
2
|
-
export declare class ServicePlan {
|
|
3
|
-
id: number;
|
|
4
|
-
name: string;
|
|
5
|
-
description: string;
|
|
6
|
-
price: number;
|
|
7
|
-
frequency: string;
|
|
8
|
-
isChosen: boolean;
|
|
9
|
-
perks: Perks[];
|
|
10
|
-
}
|
|
1
|
+
import { Perks } from './perks.model';
|
|
2
|
+
export declare class ServicePlan {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
description: string;
|
|
6
|
+
price: number;
|
|
7
|
+
frequency: string;
|
|
8
|
+
isChosen: boolean;
|
|
9
|
+
perks: Perks[];
|
|
10
|
+
}
|