simpo-component-library 3.6.577 → 3.6.579

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 (219) hide show
  1. package/README.md +24 -24
  2. package/esm2022/lib/components/delete-hover-element/delete-hover-element.component.mjs +3 -3
  3. package/esm2022/lib/components/document/document.component.mjs +3 -3
  4. package/esm2022/lib/components/image-loading/image-loading.component.mjs +3 -3
  5. package/esm2022/lib/components/payment-details/payment-details.component.mjs +3 -3
  6. package/esm2022/lib/constants/business.constant.mjs +1 -1
  7. package/esm2022/lib/directive/alignment.directive.mjs +1 -1
  8. package/esm2022/lib/directive/blur-content.directive.mjs +1 -1
  9. package/esm2022/lib/directive/borderlessImage.directive.mjs +1 -1
  10. package/esm2022/lib/directive/button-directive.directive.mjs +1 -1
  11. package/esm2022/lib/directive/button-editor.directive.mjs +1 -1
  12. package/esm2022/lib/directive/color.directive.mjs +1 -1
  13. package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
  14. package/esm2022/lib/directive/container-alignment.directive.mjs +1 -1
  15. package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
  16. package/esm2022/lib/directive/content-title-spacing.directive.mjs +1 -1
  17. package/esm2022/lib/directive/contenteditable.directive.mjs +1 -1
  18. package/esm2022/lib/directive/corner-directive.mjs +1 -1
  19. package/esm2022/lib/directive/height.directive.mjs +1 -1
  20. package/esm2022/lib/directive/hover-animation.directive.mjs +1 -1
  21. package/esm2022/lib/directive/hoverborder.directive.mjs +1 -1
  22. package/esm2022/lib/directive/icon-directive.directive.mjs +1 -1
  23. package/esm2022/lib/directive/image-container.directive.mjs +1 -1
  24. package/esm2022/lib/directive/image-directive.directive.mjs +1 -1
  25. package/esm2022/lib/directive/image-editor.directive.mjs +1 -1
  26. package/esm2022/lib/directive/image-position.directive.mjs +1 -1
  27. package/esm2022/lib/directive/letters-only.directive.mjs +1 -1
  28. package/esm2022/lib/directive/merge-header.directive.mjs +1 -1
  29. package/esm2022/lib/directive/numbers-only.directive.mjs +1 -1
  30. package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
  31. package/esm2022/lib/directive/set-dynamic-background.directive.mjs +1 -1
  32. package/esm2022/lib/directive/spacing-around.directive.mjs +1 -1
  33. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +1 -1
  34. package/esm2022/lib/directive/spacing.directive.mjs +1 -1
  35. package/esm2022/lib/directive/sticky-directive.mjs +1 -1
  36. package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
  37. package/esm2022/lib/directive/text-size.directive.mjs +1 -1
  38. package/esm2022/lib/directive/translate-onhover.directive.mjs +1 -1
  39. package/esm2022/lib/directive/wrap-containers.directive.mjs +1 -1
  40. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +3 -3
  41. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -3
  42. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.model.mjs +1 -1
  43. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.component.mjs +3 -3
  44. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.model.mjs +1 -1
  45. package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +1 -1
  46. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
  47. package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
  48. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
  49. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
  50. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +3 -3
  51. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
  52. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.component.mjs +3 -3
  53. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.model.mjs +1 -1
  54. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
  55. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  56. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
  57. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  58. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  59. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +3 -3
  60. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +3 -3
  61. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +1 -1
  62. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +3 -3
  63. package/esm2022/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.mjs +3 -3
  64. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
  65. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  66. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  67. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
  68. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +3 -3
  69. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.model.mjs +1 -1
  70. package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +3 -3
  71. package/esm2022/lib/ecommerce/sections/scheme-selection/scheme-selection.component.mjs +3 -3
  72. package/esm2022/lib/ecommerce/sections/schemes/schemes.component.mjs +3 -3
  73. package/esm2022/lib/ecommerce/sections/schemes/schemes.component.model.mjs +1 -1
  74. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +3 -3
  75. package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +3 -3
  76. package/esm2022/lib/ecommerce/sections/store-list/store-list.modal.mjs +1 -1
  77. package/esm2022/lib/ecommerce/sections/store-page/store-page.component.mjs +3 -3
  78. package/esm2022/lib/ecommerce/sections/store-page/store-page.model.mjs +1 -1
  79. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +3 -3
  80. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +1 -1
  81. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
  82. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +3 -3
  83. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
  84. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
  85. package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
  86. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +1 -1
  87. package/esm2022/lib/ecommerce/styles/OrderedItems.modal.mjs +1 -1
  88. package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
  89. package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
  90. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
  91. package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
  92. package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
  93. package/esm2022/lib/ecommerce/styles/product.modal.mjs +1 -1
  94. package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
  95. package/esm2022/lib/ecommerce/styles/user.modal.mjs +1 -1
  96. package/esm2022/lib/elements/add-section/add-section.component.mjs +3 -3
  97. package/esm2022/lib/elements/address-list/address-list.component.mjs +3 -3
  98. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  99. package/esm2022/lib/elements/button/button.component.mjs +3 -3
  100. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  101. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +3 -3
  102. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  103. package/esm2022/lib/elements/editor-service.service.mjs +1 -1
  104. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
  105. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +3 -3
  106. package/esm2022/lib/elements/index.mjs +1 -1
  107. package/esm2022/lib/elements/list-home-appointment/list-home-appointment.component.mjs +3 -3
  108. package/esm2022/lib/elements/media-selector/media-selector.component.mjs +3 -3
  109. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +3 -3
  110. package/esm2022/lib/elements/property/property.component.mjs +3 -3
  111. package/esm2022/lib/elements/schedule-video-call/schedule-video-call.component.mjs +3 -3
  112. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +1 -1
  113. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +3 -3
  114. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  115. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  116. package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
  117. package/esm2022/lib/pipes/gender.pipe.mjs +1 -1
  118. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
  119. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +3 -3
  120. package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
  121. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  122. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  123. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  124. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +1 -1
  125. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  126. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -3
  127. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  128. package/esm2022/lib/sections/countdown-banner/countdown-banner.component.mjs +162 -0
  129. package/esm2022/lib/sections/countdown-banner/countdown-banner.component.model.mjs +2 -0
  130. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  131. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  132. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -3
  133. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  134. package/esm2022/lib/sections/footer/footer.component.mjs +1 -1
  135. package/esm2022/lib/sections/footer/footer.modal.mjs +1 -1
  136. package/esm2022/lib/sections/header-section/header-section.component.mjs +26 -4
  137. package/esm2022/lib/sections/header-section/header-section.model.mjs +1 -1
  138. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  139. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  140. package/esm2022/lib/sections/image-background/image-background/image-background.component.mjs +72 -0
  141. package/esm2022/lib/sections/image-background/image-background/image-background.component.model.mjs +2 -0
  142. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  143. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  144. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  145. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  146. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  147. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  148. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  149. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  150. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  151. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  152. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +3 -3
  153. package/esm2022/lib/sections/moving-text/moving-text.modal.mjs +1 -1
  154. package/esm2022/lib/sections/new-services/new-services.component.mjs +3 -3
  155. package/esm2022/lib/sections/new-services/new-services.model.mjs +1 -1
  156. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +3 -3
  157. package/esm2022/lib/sections/new-testimonials/new-testimonials.model.mjs +1 -1
  158. package/esm2022/lib/sections/news-letter-component/news-letter-component.component.mjs +3 -3
  159. package/esm2022/lib/sections/news-letter-component/news-letter.modal.mjs +1 -1
  160. package/esm2022/lib/sections/overlapping-image/overlapping-image.component.mjs +100 -0
  161. package/esm2022/lib/sections/overlapping-image/overlapping-image.component.modal.mjs +2 -0
  162. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  163. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  164. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  165. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  166. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  167. package/esm2022/lib/sections/property-component/property-component.component.mjs +3 -3
  168. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  169. package/esm2022/lib/sections/property-list/property-list.component.mjs +3 -3
  170. package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
  171. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  172. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  173. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +3 -3
  174. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
  175. package/esm2022/lib/sections/scheme-detail/scheme-detail.component.mjs +3 -3
  176. package/esm2022/lib/sections/scheme-detail/scheme-detail.modal.mjs +1 -1
  177. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  178. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  179. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
  180. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  181. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  182. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  183. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  184. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  185. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  186. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
  187. package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
  188. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  189. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +3 -3
  190. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
  191. package/esm2022/lib/sections/video-section/video-section.component.mjs +1 -1
  192. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  193. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +1 -1
  194. package/esm2022/lib/services/cart.service.mjs +1 -1
  195. package/esm2022/lib/services/endUser.service.mjs +1 -1
  196. package/esm2022/lib/services/events.service.mjs +2 -1
  197. package/esm2022/lib/services/image-upload-service.service.mjs +1 -1
  198. package/esm2022/lib/services/sanitizeHtml.mjs +1 -1
  199. package/esm2022/lib/styles/style.model.mjs +1 -1
  200. package/esm2022/lib/styles/types.mjs +1 -1
  201. package/esm2022/lib/tokens/api-token.mjs +1 -1
  202. package/esm2022/public-api.mjs +4 -1
  203. package/fesm2022/simpo-component-library.mjs +451 -152
  204. package/fesm2022/simpo-component-library.mjs.map +1 -1
  205. package/lib/sections/countdown-banner/countdown-banner.component.d.ts +34 -0
  206. package/lib/sections/countdown-banner/countdown-banner.component.model.d.ts +13 -0
  207. package/lib/sections/header-section/header-section.component.d.ts +4 -0
  208. package/lib/sections/header-section/header-section.model.d.ts +2 -0
  209. package/lib/sections/image-background/image-background/image-background.component.d.ts +23 -0
  210. package/lib/sections/image-background/image-background/image-background.component.model.d.ts +21 -0
  211. package/lib/sections/overlapping-image/overlapping-image.component.d.ts +25 -0
  212. package/lib/sections/overlapping-image/overlapping-image.component.modal.d.ts +17 -0
  213. package/lib/services/events.service.d.ts +1 -0
  214. package/lib/styles/style.model.d.ts +1 -0
  215. package/package.json +1 -1
  216. package/public-api.d.ts +3 -0
  217. package/simpo-component-library-3.6.579.tgz +0 -0
  218. package/src/lib/styles/global-styles.css +279 -279
  219. package/simpo-component-library-3.6.577.tgz +0 -0
