@jooler/jooler-websites-shared 0.0.210 → 0.0.212

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 (215) 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 +28 -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 +34 -0
  10. package/esm2022/lib/cta-section-style-three/cta-section-style-three.component.mjs +27 -0
  11. package/esm2022/lib/custom-tooltip/custom-tooltip.component.mjs +23 -0
  12. package/esm2022/lib/faq-category-listing/faq-category-listing.component.mjs +28 -0
  13. package/esm2022/lib/faq-listing/faq-listing.component.mjs +27 -0
  14. package/esm2022/lib/get-started-cta/get-started-cta.component.mjs +24 -0
  15. package/esm2022/lib/header-section-one/header-section-one.component.mjs +25 -0
  16. package/esm2022/lib/image-gallery-modal/image-gallery-modal.component.mjs +134 -0
  17. package/esm2022/lib/jooler-websites-shared.module.mjs +214 -0
  18. package/{esm2020 → esm2022}/lib/models/about-us-section.model.mjs +1 -1
  19. package/{esm2020 → esm2022}/lib/models/account-type.model.mjs +8 -8
  20. package/esm2022/lib/models/account.model.mjs +14 -0
  21. package/{esm2020 → esm2022}/lib/models/achievement.model.mjs +5 -3
  22. package/esm2022/lib/models/achievements.model.mjs +5 -0
  23. package/esm2022/lib/models/address.model.mjs +16 -0
  24. package/{esm2020 → esm2022}/lib/models/brand-logo.model.mjs +1 -1
  25. package/{esm2020 → esm2022}/lib/models/call-to-action-data.model.mjs +1 -1
  26. package/esm2022/lib/models/call-to-action-section-two.model.mjs +7 -0
  27. package/{esm2020 → esm2022}/lib/models/call-to-action-style.model.mjs +1 -1
  28. package/esm2022/lib/models/city.model.mjs +6 -0
  29. package/esm2022/lib/models/country.model.mjs +10 -0
  30. package/{esm2020 → esm2022}/lib/models/cta-cards.model.mjs +1 -1
  31. package/{esm2020 → esm2022}/lib/models/cta-one-type.model.mjs +1 -1
  32. package/{esm2020 → esm2022}/lib/models/cta-section-style-four.model.mjs +1 -1
  33. package/esm2022/lib/models/faq-category-context.enum.mjs +8 -0
  34. package/esm2022/lib/models/faq-category.model.mjs +9 -0
  35. package/esm2022/lib/models/faq-page.model.mjs +4 -0
  36. package/esm2022/lib/models/faq-subcategory.model.mjs +8 -0
  37. package/esm2022/lib/models/faq.model.mjs +7 -0
  38. package/{esm2020 → esm2022}/lib/models/feature-section-nine.model.mjs +1 -1
  39. package/{esm2020 → esm2022}/lib/models/gallery-items-properties.model.mjs +1 -1
  40. package/esm2022/lib/models/get-started-cta.model.mjs +7 -0
  41. package/{esm2020 → esm2022}/lib/models/header-section-style-one.model.mjs +1 -1
  42. package/esm2022/lib/models/image-section-action.model.mjs +8 -0
  43. package/esm2022/lib/models/image-section.model.mjs +11 -0
  44. package/{esm2020 → esm2022}/lib/models/image-with-content.model.mjs +1 -1
  45. package/{esm2020 → esm2022}/lib/models/library-product-type.model.mjs +6 -6
  46. package/esm2022/lib/models/page-section-action.model.mjs +8 -0
  47. package/{esm2020 → esm2022}/lib/models/page-section-style-thirteen.model.mjs +5 -5
  48. package/{esm2020 → esm2022}/lib/models/page-section-style-three.model.mjs +1 -1
  49. package/esm2022/lib/models/page-section.model.mjs +11 -0
  50. package/{esm2020 → esm2022}/lib/models/page-style-section-five.model.mjs +1 -1
  51. package/{esm2020 → esm2022}/lib/models/perks.model.mjs +5 -3
  52. package/{esm2020 → esm2022}/lib/models/section-title-sizes.model.mjs +6 -6
  53. package/{esm2020 → esm2022}/lib/models/section-title.model.mjs +1 -1
  54. package/esm2022/lib/models/service-plan.model.mjs +11 -0
  55. package/esm2022/lib/models/team-member.model.mjs +7 -0
  56. package/esm2022/lib/models/team-section.model.mjs +6 -0
  57. package/{esm2020 → esm2022}/lib/models/user-type.model.mjs +7 -7
  58. package/esm2022/lib/models/user.model.mjs +11 -0
  59. package/{esm2020 → esm2022}/lib/models/value-prop-properties.model.mjs +1 -1
  60. package/{esm2020 → esm2022}/lib/models/vertical-side-tab.model.mjs +1 -1
  61. package/esm2022/lib/our-client-listing/our-client-listing.component.mjs +18 -0
  62. package/esm2022/lib/our-clients/our-clients.component.mjs +57 -0
  63. package/esm2022/lib/page-section-style-ten/page-section-style-ten.component.mjs +35 -0
  64. package/esm2022/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +46 -0
  65. package/esm2022/lib/page-section-style-three/page-section-style-three.component.mjs +26 -0
  66. package/esm2022/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +26 -0
  67. package/esm2022/lib/pricing-plans/pricing-plans.component.mjs +22 -0
  68. package/esm2022/lib/section-title/section-title.component.mjs +23 -0
  69. package/esm2022/lib/services/user.service.mjs +36 -0
  70. package/esm2022/lib/social-media-icons/social-media-icons.component.mjs +44 -0
  71. package/esm2022/lib/social-media-icons/social-media-links.model.mjs +7 -0
  72. package/esm2022/lib/success-message-dialog/success-message-dialog.component.mjs +24 -0
  73. package/esm2022/lib/team/team.component.mjs +57 -0
  74. package/esm2022/lib/value-prop-card/value-prop-card.component.mjs +25 -0
  75. package/esm2022/lib/value-props-section/value-props-section.component.mjs +35 -0
  76. package/esm2022/lib/values/values.component.mjs +48 -0
  77. package/esm2022/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +33 -0
  78. package/esm2022/public-api.mjs +71 -0
  79. package/fesm2022/jooler-websites-shared.mjs +1463 -0
  80. package/fesm2022/jooler-websites-shared.mjs.map +1 -0
  81. package/index.d.ts +5 -5
  82. package/lib/achievements/achievements.component.d.ts +10 -10
  83. package/lib/auth-route-directive.d.ts +14 -14
  84. package/lib/call-to-action-section/call-to-action-section.component.d.ts +11 -11
  85. package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
  86. package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
  87. package/lib/coming-soon/coming-soon.component.d.ts +8 -8
  88. package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
  89. package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +12 -12
  90. package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +13 -13
  91. package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
  92. package/lib/faq-category-listing/faq-category-listing.component.d.ts +14 -14
  93. package/lib/faq-listing/faq-listing.component.d.ts +13 -13
  94. package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
  95. package/lib/header-section-one/header-section-one.component.d.ts +11 -11
  96. package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
  97. package/lib/jooler-websites-shared.module.d.ts +45 -45
  98. package/lib/models/about-us-section.model.d.ts +6 -6
  99. package/lib/models/account-type.model.d.ts +7 -7
  100. package/lib/models/account.model.d.ts +16 -16
  101. package/lib/models/achievement.model.d.ts +4 -4
  102. package/lib/models/achievements.model.d.ts +6 -6
  103. package/lib/models/address.model.d.ts +18 -18
  104. package/lib/models/brand-logo.model.d.ts +4 -4
  105. package/lib/models/call-to-action-data.model.d.ts +17 -17
  106. package/lib/models/call-to-action-section-two.model.d.ts +6 -6
  107. package/lib/models/call-to-action-style.model.d.ts +16 -16
  108. package/lib/models/city.model.d.ts +5 -5
  109. package/lib/models/country.model.d.ts +9 -9
  110. package/lib/models/cta-cards.model.d.ts +7 -7
  111. package/lib/models/cta-one-type.model.d.ts +15 -15
  112. package/lib/models/cta-section-style-four.model.d.ts +8 -8
  113. package/lib/models/faq-category-context.enum.d.ts +6 -0
  114. package/lib/models/faq-category.model.d.ts +9 -9
  115. package/lib/models/faq-page.model.d.ts +4 -0
  116. package/lib/models/faq-subcategory.model.d.ts +8 -8
  117. package/lib/models/faq.model.d.ts +7 -7
  118. package/lib/models/feature-section-nine.model.d.ts +6 -6
  119. package/lib/models/gallery-items-properties.model.d.ts +6 -6
  120. package/lib/models/get-started-cta.model.d.ts +8 -8
  121. package/lib/models/header-section-style-one.model.d.ts +16 -16
  122. package/lib/models/image-section-action.model.d.ts +8 -8
  123. package/lib/models/image-section.model.d.ts +12 -12
  124. package/lib/models/image-with-content.model.d.ts +5 -5
  125. package/lib/models/library-product-type.model.d.ts +5 -5
  126. package/lib/models/page-section-action.model.d.ts +8 -8
  127. package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
  128. package/lib/models/page-section-style-three.model.d.ts +8 -8
  129. package/lib/models/page-section.model.d.ts +11 -11
  130. package/lib/models/page-style-section-five.model.d.ts +11 -11
  131. package/lib/models/perks.model.d.ts +4 -4
  132. package/lib/models/section-title-sizes.model.d.ts +5 -5
  133. package/lib/models/section-title.model.d.ts +9 -9
  134. package/lib/models/service-plan.model.d.ts +12 -12
  135. package/lib/models/team-member.model.d.ts +6 -6
  136. package/lib/models/team-section.model.d.ts +7 -7
  137. package/lib/models/user-type.model.d.ts +6 -6
  138. package/lib/models/user.model.d.ts +11 -11
  139. package/lib/models/value-prop-properties.model.d.ts +11 -11
  140. package/lib/models/vertical-side-tab.model.d.ts +6 -6
  141. package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
  142. package/lib/our-clients/our-clients.component.d.ts +15 -15
  143. package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
  144. package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
  145. package/lib/page-section-style-three/page-section-style-three.component.d.ts +13 -13
  146. package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
  147. package/lib/pricing-plans/pricing-plans.component.d.ts +10 -10
  148. package/lib/section-title/section-title.component.d.ts +11 -11
  149. package/lib/services/user.service.d.ts +15 -15
  150. package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
  151. package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
  152. package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
  153. package/lib/team/team.component.d.ts +18 -18
  154. package/lib/value-prop-card/value-prop-card.component.d.ts +12 -12
  155. package/lib/value-props-section/value-props-section.component.d.ts +11 -11
  156. package/lib/values/values.component.d.ts +16 -16
  157. package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
  158. package/package.json +5 -11
  159. package/public-api.d.ts +67 -61
  160. package/esm2020/lib/achievements/achievements.component.mjs +0 -17
  161. package/esm2020/lib/auth-route-directive.mjs +0 -37
  162. package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +0 -28
  163. package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +0 -23
  164. package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +0 -55
  165. package/esm2020/lib/coming-soon/coming-soon.component.mjs +0 -22
  166. package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +0 -129
  167. package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +0 -32
  168. package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +0 -25
  169. package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +0 -22
  170. package/esm2020/lib/faq-category-listing/faq-category-listing.component.mjs +0 -25
  171. package/esm2020/lib/faq-listing/faq-listing.component.mjs +0 -25
  172. package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +0 -22
  173. package/esm2020/lib/header-section-one/header-section-one.component.mjs +0 -23
  174. package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +0 -132
  175. package/esm2020/lib/jooler-websites-shared.module.mjs +0 -210
  176. package/esm2020/lib/models/account.model.mjs +0 -3
  177. package/esm2020/lib/models/achievements.model.mjs +0 -3
  178. package/esm2020/lib/models/address.model.mjs +0 -3
  179. package/esm2020/lib/models/call-to-action-section-two.model.mjs +0 -3
  180. package/esm2020/lib/models/city.model.mjs +0 -3
  181. package/esm2020/lib/models/country.model.mjs +0 -3
  182. package/esm2020/lib/models/faq-category.model.mjs +0 -3
  183. package/esm2020/lib/models/faq-subcategory.model.mjs +0 -3
  184. package/esm2020/lib/models/faq.model.mjs +0 -3
  185. package/esm2020/lib/models/get-started-cta.model.mjs +0 -3
  186. package/esm2020/lib/models/image-section-action.model.mjs +0 -3
  187. package/esm2020/lib/models/image-section.model.mjs +0 -3
  188. package/esm2020/lib/models/page-section-action.model.mjs +0 -3
  189. package/esm2020/lib/models/page-section.model.mjs +0 -3
  190. package/esm2020/lib/models/service-plan.model.mjs +0 -3
  191. package/esm2020/lib/models/team-member.model.mjs +0 -3
  192. package/esm2020/lib/models/team-section.model.mjs +0 -3
  193. package/esm2020/lib/models/user.model.mjs +0 -3
  194. package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +0 -17
  195. package/esm2020/lib/our-clients/our-clients.component.mjs +0 -54
  196. package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +0 -33
  197. package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +0 -43
  198. package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +0 -24
  199. package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +0 -24
  200. package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +0 -21
  201. package/esm2020/lib/section-title/section-title.component.mjs +0 -22
  202. package/esm2020/lib/services/user.service.mjs +0 -35
  203. package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +0 -40
  204. package/esm2020/lib/social-media-icons/social-media-links.model.mjs +0 -3
  205. package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +0 -22
  206. package/esm2020/lib/team/team.component.mjs +0 -52
  207. package/esm2020/lib/value-prop-card/value-prop-card.component.mjs +0 -22
  208. package/esm2020/lib/value-props-section/value-props-section.component.mjs +0 -33
  209. package/esm2020/lib/values/values.component.mjs +0 -43
  210. package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +0 -33
  211. package/esm2020/public-api.mjs +0 -65
  212. package/fesm2015/jooler-websites-shared.mjs +0 -1259
  213. package/fesm2015/jooler-websites-shared.mjs.map +0 -1
  214. package/fesm2020/jooler-websites-shared.mjs +0 -1259
  215. package/fesm2020/jooler-websites-shared.mjs.map +0 -1
