@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.
Files changed (196) hide show
  1. package/{esm2020 → esm2022}/jooler-websites-shared.mjs +4 -4
  2. package/esm2022/lib/achievements/achievements.component.mjs +18 -0
  3. package/esm2022/lib/auth-route-directive.mjs +42 -0
  4. package/esm2022/lib/call-to-action-section/call-to-action-section.component.mjs +29 -0
  5. package/esm2022/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +25 -0
  6. package/esm2022/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +56 -0
  7. package/esm2022/lib/coming-soon/coming-soon.component.mjs +20 -0
  8. package/esm2022/lib/contact-us-page/contact-us-page.component.mjs +144 -0
  9. package/esm2022/lib/cta-section-style-four/cta-section-style-four.component.mjs +35 -0
  10. package/esm2022/lib/cta-section-style-three/cta-section-style-three.component.mjs +23 -0
  11. package/esm2022/lib/custom-tooltip/custom-tooltip.component.mjs +23 -0
  12. package/esm2022/lib/get-started-cta/get-started-cta.component.mjs +24 -0
  13. package/esm2022/lib/header-section-one/header-section-one.component.mjs +25 -0
  14. package/esm2022/lib/image-gallery-modal/image-gallery-modal.component.mjs +134 -0
  15. package/esm2022/lib/jooler-websites-shared.module.mjs +208 -0
  16. package/{esm2020 → esm2022}/lib/models/about-us-section.model.mjs +1 -1
  17. package/{esm2020 → esm2022}/lib/models/account-type.model.mjs +8 -8
  18. package/esm2022/lib/models/account.model.mjs +14 -0
  19. package/{esm2020 → esm2022}/lib/models/achievement.model.mjs +5 -3
  20. package/esm2022/lib/models/achievements.model.mjs +5 -0
  21. package/esm2022/lib/models/address.model.mjs +16 -0
  22. package/{esm2020 → esm2022}/lib/models/brand-logo.model.mjs +1 -1
  23. package/{esm2020 → esm2022}/lib/models/call-to-action-data.model.mjs +1 -1
  24. package/esm2022/lib/models/call-to-action-section-two.model.mjs +7 -0
  25. package/{esm2020 → esm2022}/lib/models/call-to-action-style.model.mjs +1 -1
  26. package/esm2022/lib/models/city.model.mjs +6 -0
  27. package/esm2022/lib/models/country.model.mjs +10 -0
  28. package/{esm2020 → esm2022}/lib/models/cta-cards.model.mjs +1 -1
  29. package/{esm2020 → esm2022}/lib/models/cta-one-type.model.mjs +1 -1
  30. package/{esm2020 → esm2022}/lib/models/cta-section-style-four.model.mjs +1 -1
  31. package/{esm2020 → esm2022}/lib/models/feature-section-nine.model.mjs +1 -1
  32. package/{esm2020 → esm2022}/lib/models/gallery-items-properties.model.mjs +1 -1
  33. package/esm2022/lib/models/get-started-cta.model.mjs +7 -0
  34. package/{esm2020 → esm2022}/lib/models/header-section-style-one.model.mjs +1 -1
  35. package/esm2022/lib/models/image-section-action.model.mjs +8 -0
  36. package/esm2022/lib/models/image-section.model.mjs +11 -0
  37. package/{esm2020 → esm2022}/lib/models/image-with-content.model.mjs +1 -1
  38. package/{esm2020 → esm2022}/lib/models/library-product-type.model.mjs +6 -6
  39. package/esm2022/lib/models/page-section-action.model.mjs +8 -0
  40. package/{esm2020 → esm2022}/lib/models/page-section-style-thirteen.model.mjs +5 -5
  41. package/{esm2020 → esm2022}/lib/models/page-section-style-three.model.mjs +1 -1
  42. package/esm2022/lib/models/page-section.model.mjs +11 -0
  43. package/{esm2020 → esm2022}/lib/models/page-style-section-five.model.mjs +1 -1
  44. package/{esm2020 → esm2022}/lib/models/perks.model.mjs +5 -3
  45. package/{esm2020 → esm2022}/lib/models/section-title-sizes.model.mjs +6 -6
  46. package/esm2022/lib/models/section-title.model.mjs +17 -0
  47. package/esm2022/lib/models/service-plan.model.mjs +11 -0
  48. package/esm2022/lib/models/team-member.model.mjs +7 -0
  49. package/esm2022/lib/models/team-section.model.mjs +6 -0
  50. package/{esm2020 → esm2022}/lib/models/user-type.model.mjs +7 -7
  51. package/esm2022/lib/models/user.model.mjs +11 -0
  52. package/{esm2020 → esm2022}/lib/models/value-prop-properties.model.mjs +1 -1
  53. package/{esm2020 → esm2022}/lib/models/vertical-side-tab.model.mjs +1 -1
  54. package/esm2022/lib/our-client-listing/our-client-listing.component.mjs +18 -0
  55. package/esm2022/lib/our-clients/our-clients.component.mjs +57 -0
  56. package/esm2022/lib/page-section-style-ten/page-section-style-ten.component.mjs +35 -0
  57. package/esm2022/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +46 -0
  58. package/esm2022/lib/page-section-style-three/page-section-style-three.component.mjs +26 -0
  59. package/esm2022/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +26 -0
  60. package/esm2022/lib/pricing-plans/pricing-plans.component.mjs +22 -0
  61. package/esm2022/lib/section-title/section-title.component.mjs +23 -0
  62. package/esm2022/lib/services/user.service.mjs +36 -0
  63. package/esm2022/lib/social-media-icons/social-media-icons.component.mjs +44 -0
  64. package/esm2022/lib/social-media-icons/social-media-links.model.mjs +7 -0
  65. package/esm2022/lib/success-message-dialog/success-message-dialog.component.mjs +24 -0
  66. package/esm2022/lib/team/team.component.mjs +55 -0
  67. package/esm2022/lib/value-prop-card/value-prop-card.component.mjs +44 -0
  68. package/esm2022/lib/value-props-section/value-props-section.component.mjs +35 -0
  69. package/esm2022/lib/values/values.component.mjs +48 -0
  70. package/esm2022/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +33 -0
  71. package/{esm2020 → esm2022}/public-api.mjs +64 -64
  72. package/fesm2022/jooler-websites-shared.mjs +1417 -0
  73. package/fesm2022/jooler-websites-shared.mjs.map +1 -0
  74. package/index.d.ts +5 -5
  75. package/lib/achievements/achievements.component.d.ts +10 -10
  76. package/lib/auth-route-directive.d.ts +14 -14
  77. package/lib/call-to-action-section/call-to-action-section.component.d.ts +11 -11
  78. package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
  79. package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
  80. package/lib/coming-soon/coming-soon.component.d.ts +8 -8
  81. package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
  82. package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +12 -12
  83. package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -13
  84. package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
  85. package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
  86. package/lib/header-section-one/header-section-one.component.d.ts +11 -11
  87. package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
  88. package/lib/jooler-websites-shared.module.d.ts +44 -43
  89. package/lib/models/about-us-section.model.d.ts +6 -6
  90. package/lib/models/account-type.model.d.ts +7 -7
  91. package/lib/models/account.model.d.ts +16 -16
  92. package/lib/models/achievement.model.d.ts +4 -4
  93. package/lib/models/achievements.model.d.ts +6 -6
  94. package/lib/models/address.model.d.ts +18 -18
  95. package/lib/models/brand-logo.model.d.ts +4 -4
  96. package/lib/models/call-to-action-data.model.d.ts +17 -17
  97. package/lib/models/call-to-action-section-two.model.d.ts +6 -6
  98. package/lib/models/call-to-action-style.model.d.ts +16 -16
  99. package/lib/models/city.model.d.ts +5 -5
  100. package/lib/models/country.model.d.ts +9 -9
  101. package/lib/models/cta-cards.model.d.ts +7 -7
  102. package/lib/models/cta-one-type.model.d.ts +15 -15
  103. package/lib/models/cta-section-style-four.model.d.ts +8 -8
  104. package/lib/models/feature-section-nine.model.d.ts +6 -6
  105. package/lib/models/gallery-items-properties.model.d.ts +6 -6
  106. package/lib/models/get-started-cta.model.d.ts +8 -8
  107. package/lib/models/header-section-style-one.model.d.ts +16 -16
  108. package/lib/models/image-section-action.model.d.ts +8 -8
  109. package/lib/models/image-section.model.d.ts +12 -12
  110. package/lib/models/image-with-content.model.d.ts +5 -5
  111. package/lib/models/library-product-type.model.d.ts +5 -5
  112. package/lib/models/page-section-action.model.d.ts +8 -8
  113. package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
  114. package/lib/models/page-section-style-three.model.d.ts +8 -8
  115. package/lib/models/page-section.model.d.ts +11 -11
  116. package/lib/models/page-style-section-five.model.d.ts +11 -11
  117. package/lib/models/perks.model.d.ts +4 -4
  118. package/lib/models/section-title-sizes.model.d.ts +5 -5
  119. package/lib/models/section-title.model.d.ts +10 -9
  120. package/lib/models/service-plan.model.d.ts +12 -12
  121. package/lib/models/team-member.model.d.ts +6 -6
  122. package/lib/models/team-section.model.d.ts +7 -7
  123. package/lib/models/user-type.model.d.ts +6 -6
  124. package/lib/models/user.model.d.ts +11 -11
  125. package/lib/models/value-prop-properties.model.d.ts +11 -11
  126. package/lib/models/vertical-side-tab.model.d.ts +6 -6
  127. package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
  128. package/lib/our-clients/our-clients.component.d.ts +15 -15
  129. package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
  130. package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
  131. package/lib/page-section-style-three/page-section-style-three.component.d.ts +13 -13
  132. package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
  133. package/lib/pricing-plans/pricing-plans.component.d.ts +10 -10
  134. package/lib/section-title/section-title.component.d.ts +11 -11
  135. package/lib/services/user.service.d.ts +15 -15
  136. package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
  137. package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
  138. package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
  139. package/lib/team/team.component.d.ts +18 -18
  140. package/lib/value-prop-card/value-prop-card.component.d.ts +15 -15
  141. package/lib/value-props-section/value-props-section.component.d.ts +11 -11
  142. package/lib/values/values.component.d.ts +16 -16
  143. package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
  144. package/package.json +5 -11
  145. package/public-api.d.ts +61 -61
  146. package/esm2020/lib/achievements/achievements.component.mjs +0 -17
  147. package/esm2020/lib/auth-route-directive.mjs +0 -37
  148. package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +0 -28
  149. package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +0 -23
  150. package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +0 -55
  151. package/esm2020/lib/coming-soon/coming-soon.component.mjs +0 -22
  152. package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +0 -129
  153. package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +0 -32
  154. package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +0 -25
  155. package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +0 -22
  156. package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +0 -22
  157. package/esm2020/lib/header-section-one/header-section-one.component.mjs +0 -23
  158. package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +0 -132
  159. package/esm2020/lib/jooler-websites-shared.module.mjs +0 -204
  160. package/esm2020/lib/models/account.model.mjs +0 -3
  161. package/esm2020/lib/models/achievements.model.mjs +0 -3
  162. package/esm2020/lib/models/address.model.mjs +0 -3
  163. package/esm2020/lib/models/call-to-action-section-two.model.mjs +0 -3
  164. package/esm2020/lib/models/city.model.mjs +0 -3
  165. package/esm2020/lib/models/country.model.mjs +0 -3
  166. package/esm2020/lib/models/get-started-cta.model.mjs +0 -3
  167. package/esm2020/lib/models/image-section-action.model.mjs +0 -3
  168. package/esm2020/lib/models/image-section.model.mjs +0 -3
  169. package/esm2020/lib/models/page-section-action.model.mjs +0 -3
  170. package/esm2020/lib/models/page-section.model.mjs +0 -3
  171. package/esm2020/lib/models/section-title.model.mjs +0 -2
  172. package/esm2020/lib/models/service-plan.model.mjs +0 -3
  173. package/esm2020/lib/models/team-member.model.mjs +0 -3
  174. package/esm2020/lib/models/team-section.model.mjs +0 -3
  175. package/esm2020/lib/models/user.model.mjs +0 -3
  176. package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +0 -17
  177. package/esm2020/lib/our-clients/our-clients.component.mjs +0 -54
  178. package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +0 -33
  179. package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +0 -43
  180. package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +0 -24
  181. package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +0 -24
  182. package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +0 -21
  183. package/esm2020/lib/section-title/section-title.component.mjs +0 -22
  184. package/esm2020/lib/services/user.service.mjs +0 -35
  185. package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +0 -40
  186. package/esm2020/lib/social-media-icons/social-media-links.model.mjs +0 -3
  187. package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +0 -22
  188. package/esm2020/lib/team/team.component.mjs +0 -50
  189. package/esm2020/lib/value-prop-card/value-prop-card.component.mjs +0 -39
  190. package/esm2020/lib/value-props-section/value-props-section.component.mjs +0 -33
  191. package/esm2020/lib/values/values.component.mjs +0 -43
  192. package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +0 -33
  193. package/fesm2015/jooler-websites-shared.mjs +0 -1231
  194. package/fesm2015/jooler-websites-shared.mjs.map +0 -1
  195. package/fesm2020/jooler-websites-shared.mjs +0 -1231
  196. 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 declare 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
+ 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 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 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 declare 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
+ 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 interface SectionTitle {
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 declare 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
+ 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
+ }