@@ -0,0 +1,34 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { StylesModel } from '../../styles/style.model';
3
+ import { EventsService } from '../../services/events.service';
4
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
5
+ import { CountDownBannerContentModal, CountDownBannerSection } from './countdown-banner.component.model';
6
+ import BaseSection from '../BaseSection';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CountdownBannerComponent extends BaseSection implements OnInit {
9
+ private eventService;
10
+ edit?: boolean;
11
+ data?: CountDownBannerSection | any;
12
+ customClass?: string;
13
+ nextComponentColor?: BackgroundModel;
14
+ index?: number;
15
+ delete?: boolean;
16
+ style?: StylesModel;
17
+ content?: CountDownBannerContentModal;
18
+ days: string;
19
+ hours: string;
20
+ minutes: string;
21
+ seconds: string;
22
+ interval: any;
23
+ bannerText: string;
24
+ constructor(eventService: EventsService);
25
+ ngOnInit(): void;
26
+ startCountdown(): void;
27
+ resetTimer(): void;
28
+ get stylesLayout(): LayOutModel;
29
+ getContrastColor(bgColor: string | undefined): string;
30
+ getAccentBackground(): string;
31
+ getGradientDirection(direction: string | undefined): string;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<CountdownBannerComponent, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<CountdownBannerComponent, "simpo-countdown-banner", never, { "edit": { "alias": "edit"; "required": false; }; "data": { "alias": "data"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "index": { "alias": "index"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
34
+ }
@@ -0,0 +1,13 @@
1
+ import { StylesModel, ActionModel, InputTextModel } from '../../styles/style.model';
2
+ export interface CountDownBannerSection {
3
+ id: string;
4
+ sectionType: string;
5
+ sectionName: string;
6
+ content: CountDownBannerContentModal;
7
+ styles: StylesModel;
8
+ action: ActionModel;
9
+ }
10
+ export interface CountDownBannerContentModal {
11
+ inputText: [InputTextModel];
12
+ endDate: any;
13
+ }
@@ -35,6 +35,9 @@ export declare class HeaderSectionComponent implements OnInit {
35
35
  theme: typeof ProductCardTheme;
36
36
  HeaderStyling: typeof Header_Type;
37
37
  parentHeight: number;
38
+ currentPlaceholder: string;
39
+ placeholderIndex: number;
40
+ animatePlaceholder: boolean;
38
41
  constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, storageService: StorageServiceService, restService: RestService, eventService: EventsService, storage: StorageLike);
39
42
  searchChangeTimeout: any;
40
43
  waitBeforeSearch(): void;
@@ -44,6 +47,7 @@ export declare class HeaderSectionComponent implements OnInit {
44
47
  goToAccount(redirectTo: any): void;
45
48
  get loggedIn(): boolean;
46
49
  get getUserName(): string | undefined;
50
+ changePlaceholder(): void;
47
51
  goToWishlist(): void;
48
52
  goToCart(): void;
49
53
  applyFilter(value: any, type: string): void;
@@ -40,4 +40,6 @@ export interface HeaderStyleModel {
40
40
  color: string;
41
41
  headlineAnimationType: headlineAnimationType;
42
42
  };
43
+ searchBarPlaceholderList?: any;
44
+ smartSearchBar?: boolean;
43
45
  }
@@ -0,0 +1,23 @@
1
+ import { BackgroundModel, LayOutModel } from '../../../styles/style.model';
2
+ import BaseSection from '../../BaseSection';
3
+ import { ImageBackgroudStylesModal, ImageBackgroundContentModal, ImageBackgroundSection } from './image-background.component.model';
4
+ import { SPACING } from '../../../styles/index';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ImageBackgroundComponent extends BaseSection {
7
+ nextComponentColor?: BackgroundModel;
8
+ data: ImageBackgroundSection | any;
9
+ edit?: boolean;
10
+ index?: number;
11
+ customClass?: string;
12
+ delete?: boolean;
13
+ styles?: ImageBackgroudStylesModal;
14
+ content?: ImageBackgroundContentModal;
15
+ heading: string;
16
+ subText: string;
17
+ constructor();
18
+ ngOnInit(): void;
19
+ get stylesLayout(): LayOutModel;
20
+ get headingSpace(): SPACING;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageBackgroundComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageBackgroundComponent, "simpo-image-background", never, { "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
23
+ }
@@ -0,0 +1,21 @@
1
+ import { ImageStyle, InputTextModel, StylesModel, Image } from '../../../styles/style.model';
2
+ import { Corners } from "../../../styles/index";
3
+ import { ActionModel } from "../../../styles/style.model";
4
+ export interface ImageBackgroundSection {
5
+ id: string;
6
+ sectionType: string;
7
+ sectionName: string;
8
+ content: ImageBackgroundContentModal;
9
+ styles: ImageBackgroudStylesModal;
10
+ action: ActionModel;
11
+ }
12
+ export interface ImageBackgroudStylesModal extends StylesModel {
13
+ corners: Corners;
14
+ image: ImageStyle;
15
+ fullWidth: boolean;
16
+ textPosition: string;
17
+ }
18
+ export interface ImageBackgroundContentModal {
19
+ inputText: [InputTextModel];
20
+ image: Image;
21
+ }
@@ -0,0 +1,25 @@
1
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
2
+ import { SPACING } from '../../styles/index';
3
+ import BaseSection from '../BaseSection';
4
+ import { OverlappingImageContentModal, OverlappingImageSection, OverlappingImagestyleModal } from './overlapping-image.component.modal';
5
+ import * as i0 from "@angular/core";
6
+ export declare class OverlappingImageComponent extends BaseSection {
7
+ nextComponentColor?: BackgroundModel;
8
+ data: OverlappingImageSection | any;
9
+ edit?: boolean;
10
+ index?: number;
11
+ customClass?: string;
12
+ delete?: boolean;
13
+ styles?: OverlappingImagestyleModal;
14
+ content?: OverlappingImageContentModal;
15
+ heading: string;
16
+ subText: string;
17
+ constructor();
18
+ ngOnInit(): void;
19
+ get stylesLayout(): LayOutModel;
20
+ get headingSpace(): SPACING;
21
+ getGradientDirection(direction: string | undefined): string;
22
+ getAccentBackground(): string;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlappingImageComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<OverlappingImageComponent, "simpo-overlapping-image", never, { "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
25
+ }
@@ -0,0 +1,17 @@
1
+ import { InputTextModel, StylesModel, Image, ActionModel } from '../../styles/style.model';
2
+ import { Corners } from "../../styles/index";
3
+ export interface OverlappingImageSection {
4
+ id: string;
5
+ sectionType: string;
6
+ sectionName: string;
7
+ content: OverlappingImageContentModal;
8
+ styles: OverlappingImagestyleModal;
9
+ action: ActionModel;
10
+ }
11
+ export interface OverlappingImagestyleModal extends StylesModel {
12
+ corners: Corners;
13
+ }
14
+ export interface OverlappingImageContentModal {
15
+ inputText: [InputTextModel];
16
+ image: Image;
17
+ }
@@ -42,6 +42,7 @@ export declare class EventsService implements OnInit {
42
42
  categoryProductList: EventEmitter<string>;
43
43
  collectionsListEvent: EventEmitter<string[]>;
44
44
  categoryListEvent: EventEmitter<string>;
45
+ activateSmartSearch: EventEmitter<boolean>;
45
46
  showLoadingScreen: EventEmitter<boolean>;
46
47
  environmentType: EventEmitter<string>;
47
48
  cashFreeEvent: EventEmitter<unknown>;
@@ -29,6 +29,7 @@ export interface LayOutModel {
29
29
  spacingHorizontal?: SPACING_TYPE;
30
30
  spacingAround?: SPACING_TYPE;
31
31
  setContentPosition?: string;
32
+ imagePosition?: string;
32
33
  }
33
34
  export interface contentAnimationModel {
34
35
  contentAnimation: CONTENT_ANIMATION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.577",
3
+ "version": "3.6.579",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -69,6 +69,9 @@ export * from './lib/ecommerce/sections/returns-calculator/returns-calculator.co
69
69
  export * from './lib/ecommerce/sections/book-appointment/book-appointment.component';
70
70
  export * from './lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component';
71
71
  export * from './lib/sections/video-grid-section/video-grid-section.component';
72
+ export * from './lib/sections/countdown-banner/countdown-banner.component';
73
+ export * from './lib/sections/overlapping-image/overlapping-image.component';
74
+ export * from './lib/sections/image-background/image-background/image-background.component';
72
75
  export * from './lib/services/events.service';
73
76
  export * from './lib/services/endUser.service';
74
77
  export * from './lib/services/sanitizeHtml';