@@ -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
+ }
@@ -1,12 +1,12 @@
1
- import { OnInit } from '@angular/core';
2
- import { Router } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class PageSectionWithMultipleCardsComponent implements OnInit {
5
- private _Router;
6
- sectionContent: any;
7
- constructor(_Router: Router);
8
- ngOnInit(): void;
9
- onClickAllReasons(route: string): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionWithMultipleCardsComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionWithMultipleCardsComponent, "page-section-with-multiple-cards", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
12
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PageSectionWithMultipleCardsComponent implements OnInit {
5
+ private _Router;
6
+ sectionContent: any;
7
+ constructor(_Router: Router);
8
+ ngOnInit(): void;
9
+ onClickAllReasons(route: string): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionWithMultipleCardsComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionWithMultipleCardsComponent, "page-section-with-multiple-cards", never, { "sectionContent": { "alias": "sectionContent"; "required": false; }; }, {}, never, never, false, never>;
12
+ }
@@ -1,10 +1,10 @@
1
- import { OnInit } from '@angular/core';
2
- import { ServicePlan } from '../models/service-plan.model';
3
- import * as i0 from "@angular/core";
4
- export declare class PricingPlansComponent implements OnInit {
5
- servicePlan: ServicePlan;
6
- constructor();
7
- ngOnInit(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PricingPlansComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<PricingPlansComponent, "pricing-plans", never, { "servicePlan": "servicePlan"; }, {}, never, never, false>;
10
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { ServicePlan } from '../models/service-plan.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PricingPlansComponent implements OnInit {
5
+ servicePlan: ServicePlan;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PricingPlansComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<PricingPlansComponent, "pricing-plans", never, { "servicePlan": { "alias": "servicePlan"; "required": false; }; }, {}, never, never, false, never>;
10
+ }
@@ -1,11 +1,11 @@
1
- import { SectionTitle } from '../models/section-title.model';
2
- import { SectionTitleSizes } from '../models/section-title-sizes.model';
3
- import * as i0 from "@angular/core";
4
- export declare class SectionTitleComponent {
5
- sectionTitle: SectionTitle;
6
- sectionTitleSizes: typeof SectionTitleSizes;
7
- withoutTitleCase: boolean;
8
- descriptionWidth: string;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SectionTitleComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SectionTitleComponent, "section-title", never, { "sectionTitle": "sectionTitle"; "withoutTitleCase": "withoutTitleCase"; "descriptionWidth": "descriptionWidth"; }, {}, never, ["*"], false>;
11
- }
1
+ import { SectionTitle } from '../models/section-title.model';
2
+ import { SectionTitleSizes } from '../models/section-title-sizes.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SectionTitleComponent {
5
+ sectionTitle: SectionTitle;
6
+ sectionTitleSizes: typeof SectionTitleSizes;
7
+ withoutTitleCase: boolean;
8
+ descriptionWidth: string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SectionTitleComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SectionTitleComponent, "section-title", never, { "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "withoutTitleCase": { "alias": "withoutTitleCase"; "required": false; }; "descriptionWidth": { "alias": "descriptionWidth"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ }
@@ -1,15 +1,15 @@
1
- import { HttpClient, HttpHeaders } from '@angular/common/http';
2
- import * as i0 from "@angular/core";
3
- export declare class UserService {
4
- private http;
5
- constructor(http: HttpClient);
6
- getAuthenticationHeaders(): {
7
- headers: HttpHeaders;
8
- };
9
- getTokenlessHeaders(): {
10
- headers: HttpHeaders;
11
- };
12
- isAuthenticated(): boolean;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
15
- }
1
+ import { HttpClient, HttpHeaders } from '@angular/common/http';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UserService {
4
+ private http;
5
+ constructor(http: HttpClient);
6
+ getAuthenticationHeaders(): {
7
+ headers: HttpHeaders;
8
+ };
9
+ getTokenlessHeaders(): {
10
+ headers: HttpHeaders;
11
+ };
12
+ isAuthenticated(): boolean;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
15
+ }
@@ -1,20 +1,20 @@
1
- import { Router } from '@angular/router';
2
- import { OnInit } from '@angular/core';
3
- import { socialMediaLinks } from './social-media-links.model';
4
- import * as i0 from "@angular/core";
5
- export declare class SocialMediaIconsComponent implements OnInit {
6
- private _router;
7
- color: string;
8
- areIconsInFooter: boolean;
9
- socialMediaLinks: socialMediaLinks;
10
- constructor(_router: Router);
11
- ngOnInit(): void;
12
- onClickLinkedIn(): void;
13
- onClickInstagram(): void;
14
- onClickYoutube(): void;
15
- setStyles(): {
16
- color: string;
17
- };
18
- static ɵfac: i0.ɵɵFactoryDeclaration<SocialMediaIconsComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SocialMediaIconsComponent, "social-media-icons", never, { "color": "color"; "areIconsInFooter": "areIconsInFooter"; "socialMediaLinks": "socialMediaLinks"; }, {}, never, never, false>;
20
- }
1
+ import { Router } from '@angular/router';
2
+ import { OnInit } from '@angular/core';
3
+ import { socialMediaLinks } from './social-media-links.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SocialMediaIconsComponent implements OnInit {
6
+ private _router;
7
+ color: string;
8
+ areIconsInFooter: boolean;
9
+ socialMediaLinks: socialMediaLinks;
10
+ constructor(_router: Router);
11
+ ngOnInit(): void;
12
+ onClickLinkedIn(): void;
13
+ onClickInstagram(): void;
14
+ onClickYoutube(): void;
15
+ setStyles(): {
16
+ color: string;
17
+ };
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<SocialMediaIconsComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SocialMediaIconsComponent, "social-media-icons", never, { "color": { "alias": "color"; "required": false; }; "areIconsInFooter": { "alias": "areIconsInFooter"; "required": false; }; "socialMediaLinks": { "alias": "socialMediaLinks"; "required": false; }; }, {}, never, never, false, never>;
20
+ }
@@ -1,6 +1,6 @@
1
- export declare class socialMediaLinks {
2
- linkedIn: string;
3
- instagram: string;
4
- youTube: string;
5
- faceBook: string;
6
- }
1
+ export declare class socialMediaLinks {
2
+ linkedIn: string;
3
+ instagram: string;
4
+ youTube: string;
5
+ faceBook: string;
6
+ }
@@ -1,11 +1,11 @@
1
- import { MatDialogRef } from '@angular/material/dialog';
2
- import { Router } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class SuccessMessageDialogComponent {
5
- dialogRef: MatDialogRef<SuccessMessageDialogComponent>;
6
- private _Router;
7
- constructor(dialogRef: MatDialogRef<SuccessMessageDialogComponent>, _Router: Router);
8
- onClickSubmitAnotherForm(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SuccessMessageDialogComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SuccessMessageDialogComponent, "success-message-dialog", never, {}, {}, never, never, false>;
11
- }
1
+ import { MatDialogRef } from '@angular/material/dialog';
2
+ import { Router } from '@angular/router';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SuccessMessageDialogComponent {
5
+ dialogRef: MatDialogRef<SuccessMessageDialogComponent>;
6
+ private _Router;
7
+ constructor(dialogRef: MatDialogRef<SuccessMessageDialogComponent>, _Router: Router);
8
+ onClickSubmitAnotherForm(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SuccessMessageDialogComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SuccessMessageDialogComponent, "success-message-dialog", never, {}, {}, never, never, false, never>;
11
+ }
@@ -1,18 +1,18 @@
1
- import { OnInit } from '@angular/core';
2
- import { BreakpointObserver } from '@angular/cdk/layout';
3
- import { Router } from '@angular/router';
4
- import { TeamSection } from '../models/team-section.model';
5
- import * as i0 from "@angular/core";
6
- export declare class TeamComponent implements OnInit {
7
- private _router;
8
- private breakpointObserver;
9
- sectionContent: TeamSection;
10
- isTabletSize: boolean;
11
- membersToShow: number;
12
- scrollMemberNumber: number;
13
- constructor(_router: Router, breakpointObserver: BreakpointObserver);
14
- ngOnInit(): void;
15
- onAddNewMember(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TeamComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TeamComponent, "team", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
18
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { BreakpointObserver } from '@angular/cdk/layout';
3
+ import { Router } from '@angular/router';
4
+ import { TeamSection } from '../models/team-section.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class TeamComponent implements OnInit {
7
+ private _router;
8
+ private breakpointObserver;
9
+ sectionContent: TeamSection;
10
+ isTabletSize: boolean;
11
+ membersToShow: number;
12
+ scrollMemberNumber: number;
13
+ constructor(_router: Router, breakpointObserver: BreakpointObserver);
14
+ ngOnInit(): void;
15
+ onAddNewMember(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<TeamComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TeamComponent, "team", never, { "sectionContent": { "alias": "sectionContent"; "required": false; }; }, {}, never, never, false, never>;
18
+ }
@@ -1,12 +1,12 @@
1
- import { OnInit } from '@angular/core';
2
- import { IconName } from '@fortawesome/fontawesome-svg-core';
3
- import { ValuePropProperties } from '@jooler/jooler-websites-shared';
4
- import * as i0 from "@angular/core";
5
- export declare class ValuePropCardComponent implements OnInit {
6
- valuePropContent: ValuePropProperties;
7
- cardOnHover: boolean;
8
- icon: IconName;
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ValuePropCardComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ValuePropCardComponent, "value-prop-card", never, { "valuePropContent": "valuePropContent"; "cardOnHover": "cardOnHover"; }, {}, never, never, false>;
12
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { IconName } from '@fortawesome/fontawesome-svg-core';
3
+ import { ValuePropProperties } from '@jooler/jooler-websites-shared';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ValuePropCardComponent implements OnInit {
6
+ valuePropContent: ValuePropProperties;
7
+ cardOnHover: boolean;
8
+ icon: IconName;
9
+ ngOnInit(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValuePropCardComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ValuePropCardComponent, "value-prop-card", never, { "valuePropContent": { "alias": "valuePropContent"; "required": false; }; "cardOnHover": { "alias": "cardOnHover"; "required": false; }; }, {}, never, never, false, never>;
12
+ }
@@ -1,11 +1,11 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ValuePropsSectionComponent implements OnInit {
4
- sectionContent: any;
5
- selectedImage: any;
6
- constructor();
7
- ngOnInit(): void;
8
- onChangeImage(imagePath: any, paragraphIndex: any): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ValuePropsSectionComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ValuePropsSectionComponent, "value-props-section", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
11
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ValuePropsSectionComponent implements OnInit {
4
+ sectionContent: any;
5
+ selectedImage: any;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ onChangeImage(imagePath: any, paragraphIndex: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValuePropsSectionComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ValuePropsSectionComponent, "value-props-section", never, { "sectionContent": { "alias": "sectionContent"; "required": false; }; }, {}, never, never, false, never>;
11
+ }
@@ -1,16 +1,16 @@
1
- import { OnInit } from '@angular/core';
2
- import { CompanyValues } from '../models/about-us-section.model';
3
- import { BreakpointObserver } from '@angular/cdk/layout';
4
- import * as i0 from "@angular/core";
5
- export declare class ValuesComponent implements OnInit {
6
- private breakpointObserver;
7
- sectionContent: CompanyValues;
8
- withBgImage: boolean;
9
- isDarkBg: boolean;
10
- isTabletSize: boolean;
11
- newSectionContent: any;
12
- constructor(breakpointObserver: BreakpointObserver);
13
- ngOnInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ValuesComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ValuesComponent, "values", never, { "sectionContent": "sectionContent"; "withBgImage": "withBgImage"; "isDarkBg": "isDarkBg"; }, {}, never, never, false>;
16
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { CompanyValues } from '../models/about-us-section.model';
3
+ import { BreakpointObserver } from '@angular/cdk/layout';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ValuesComponent implements OnInit {
6
+ private breakpointObserver;
7
+ sectionContent: CompanyValues;
8
+ withBgImage: boolean;
9
+ isDarkBg: boolean;
10
+ isTabletSize: boolean;
11
+ newSectionContent: any;
12
+ constructor(breakpointObserver: BreakpointObserver);
13
+ ngOnInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValuesComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ValuesComponent, "values", never, { "sectionContent": { "alias": "sectionContent"; "required": false; }; "withBgImage": { "alias": "withBgImage"; "required": false; }; "isDarkBg": { "alias": "isDarkBg"; "required": false; }; }, {}, never, never, false, never>;
16
+ }
@@ -1,14 +1,14 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { VerticalSideTab } from '../models/vertical-side-tab.model';
3
- import * as i0 from "@angular/core";
4
- export declare class VerticalSideTabsComponent implements OnInit {
5
- panelOpenState: boolean;
6
- tabs: VerticalSideTab[];
7
- selectedOption: boolean[];
8
- tabChanged: EventEmitter<any>;
9
- constructor();
10
- ngOnInit(): void;
11
- changeTab(index: number): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<VerticalSideTabsComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<VerticalSideTabsComponent, "vertical-side-tabs", never, { "tabs": "tabs"; }, { "tabChanged": "tabChanged"; }, never, never, false>;
14
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { VerticalSideTab } from '../models/vertical-side-tab.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class VerticalSideTabsComponent implements OnInit {
5
+ panelOpenState: boolean;
6
+ tabs: VerticalSideTab[];
7
+ selectedOption: boolean[];
8
+ tabChanged: EventEmitter<any>;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ changeTab(index: number): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<VerticalSideTabsComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<VerticalSideTabsComponent, "vertical-side-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; }, { "tabChanged": "tabChanged"; }, never, never, false, never>;
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jooler/jooler-websites-shared",
3
- "version": "0.0.210",
3
+ "version": "0.0.212",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.1.0",
6
6
  "@angular/core": ">=13.1.0"
@@ -17,11 +17,7 @@
17
17
  ],
18
18
  "author": "Moahmmad Ali Jarjoumah",
19
19
  "license": "UNLICENSED",
20
- "module": "fesm2015/jooler-websites-shared.mjs",
21
- "es2020": "fesm2020/jooler-websites-shared.mjs",
22
- "esm2020": "esm2020/jooler-websites-shared.mjs",
23
- "fesm2020": "fesm2020/jooler-websites-shared.mjs",
24
- "fesm2015": "fesm2015/jooler-websites-shared.mjs",
20
+ "module": "fesm2022/jooler-websites-shared.mjs",
25
21
  "typings": "index.d.ts",
26
22
  "exports": {
27
23
  "./package.json": {
@@ -29,11 +25,9 @@
29
25
  },
30
26
  ".": {
31
27
  "types": "./index.d.ts",
32
- "esm2020": "./esm2020/jooler-websites-shared.mjs",
33
- "es2020": "./fesm2020/jooler-websites-shared.mjs",
34
- "es2015": "./fesm2015/jooler-websites-shared.mjs",
35
- "node": "./fesm2015/jooler-websites-shared.mjs",
36
- "default": "./fesm2020/jooler-websites-shared.mjs"
28
+ "esm2022": "./esm2022/jooler-websites-shared.mjs",
29
+ "esm": "./esm2022/jooler-websites-shared.mjs",
30
+ "default": "./fesm2022/jooler-websites-shared.mjs"
37
31
  }
38
32
  },
39
33
  "sideEffects": false,