@jooler/jooler-websites-shared 0.0.237-beta.0 → 0.0.239
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/{esm2020 → esm2022}/jooler-websites-shared.mjs +4 -4
- package/esm2022/lib/achievements/achievements.component.mjs +18 -0
- package/esm2022/lib/auth-route-directive.mjs +42 -0
- package/esm2022/lib/call-to-action-section/call-to-action-section.component.mjs +29 -0
- package/esm2022/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +25 -0
- package/esm2022/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +56 -0
- package/esm2022/lib/coming-soon/coming-soon.component.mjs +20 -0
- package/esm2022/lib/contact-us-page/contact-us-page.component.mjs +144 -0
- package/esm2022/lib/cta-section-style-four/cta-section-style-four.component.mjs +35 -0
- package/esm2022/lib/cta-section-style-three/cta-section-style-three.component.mjs +23 -0
- package/esm2022/lib/custom-tooltip/custom-tooltip.component.mjs +23 -0
- package/esm2022/lib/get-started-cta/get-started-cta.component.mjs +24 -0
- package/esm2022/lib/header-section-one/header-section-one.component.mjs +25 -0
- package/esm2022/lib/image-gallery-modal/image-gallery-modal.component.mjs +134 -0
- package/esm2022/lib/jooler-websites-shared.module.mjs +208 -0
- package/{esm2020 → esm2022}/lib/models/about-us-section.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/account-type.model.mjs +8 -8
- package/esm2022/lib/models/account.model.mjs +14 -0
- package/{esm2020 → esm2022}/lib/models/achievement.model.mjs +5 -3
- package/esm2022/lib/models/achievements.model.mjs +5 -0
- package/esm2022/lib/models/address.model.mjs +16 -0
- package/{esm2020 → esm2022}/lib/models/brand-logo.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/call-to-action-data.model.mjs +1 -1
- package/esm2022/lib/models/call-to-action-section-two.model.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/call-to-action-style.model.mjs +1 -1
- package/esm2022/lib/models/city.model.mjs +6 -0
- package/esm2022/lib/models/country.model.mjs +10 -0
- package/{esm2020 → esm2022}/lib/models/cta-cards.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/cta-one-type.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/cta-section-style-four.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/feature-section-nine.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/gallery-items-properties.model.mjs +1 -1
- package/esm2022/lib/models/get-started-cta.model.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/header-section-style-one.model.mjs +1 -1
- package/esm2022/lib/models/image-section-action.model.mjs +8 -0
- package/esm2022/lib/models/image-section.model.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/image-with-content.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/library-product-type.model.mjs +6 -6
- package/esm2022/lib/models/page-section-action.model.mjs +8 -0
- package/{esm2020 → esm2022}/lib/models/page-section-style-thirteen.model.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/page-section-style-three.model.mjs +1 -1
- package/esm2022/lib/models/page-section.model.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/page-style-section-five.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/perks.model.mjs +5 -3
- package/{esm2020 → esm2022}/lib/models/section-title-sizes.model.mjs +6 -6
- package/esm2022/lib/models/section-title.model.mjs +17 -0
- package/esm2022/lib/models/service-plan.model.mjs +11 -0
- package/esm2022/lib/models/team-member.model.mjs +7 -0
- package/esm2022/lib/models/team-section.model.mjs +6 -0
- package/{esm2020 → esm2022}/lib/models/user-type.model.mjs +7 -7
- package/esm2022/lib/models/user.model.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/value-prop-properties.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/vertical-side-tab.model.mjs +1 -1
- package/esm2022/lib/our-client-listing/our-client-listing.component.mjs +18 -0
- package/esm2022/lib/our-clients/our-clients.component.mjs +57 -0
- package/esm2022/lib/page-section-style-ten/page-section-style-ten.component.mjs +35 -0
- package/esm2022/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +46 -0
- package/esm2022/lib/page-section-style-three/page-section-style-three.component.mjs +26 -0
- package/esm2022/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +26 -0
- package/esm2022/lib/pricing-plans/pricing-plans.component.mjs +22 -0
- package/esm2022/lib/section-title/section-title.component.mjs +23 -0
- package/esm2022/lib/services/user.service.mjs +36 -0
- package/esm2022/lib/social-media-icons/social-media-icons.component.mjs +44 -0
- package/esm2022/lib/social-media-icons/social-media-links.model.mjs +7 -0
- package/esm2022/lib/success-message-dialog/success-message-dialog.component.mjs +24 -0
- package/esm2022/lib/team/team.component.mjs +55 -0
- package/esm2022/lib/value-prop-card/value-prop-card.component.mjs +44 -0
- package/esm2022/lib/value-props-section/value-props-section.component.mjs +35 -0
- package/esm2022/lib/values/values.component.mjs +48 -0
- package/esm2022/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +33 -0
- package/{esm2020 → esm2022}/public-api.mjs +64 -64
- package/fesm2022/jooler-websites-shared.mjs +1417 -0
- package/fesm2022/jooler-websites-shared.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/achievements/achievements.component.d.ts +10 -10
- package/lib/auth-route-directive.d.ts +14 -14
- package/lib/call-to-action-section/call-to-action-section.component.d.ts +11 -11
- package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
- 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 +12 -12
- package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -13
- package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
- 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 -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-data.model.d.ts +17 -17
- package/lib/models/call-to-action-section-two.model.d.ts +6 -6
- package/lib/models/call-to-action-style.model.d.ts +16 -16
- package/lib/models/city.model.d.ts +5 -5
- package/lib/models/country.model.d.ts +9 -9
- package/lib/models/cta-cards.model.d.ts +7 -7
- package/lib/models/cta-one-type.model.d.ts +15 -15
- package/lib/models/cta-section-style-four.model.d.ts +8 -8
- 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 +8 -8
- 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 +8 -8
- package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
- package/lib/models/page-section-style-three.model.d.ts +8 -8
- 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-sizes.model.d.ts +5 -5
- package/lib/models/section-title.model.d.ts +10 -9
- 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 +11 -11
- 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 +10 -10
- package/lib/section-title/section-title.component.d.ts +11 -11
- package/lib/services/user.service.d.ts +15 -15
- 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 +15 -15
- 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 +5 -11
- package/public-api.d.ts +61 -61
- package/esm2020/lib/achievements/achievements.component.mjs +0 -17
- package/esm2020/lib/auth-route-directive.mjs +0 -37
- package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +0 -28
- package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +0 -23
- package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +0 -55
- package/esm2020/lib/coming-soon/coming-soon.component.mjs +0 -22
- package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +0 -129
- package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +0 -32
- package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +0 -25
- package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +0 -22
- package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +0 -22
- package/esm2020/lib/header-section-one/header-section-one.component.mjs +0 -23
- package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +0 -132
- package/esm2020/lib/jooler-websites-shared.module.mjs +0 -204
- package/esm2020/lib/models/account.model.mjs +0 -3
- package/esm2020/lib/models/achievements.model.mjs +0 -3
- package/esm2020/lib/models/address.model.mjs +0 -3
- package/esm2020/lib/models/call-to-action-section-two.model.mjs +0 -3
- package/esm2020/lib/models/city.model.mjs +0 -3
- package/esm2020/lib/models/country.model.mjs +0 -3
- package/esm2020/lib/models/get-started-cta.model.mjs +0 -3
- package/esm2020/lib/models/image-section-action.model.mjs +0 -3
- package/esm2020/lib/models/image-section.model.mjs +0 -3
- package/esm2020/lib/models/page-section-action.model.mjs +0 -3
- package/esm2020/lib/models/page-section.model.mjs +0 -3
- package/esm2020/lib/models/section-title.model.mjs +0 -2
- package/esm2020/lib/models/service-plan.model.mjs +0 -3
- package/esm2020/lib/models/team-member.model.mjs +0 -3
- package/esm2020/lib/models/team-section.model.mjs +0 -3
- package/esm2020/lib/models/user.model.mjs +0 -3
- package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +0 -17
- package/esm2020/lib/our-clients/our-clients.component.mjs +0 -54
- package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +0 -33
- package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +0 -43
- package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +0 -24
- package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +0 -24
- package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +0 -21
- package/esm2020/lib/section-title/section-title.component.mjs +0 -22
- package/esm2020/lib/services/user.service.mjs +0 -35
- package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +0 -40
- package/esm2020/lib/social-media-icons/social-media-links.model.mjs +0 -3
- package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +0 -22
- package/esm2020/lib/team/team.component.mjs +0 -50
- package/esm2020/lib/value-prop-card/value-prop-card.component.mjs +0 -39
- package/esm2020/lib/value-props-section/value-props-section.component.mjs +0 -33
- package/esm2020/lib/values/values.component.mjs +0 -43
- package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +0 -33
- package/fesm2015/jooler-websites-shared.mjs +0 -1231
- package/fesm2015/jooler-websites-shared.mjs.map +0 -1
- package/fesm2020/jooler-websites-shared.mjs +0 -1231
- package/fesm2020/jooler-websites-shared.mjs.map +0 -1
|
@@ -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,15 +1,15 @@
|
|
|
1
|
-
import { PageSectionAction } from "./page-section-action.model";
|
|
2
|
-
import { SectionTitle } from "./section-title.model";
|
|
3
|
-
export
|
|
4
|
-
sectionTitle: SectionTitle;
|
|
5
|
-
bgImage: undefined;
|
|
6
|
-
bgColor: string;
|
|
7
|
-
imageTextSort: boolean;
|
|
8
|
-
buttons: PageSectionAction[];
|
|
9
|
-
} | {
|
|
10
|
-
sectionTitle: SectionTitle;
|
|
11
|
-
bgImage: string;
|
|
12
|
-
bgColor: undefined;
|
|
13
|
-
imageTextSort: boolean;
|
|
14
|
-
buttons: PageSectionAction[];
|
|
15
|
-
};
|
|
1
|
+
import { PageSectionAction } from "./page-section-action.model";
|
|
2
|
+
import { SectionTitle } from "./section-title.model";
|
|
3
|
+
export type CtaTypeOne = {
|
|
4
|
+
sectionTitle: SectionTitle;
|
|
5
|
+
bgImage: undefined;
|
|
6
|
+
bgColor: string;
|
|
7
|
+
imageTextSort: boolean;
|
|
8
|
+
buttons: PageSectionAction[];
|
|
9
|
+
} | {
|
|
10
|
+
sectionTitle: SectionTitle;
|
|
11
|
+
bgImage: string;
|
|
12
|
+
bgColor: undefined;
|
|
13
|
+
imageTextSort: boolean;
|
|
14
|
+
buttons: PageSectionAction[];
|
|
15
|
+
};
|
|
@@ -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,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,6 +1,6 @@
|
|
|
1
|
-
export interface GalleryItemsProperties {
|
|
2
|
-
id: number;
|
|
3
|
-
isMain: boolean;
|
|
4
|
-
file: string;
|
|
5
|
-
name: string;
|
|
6
|
-
}
|
|
1
|
+
export interface GalleryItemsProperties {
|
|
2
|
+
id: number;
|
|
3
|
+
isMain: boolean;
|
|
4
|
+
file: string;
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { brandLogo } from "./brand-logo.model";
|
|
2
|
-
import { PageSectionAction } from "./page-section-action.model";
|
|
3
|
-
export declare class GetStartedCta {
|
|
4
|
-
title: string;
|
|
5
|
-
description: string;
|
|
6
|
-
logo: brandLogo;
|
|
7
|
-
callToActionButton: PageSectionAction;
|
|
8
|
-
}
|
|
1
|
+
import { brandLogo } from "./brand-logo.model";
|
|
2
|
+
import { PageSectionAction } from "./page-section-action.model";
|
|
3
|
+
export declare class GetStartedCta {
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
logo: brandLogo;
|
|
7
|
+
callToActionButton: PageSectionAction;
|
|
8
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { SectionTitle } from "./section-title.model";
|
|
2
|
-
export
|
|
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 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,8 +1,8 @@
|
|
|
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
|
-
requiresAuth: boolean;
|
|
8
|
-
}
|
|
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
|
+
requiresAuth: boolean;
|
|
8
|
+
}
|
|
@@ -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
|
-
import { SectionTitle } from "./section-title.model";
|
|
2
|
-
export interface ImageWithContent {
|
|
3
|
-
sectionTitle: SectionTitle;
|
|
4
|
-
image: string;
|
|
5
|
-
}
|
|
1
|
+
import { SectionTitle } from "./section-title.model";
|
|
2
|
+
export interface ImageWithContent {
|
|
3
|
+
sectionTitle: SectionTitle;
|
|
4
|
+
image: string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum LibraryProductTypeChoice {
|
|
2
|
-
JEWELRY = 0,
|
|
3
|
-
MOUNTING = 1,
|
|
4
|
-
LIBRARY_MODEL = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum LibraryProductTypeChoice {
|
|
2
|
+
JEWELRY = 0,
|
|
3
|
+
MOUNTING = 1,
|
|
4
|
+
LIBRARY_MODEL = 2
|
|
5
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { NavigationExtras } from "@angular/router";
|
|
2
|
-
export declare class PageSectionAction {
|
|
3
|
-
id: number;
|
|
4
|
-
route: string;
|
|
5
|
-
label: string;
|
|
6
|
-
requiresAuth: boolean;
|
|
7
|
-
navigationExtras: NavigationExtras;
|
|
8
|
-
}
|
|
1
|
+
import { NavigationExtras } from "@angular/router";
|
|
2
|
+
export declare class PageSectionAction {
|
|
3
|
+
id: number;
|
|
4
|
+
route: string;
|
|
5
|
+
label: string;
|
|
6
|
+
requiresAuth: boolean;
|
|
7
|
+
navigationExtras: NavigationExtras;
|
|
8
|
+
}
|
|
@@ -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,8 +1,8 @@
|
|
|
1
|
-
import { PageSectionAction } from "@jooler/jooler-websites-shared";
|
|
2
|
-
import { SectionTitle } from "./section-title.model";
|
|
3
|
-
export interface PageSectionStyleThree {
|
|
4
|
-
sectionTitle: SectionTitle;
|
|
5
|
-
image: string;
|
|
6
|
-
buttons: PageSectionAction[];
|
|
7
|
-
textImageSort: boolean;
|
|
8
|
-
}
|
|
1
|
+
import { PageSectionAction } from "@jooler/jooler-websites-shared";
|
|
2
|
+
import { SectionTitle } from "./section-title.model";
|
|
3
|
+
export interface PageSectionStyleThree {
|
|
4
|
+
sectionTitle: SectionTitle;
|
|
5
|
+
image: string;
|
|
6
|
+
buttons: PageSectionAction[];
|
|
7
|
+
textImageSort: boolean;
|
|
8
|
+
}
|
|
@@ -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,11 +1,11 @@
|
|
|
1
|
-
export
|
|
2
|
-
title: string;
|
|
3
|
-
subtitle: string;
|
|
4
|
-
image?: undefined;
|
|
5
|
-
icon: string;
|
|
6
|
-
} | {
|
|
7
|
-
title: string;
|
|
8
|
-
subtitle: string;
|
|
9
|
-
image: string;
|
|
10
|
-
icon?: undefined;
|
|
11
|
-
};
|
|
1
|
+
export type PageSectionStyleFive = {
|
|
2
|
+
title: string;
|
|
3
|
+
subtitle: string;
|
|
4
|
+
image?: undefined;
|
|
5
|
+
icon: string;
|
|
6
|
+
} | {
|
|
7
|
+
title: string;
|
|
8
|
+
subtitle: string;
|
|
9
|
+
image: string;
|
|
10
|
+
icon?: undefined;
|
|
11
|
+
};
|
|
@@ -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,5 +1,5 @@
|
|
|
1
|
-
export declare enum SectionTitleSizes {
|
|
2
|
-
SMALL = 0,
|
|
3
|
-
MEDIUM = 1,
|
|
4
|
-
LARGE = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum SectionTitleSizes {
|
|
2
|
+
SMALL = 0,
|
|
3
|
+
MEDIUM = 1,
|
|
4
|
+
LARGE = 2
|
|
5
|
+
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { SectionTitleSizes } from "./section-title-sizes.model";
|
|
2
|
-
export
|
|
3
|
-
title: string;
|
|
4
|
-
subtitle?: string;
|
|
5
|
-
alignLeft?: boolean;
|
|
6
|
-
isDarkBg?: boolean;
|
|
7
|
-
isWithoutDivider?: boolean;
|
|
8
|
-
fontSizeEnum?: SectionTitleSizes;
|
|
9
|
-
|
|
1
|
+
import { SectionTitleSizes } from "./section-title-sizes.model";
|
|
2
|
+
export declare class SectionTitle {
|
|
3
|
+
title: string;
|
|
4
|
+
subtitle?: string;
|
|
5
|
+
alignLeft?: boolean;
|
|
6
|
+
isDarkBg?: boolean;
|
|
7
|
+
isWithoutDivider?: boolean;
|
|
8
|
+
fontSizeEnum?: SectionTitleSizes;
|
|
9
|
+
constructor(title: string, subtitle?: string, alignLeft?: boolean, isDarkBg?: boolean, isWithoutDivider?: boolean, fontSizeEnum?: SectionTitleSizes);
|
|
10
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { PageSectionAction } from './page-section-action.model';
|
|
2
|
-
import { Perks } from './perks.model';
|
|
3
|
-
export declare class ServicePlan {
|
|
4
|
-
id: number;
|
|
5
|
-
name: string;
|
|
6
|
-
description: string;
|
|
7
|
-
price: number;
|
|
8
|
-
frequency: string;
|
|
9
|
-
isChosen: boolean;
|
|
10
|
-
perks: Perks[];
|
|
11
|
-
button: PageSectionAction;
|
|
12
|
-
}
|
|
1
|
+
import { PageSectionAction } from './page-section-action.model';
|
|
2
|
+
import { Perks } from './perks.model';
|
|
3
|
+
export declare class ServicePlan {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
price: number;
|
|
8
|
+
frequency: string;
|
|
9
|
+
isChosen: boolean;
|
|
10
|
+
perks: Perks[];
|
|
11
|
+
button: PageSectionAction;
|
|
12
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class TeamMember {
|
|
2
|
-
fullName: string;
|
|
3
|
-
position: string;
|
|
4
|
-
bio: string;
|
|
5
|
-
profilePicture: string;
|
|
6
|
-
}
|
|
1
|
+
export declare class TeamMember {
|
|
2
|
+
fullName: string;
|
|
3
|
+
position: string;
|
|
4
|
+
bio: string;
|
|
5
|
+
profilePicture: string;
|
|
6
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SectionTitle } from "./section-title.model";
|
|
2
|
-
import { TeamMember } from "./team-member.model";
|
|
3
|
-
export declare class TeamSection {
|
|
4
|
-
sectionTitle: SectionTitle;
|
|
5
|
-
teamMembers: TeamMember[];
|
|
6
|
-
caption: string;
|
|
7
|
-
}
|
|
1
|
+
import { SectionTitle } from "./section-title.model";
|
|
2
|
+
import { TeamMember } from "./team-member.model";
|
|
3
|
+
export declare class TeamSection {
|
|
4
|
+
sectionTitle: SectionTitle;
|
|
5
|
+
teamMembers: TeamMember[];
|
|
6
|
+
caption: string;
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum UserType {
|
|
2
|
-
CONSUMER = 0,
|
|
3
|
-
ERP = 1,
|
|
4
|
-
SECOND_LEVEL = 2,
|
|
5
|
-
ADMIN = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum UserType {
|
|
2
|
+
CONSUMER = 0,
|
|
3
|
+
ERP = 1,
|
|
4
|
+
SECOND_LEVEL = 2,
|
|
5
|
+
ADMIN = 3
|
|
6
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { UserType } from "./user-type.model";
|
|
2
|
-
export declare class User {
|
|
3
|
-
id: number;
|
|
4
|
-
email: string;
|
|
5
|
-
firstName: string;
|
|
6
|
-
lastName: string;
|
|
7
|
-
fullName: string;
|
|
8
|
-
username: string;
|
|
9
|
-
profilePicture: string;
|
|
10
|
-
userType: UserType;
|
|
11
|
-
}
|
|
1
|
+
import { UserType } from "./user-type.model";
|
|
2
|
+
export declare class User {
|
|
3
|
+
id: number;
|
|
4
|
+
email: string;
|
|
5
|
+
firstName: string;
|
|
6
|
+
lastName: string;
|
|
7
|
+
fullName: string;
|
|
8
|
+
username: string;
|
|
9
|
+
profilePicture: string;
|
|
10
|
+
userType: UserType;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export
|
|
2
|
-
title: string;
|
|
3
|
-
description: string;
|
|
4
|
-
iconName: string;
|
|
5
|
-
image?: undefined;
|
|
6
|
-
} | {
|
|
7
|
-
title: string;
|
|
8
|
-
description: string;
|
|
9
|
-
iconName?: undefined;
|
|
10
|
-
image: string;
|
|
11
|
-
};
|
|
1
|
+
export type ValuePropProperties = {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
iconName: string;
|
|
5
|
+
image?: undefined;
|
|
6
|
+
} | {
|
|
7
|
+
title: string;
|
|
8
|
+
description: string;
|
|
9
|
+
iconName?: undefined;
|
|
10
|
+
image: string;
|
|
11
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ImageWithContent } from "./image-with-content.model";
|
|
2
|
-
export interface VerticalSideTab {
|
|
3
|
-
title: string;
|
|
4
|
-
iconName: any;
|
|
5
|
-
tabContent: ImageWithContent;
|
|
6
|
-
}
|
|
1
|
+
import { ImageWithContent } from "./image-with-content.model";
|
|
2
|
+
export interface VerticalSideTab {
|
|
3
|
+
title: string;
|
|
4
|
+
iconName: any;
|
|
5
|
+
tabContent: ImageWithContent;
|
|
6
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import { Account } from "../models/account.model";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class OurClientListingComponent implements OnInit {
|
|
5
|
-
account: Account;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OurClientListingComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OurClientListingComponent, "our-client-listing", never, { "account": "account"; }, {}, never, never, false>;
|
|
10
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { Account } from "../models/account.model";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class OurClientListingComponent implements OnInit {
|
|
5
|
+
account: Account;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OurClientListingComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OurClientListingComponent, "our-client-listing", never, { "account": { "alias": "account"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import { Account } from "./../models/account.model";
|
|
3
|
-
import { BreakpointObserver } from "@angular/cdk/layout";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class OurClientsComponent implements OnInit {
|
|
6
|
-
private breakpointObserver;
|
|
7
|
-
accounts: Account[];
|
|
8
|
-
isUnderTabRange: boolean;
|
|
9
|
-
clientsToShow: number;
|
|
10
|
-
scrollClientNumber: number;
|
|
11
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OurClientsComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OurClientsComponent, "our-clients", never, { "accounts": "accounts"; }, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { Account } from "./../models/account.model";
|
|
3
|
+
import { BreakpointObserver } from "@angular/cdk/layout";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class OurClientsComponent implements OnInit {
|
|
6
|
+
private breakpointObserver;
|
|
7
|
+
accounts: Account[];
|
|
8
|
+
isUnderTabRange: boolean;
|
|
9
|
+
clientsToShow: number;
|
|
10
|
+
scrollClientNumber: number;
|
|
11
|
+
constructor(breakpointObserver: BreakpointObserver);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OurClientsComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OurClientsComponent, "our-clients", never, { "accounts": { "alias": "accounts"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { PageSection } from './../models/page-section.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PageSectionStyleTenComponent implements OnInit {
|
|
5
|
-
data: any | PageSection;
|
|
6
|
-
iconName: any;
|
|
7
|
-
panelOpenState: boolean;
|
|
8
|
-
selectedPanel: number;
|
|
9
|
-
panelChanged: EventEmitter<number>;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
onClickPanel(index: number): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionStyleTenComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionStyleTenComponent, "page-section-style-ten", never, { "data": "data"; "iconName": "iconName"; "selectedPanel": "selectedPanel"; }, { "panelChanged": "panelChanged"; }, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { PageSection } from './../models/page-section.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PageSectionStyleTenComponent implements OnInit {
|
|
5
|
+
data: any | PageSection;
|
|
6
|
+
iconName: any;
|
|
7
|
+
panelOpenState: boolean;
|
|
8
|
+
selectedPanel: number;
|
|
9
|
+
panelChanged: EventEmitter<number>;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
onClickPanel(index: number): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionStyleTenComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionStyleTenComponent, "page-section-style-ten", never, { "data": { "alias": "data"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "selectedPanel": { "alias": "selectedPanel"; "required": false; }; }, { "panelChanged": "panelChanged"; }, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { PageSectionStyleThirteen } from '../models/page-section-style-thirteen.model';
|
|
3
|
-
import { SectionTitle } from '../models/section-title.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PageSectionStyleThirteenComponent implements OnInit {
|
|
6
|
-
showedImage: string;
|
|
7
|
-
counter: number;
|
|
8
|
-
intervalId: any;
|
|
9
|
-
isItemHovered: boolean[];
|
|
10
|
-
pageSectionStyleThirteen: typeof PageSectionStyleThirteen;
|
|
11
|
-
sectionTitle: SectionTitle;
|
|
12
|
-
items: any;
|
|
13
|
-
iconType: PageSectionStyleThirteen;
|
|
14
|
-
isTwoImages: boolean;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
constructor();
|
|
17
|
-
onClickChangeImage(image: any, index: any): void;
|
|
18
|
-
onHoveredItem(itemImage: any, index: any): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionStyleThirteenComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionStyleThirteenComponent, "page-section-style-thirteen", never, { "sectionTitle": "sectionTitle"; "items": "items"; "iconType": "iconType"; "isTwoImages": "isTwoImages"; }, {}, never, never, false>;
|
|
21
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PageSectionStyleThirteen } from '../models/page-section-style-thirteen.model';
|
|
3
|
+
import { SectionTitle } from '../models/section-title.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PageSectionStyleThirteenComponent implements OnInit {
|
|
6
|
+
showedImage: string;
|
|
7
|
+
counter: number;
|
|
8
|
+
intervalId: any;
|
|
9
|
+
isItemHovered: boolean[];
|
|
10
|
+
pageSectionStyleThirteen: typeof PageSectionStyleThirteen;
|
|
11
|
+
sectionTitle: SectionTitle;
|
|
12
|
+
items: any;
|
|
13
|
+
iconType: PageSectionStyleThirteen;
|
|
14
|
+
isTwoImages: boolean;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
constructor();
|
|
17
|
+
onClickChangeImage(image: any, index: any): void;
|
|
18
|
+
onHoveredItem(itemImage: any, index: any): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionStyleThirteenComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionStyleThirteenComponent, "page-section-style-thirteen", never, { "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "items": { "alias": "items"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "isTwoImages": { "alias": "isTwoImages"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { PageSectionStyleThree } from '../models/page-section-style-three.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PageSectionStyleThreeComponent implements OnInit {
|
|
6
|
-
private _Router;
|
|
7
|
-
valueprop: PageSectionStyleThree;
|
|
8
|
-
constructor(_Router: Router);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
onClickValuePropButton(route: any): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionStyleThreeComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionStyleThreeComponent, "page-section-style-three", never, { "valueprop": "valueprop"; }, {}, never, ["*"], false>;
|
|
13
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { PageSectionStyleThree } from '../models/page-section-style-three.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PageSectionStyleThreeComponent implements OnInit {
|
|
6
|
+
private _Router;
|
|
7
|
+
valueprop: PageSectionStyleThree;
|
|
8
|
+
constructor(_Router: Router);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
onClickValuePropButton(route: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionStyleThreeComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionStyleThreeComponent, "page-section-style-three", never, { "valueprop": { "alias": "valueprop"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|