simpo-component-library 0.2.2 → 0.2.4

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.
@@ -1 +1 @@
1
- {"version":3,"file":"simpo-component-library.mjs","sources":["../../../projects/simpo-ui/src/lib/elements/button/button.component.ts","../../../projects/simpo-ui/src/lib/elements/button/button.component.html","../../../projects/simpo-ui/src/lib/elements/text/text.component.ts","../../../projects/simpo-ui/src/lib/elements/text/text.component.html","../../../projects/simpo-ui/src/lib/services/events.service.ts","../../../projects/simpo-ui/src/lib/directive/corner-directive.ts","../../../projects/simpo-ui/src/lib/styles/index.ts","../../../projects/simpo-ui/src/lib/directive/image-directive.directive.ts","../../../projects/simpo-ui/src/lib/directive/button-directive.directive.ts","../../../projects/simpo-ui/src/lib/elements/simpo-button/simpo-button.component.ts","../../../projects/simpo-ui/src/lib/elements/simpo-button/simpo-button.component.html","../../../projects/simpo-ui/src/lib/elements/below-image-card/below-image-card.component.ts","../../../projects/simpo-ui/src/lib/elements/below-image-card/below-image-card.component.html","../../../projects/simpo-ui/src/lib/directive/text-background-directive.directive.ts","../../../projects/simpo-ui/src/lib/elements/top-of-image-card/top-of-image-card.component.ts","../../../projects/simpo-ui/src/lib/elements/top-of-image-card/top-of-image-card.component.html","../../../projects/simpo-ui/src/lib/elements/covering-image-card/covering-image-card.component.ts","../../../projects/simpo-ui/src/lib/elements/covering-image-card/covering-image-card.component.html","../../../projects/simpo-ui/src/lib/elements/heading-element/heading-element.component.ts","../../../projects/simpo-ui/src/lib/elements/heading-element/heading-element.component.html","../../../projects/simpo-ui/src/lib/elements/socia-icons/socia-icons.component.ts","../../../projects/simpo-ui/src/lib/elements/socia-icons/socia-icons.component.html","../../../projects/simpo-ui/src/lib/elements/index.ts","../../../projects/simpo-ui/src/lib/components/hover-elements/hover-elements.component.ts","../../../projects/simpo-ui/src/lib/components/hover-elements/hover-elements.component.html","../../../projects/simpo-ui/src/lib/components/index.ts","../../../projects/simpo-ui/src/lib/directive/animation-directive.ts","../../../projects/simpo-ui/src/lib/directive/background-directive.ts","../../../projects/simpo-ui/src/lib/directive/content-fit-directive.ts","../../../projects/simpo-ui/src/lib/directive/banner-content-fit-directive.ts","../../../projects/simpo-ui/src/lib/directive/border-directive.ts","../../../projects/simpo-ui/src/lib/directive/column-directive.directive.ts","../../../projects/simpo-ui/src/lib/directive/container-fir.directive.ts","../../../projects/simpo-ui/src/lib/directive/content-alignment-directive.ts","../../../projects/simpo-ui/src/lib/directive/footer-layout-directive.ts","../../../projects/simpo-ui/src/lib/directive/hover-element-directive.ts","../../../projects/simpo-ui/src/lib/directive/overlay-directive.ts","../../../projects/simpo-ui/src/lib/directive/position-layout-directive.directive.ts","../../../projects/simpo-ui/src/lib/sections/text-section/text-section.component.ts","../../../projects/simpo-ui/src/lib/sections/text-section/text-section.component.html","../../../projects/simpo-ui/src/lib/sections/banner-section/banner-section.component.ts","../../../projects/simpo-ui/src/lib/sections/banner-section/banner-section.component.html","../../../projects/simpo-ui/src/lib/sections/faq-section/faq-section.component.ts","../../../projects/simpo-ui/src/lib/sections/faq-section/faq-section.component.html","../../../projects/simpo-ui/src/lib/sections/footer-section/footer-section.component.ts","../../../projects/simpo-ui/src/lib/sections/footer-section/footer-section.component.html","../../../projects/simpo-ui/src/lib/sections/image-carousel-section/image-carousel-section.component.ts","../../../projects/simpo-ui/src/lib/sections/image-carousel-section/image-carousel-section.component.html","../../../projects/simpo-ui/src/lib/sections/image-grid-section/image-grid-section.component.ts","../../../projects/simpo-ui/src/lib/sections/image-grid-section/image-grid-section.component.html","../../../projects/simpo-ui/src/lib/sections/image-section/image-section.component.ts","../../../projects/simpo-ui/src/lib/sections/image-section/image-section.component.html","../../../projects/simpo-ui/src/lib/sections/service-section/service-section.component.ts","../../../projects/simpo-ui/src/lib/sections/service-section/service-section.component.html","../../../projects/simpo-ui/src/lib/sections/team-member-section/team-member-section.component.ts","../../../projects/simpo-ui/src/lib/sections/team-member-section/team-member-section.component.html","../../../projects/simpo-ui/src/lib/sections/testimonial-section/testimonial-section.component.ts","../../../projects/simpo-ui/src/lib/sections/testimonial-section/testimonial-section.component.html","../../../projects/simpo-ui/src/lib/sections/text-image-section/text-image-section.component.ts","../../../projects/simpo-ui/src/lib/sections/text-image-section/text-image-section.component.html","../../../projects/simpo-ui/src/lib/sections/video-section/video-section.component.ts","../../../projects/simpo-ui/src/lib/sections/video-section/video-section.component.html","../../../projects/simpo-ui/src/lib/elements/navbar-button-element/navbar-button-element.component.ts","../../../projects/simpo-ui/src/lib/elements/navbar-button-element/navbar-button-element.component.html","../../../projects/simpo-ui/src/lib/sections/navbar-section/navbar-section.component.ts","../../../projects/simpo-ui/src/lib/sections/navbar-section/navbar-section.component.html","../../../projects/simpo-ui/src/public-api.ts","../../../projects/simpo-ui/src/simpo-component-library.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Component, Input } from '@angular/core';\r\nimport { ButtonModel } from './button.model';\r\nimport { MatButtonModule } from '@angular/material/button';\r\n\r\n@Component({\r\n selector: 'simpo-button-element',\r\n standalone: true,\r\n imports: [CommonModule, MatButtonModule],\r\n templateUrl: './button.component.html',\r\n styleUrl: './button.component.css',\r\n})\r\nexport class ButtonElementComponent {\r\n @Input() buttonData?: ButtonModel;\r\n}\r\n","<button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" *ngIf=\"buttonData?.disabled\">{{buttonData?.text}}</button>\n","import { CommonModule } from '@angular/common';\r\nimport { Component, Input } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'simpo-text-element',\r\n standalone: true,\r\n imports: [CommonModule],\r\n templateUrl: './text.component.html',\r\n styleUrl: './text.component.css',\r\n})\r\nexport class TextElementComponent {\r\n @Input() textData?: string = '';\r\n}\r\n","<div [innerHTML]=\"textData\" style=\"text-wrap: balance;\"></div>\n","import { EventEmitter, Injectable } from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class EventsService {\r\n constructor() {}\r\n\r\n editSection = new EventEmitter<unknown>();\r\n duplicate = new EventEmitter<unknown>();\r\n delete = new EventEmitter<unknown>();\r\n\r\n //reference services\r\n\r\n backgroundImageChangeCheck = new EventEmitter<unknown>();\r\n colorOverlayChangeChecks = new EventEmitter<unknown>();\r\n alignmentChangeChecks = new EventEmitter<unknown>();\r\n animationChangeChecks = new EventEmitter<unknown>();\r\n spacingChangeChecks = new EventEmitter<unknown>();\r\n borderChangeChecks = new EventEmitter<unknown>();\r\n cardSizeChangeChecks = new EventEmitter<unknown>();\r\n imageStyleChangeChecks = new EventEmitter<unknown>();\r\n cornerChangeChecks = new EventEmitter<unknown>();\r\n textBackgroundChangeChecks = new EventEmitter<unknown>();\r\n buttonStyleChangeChecks = new EventEmitter<unknown>();\r\n postionLayoutChangeChecks = new EventEmitter<unknown>();\r\n contentAlignmentChangeCheck = new EventEmitter<unknown>();\r\n addNewSectionClick = new EventEmitter<unknown>();\r\n regenerateSection = new EventEmitter<unknown>();\r\n changeContent = new EventEmitter<unknown>();\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnDestroy, OnInit } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { Corners } from '../styles';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoCorner]',\n standalone: true\n})\nexport class CornerDirective implements OnChanges, OnInit , OnDestroy {\n @Input('simpoCorner') cornerData?: Corners;\n cornerSubSubscription: Subscription | undefined;\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.checkSizeChanges()\n }\n ngOnInit(): void {\n\n }\n\n ngOnDestroy(): void {\n if (this.cornerSubSubscription) {\n this.cornerSubSubscription.unsubscribe()\n }\n }\n\n ngOnChanges(): void {\n if (this.cornerData === 'Small') {\n this.el.nativeElement.style.setProperty('border-radius','.5rem');\n }\n if (this.cornerData === 'Medium') {\n this.el.nativeElement.style.setProperty('border-radius','1rem');\n }\n if (this.cornerData === 'Large') {\n this.el.nativeElement.style.setProperty('border-radius','2rem');\n }\n if (this.cornerData === 'None'){\n this.el.nativeElement.style.setProperty('border-radius','0px');\n }\n }\n\n checkSizeChanges(){\n this.cornerSubSubscription = this.eventService.cornerChangeChecks.subscribe((res: any) => {\n this.addClass(res.size, res.id);\n })\n }\n\n addClass(res: Corners, id: string) {\n if (this.el.nativeElement.id == id) {\n if (this.cornerData === 'Small') {\n this.el.nativeElement.style.setProperty('border-radius','.5rem');\n }\n if (this.cornerData === 'Medium') {\n this.el.nativeElement.style.setProperty('border-radius','1rem');\n }\n if (this.cornerData === 'Large') {\n this.el.nativeElement.style.setProperty('border-radius','2rem');\n }\n if (this.cornerData === 'None'){\n this.el.nativeElement.style.setProperty('border-radius','0px');\n }\n }\n }\n\n\n}\n","/* eslint-disable @typescript-eslint/no-unused-vars */\n\nimport { SpacingModel } from './style.model';\nimport { SPACING_TYPE } from './types';\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\nexport enum Style {\n content = 'CONTENT',\n screen = 'SCREEN',\n}\n\nexport enum SPACING {\n none = '1.5rem',\n small = '3rem',\n medium = '5rem',\n large = '6rem',\n}\n\nexport interface Contet {\n display: 'flex';\n 'justify-content': 'center';\n 'align-items': 'center';\n height: '100%';\n}\nexport interface Screen {\n display: 'flex';\n 'justify-content': 'center';\n 'align-items': 'center';\n height: 'calc(95vh - 0px)';\n}\n\nexport enum BANNERALIGNMENT {\n left = \"flex-lg-row\",\n right = \"flex-lg-row-reverse\",\n top = \"flex-lg-column\",\n bottom = \"flex-lg-column-reverse\"\n}\nexport enum BANNERHALIGN{\n left = 'justify-content-start text-start',\n center = 'justify-content-center text-center',\n right = 'justify-content-end text-end',\n}\nexport enum HALIGN {\n left = 'text-align: left',\n center = 'text-align: center',\n right = 'text-align: right',\n}\nexport enum VALIGN {\n left = 'text-align: top',\n center = 'text-align: center',\n right = 'text-align: bottom',\n}\n\nexport enum Padding {\n top = 'padding-top',\n bottom = 'padding-bottom',\n}\n\nexport const animation = {\n type: {\n top: 'w3-animate-top',\n bottom: 'w3-animate-bottom',\n left: 'w3-animate-left',\n right: 'w3-animate-right',\n fadeIn: 'w3-animate-opacity',\n zoom: 'w3-animate-zoom',\n },\n speed: {\n slow: '3s',\n medium: '2s',\n fast: '1s',\n },\n};\n\n\nexport const contentAlignment ={\n top:'justify-content-start',\n center:'justify-content-center',\n bottom:'justify-content-end'\n}\n// export const bannerAlignment = (element : any) => {\n\n// }\nexport const fitContent = (element: any) => {\n const style: Contet = {\n display: 'flex',\n 'justify-content': 'center',\n 'align-items': 'center',\n height: '100%',\n };\n applyStyle(element, style);\n};\n\nexport const fitScreen = (element: any) => {\n const style: Screen = {\n display: 'flex',\n 'justify-content': 'center',\n 'align-items': 'center',\n height: 'calc(95vh - 0px)',\n };\n applyStyle(element, style);\n};\nexport const applyStyle = (element: any, styleObj: any) => {\n Object.entries(styleObj).forEach(([styleName, styleValue]) => {\n element.style.setProperty(styleName, styleValue);\n });\n};\n\nexport const applySpacing = (element: any, space?: SpacingModel) => {\n if (space?.top) {\n element.style.setProperty(\n Padding.top,\n SPACING[space.top as keyof typeof SPACING] || SPACING.none\n );\n }\n if (space?.bottom) {\n element.style.setProperty(\n Padding.bottom,\n SPACING[space.bottom as keyof typeof SPACING] || SPACING.none\n );\n }\n};\n\nexport enum RedirectionLinkType {\n Page = 'Page',\n External = 'External',\n Email = 'Email',\n Phone = 'Phone',\n section = 'Section'\n}\n\nexport enum Corners {\n Small = 'Small',\n Medium = 'Medium',\n Large = 'Large',\n None = 'None'\n}\n\nexport enum TextPosition {\n BELOW_IMAGE = 'Below image',\n TOP_OF_IMAGE = 'On top of image',\n COVERING_IMAGE = 'Covering image'\n}\n\nexport enum ImageFit {\n Cover = 'Cover',\n Contain = 'Contain'\n}\n\nexport enum ImageRatio {\n SQUARE = '1:1',\n PORTRAIT = '2:3',\n LANDSCAPE = '3:2',\n WIDESCREEN = '16:9'\n}\nexport enum AlignContent {\n Image_TOP = 'top',\n Image_CENTER = 'center',\n Image_BOTTOM = 'bottom'\n}\n\n\nexport enum ChannelType {\n FACEBOOK = 'Facebook',\n TWITTER = 'Twitter',\n LINKEDIN = \"LinkedIn\",\n YOUTUBE = 'Youtube',\n INSTAGRAM = 'Instagram',\n TELEGRAM = \"Telegram\",\n THREADS = \"Threads\"\n}\n\nexport enum FooterTypes {\n SPLIT_DETAILS_RIGHT = 'Split Details Right',\n SPLIT_DETAILS_LEFT = \"Split Details Left\",\n STACKED_DETAILS_RIGHT = \"Stacked Details Right\",\n STACKED_DETAILS_CENTER = \"Stacked Details Center\",\n STACKED_DETAILS_LEFT = \"Stacked Details Left\",\n SIMPLE_DETAILS_RIGHT = \"Simple Details Right\",\n SIMPLE_DETAILS_CENTER = \"Simple Details Center\"\n}\n\nexport enum HeaderButtonStyle {\n TAB = 'Tab',\n ROUND_SUBTLE = \"Round subtle\",\n ROUND_BOLD = \"Round bold\",\n SQUARE_SUBTLE = \"Square subtle\",\n SQUARE_BOLD = \"Square bold\"\n}","import { Directive, ElementRef, Input, OnChanges, input } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { ImageFit, ImageRatio } from '../styles';\nimport { ImageStyle } from '../styles/style.model';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoImageDirective]',\n standalone: true\n})\nexport class ImageDirectiveDirective implements OnChanges{\n @Input() simpoImageDirective?: ImageStyle;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.imageStyleChangeCheck();\n }\n\n\n ngOnInit() {\n\n }\n\n ngOnChanges(){\n if (this.simpoImageDirective?.fit) {\n this.el.nativeElement.style.setProperty('object-fit', this.simpoImageDirective.fit);\n }\n let imageRatio: any = [];\n\n if(this.simpoImageDirective?.fit === ImageFit.Contain){\n this.el.nativeElement.style.removeProperty('aspect-ratio');\n return;\n }\n if (this.simpoImageDirective) {\n if (this.simpoImageDirective.ratio === ImageRatio.SQUARE ||\n this.simpoImageDirective.ratio === ImageRatio.LANDSCAPE ||\n this.simpoImageDirective.ratio === ImageRatio.PORTRAIT ||\n this.simpoImageDirective.ratio === ImageRatio.WIDESCREEN) {\n\n imageRatio = this.simpoImageDirective.ratio.split(\":\");\n }\n this.el.nativeElement.style.setProperty('aspect-ratio', imageRatio[0] + '/' + imageRatio[1])\n }\n\n }\n\n ngOnDestroy() {\n if (this.imageStyleSubscription) {\n this.imageStyleSubscription.unsubscribe()\n }\n }\n\n imageStyleSubscription?: Subscription;\n imageStyleChangeCheck() {\n this.imageStyleSubscription = this.eventService.imageStyleChangeChecks.subscribe((res: any) => {\n this.changeImageStyle(res.id, res.style);\n })\n }\n\n changeImageStyle(id: string, style: ImageStyle) {\n if (this.el.nativeElement.id === id) {\n if (style?.fit) {\n this.el.nativeElement.style.setProperty('object-fit', style.fit);\n }\n\n if(style?.fit === ImageFit.Contain){\n this.el.nativeElement.style.removeProperty('aspect-ratio');\n return;\n }\n let imageRatio: any = [];\n if (style?.ratio === ImageRatio.SQUARE) {\n imageRatio = ImageRatio.SQUARE.split(\":\");\n }\n if (style?.ratio === ImageRatio.LANDSCAPE) {\n imageRatio = ImageRatio.LANDSCAPE.split(\":\");\n }\n if (style?.ratio === ImageRatio.PORTRAIT) {\n imageRatio = ImageRatio.PORTRAIT.split(\":\");\n }\n if (style?.ratio === ImageRatio.WIDESCREEN) {\n imageRatio = ImageRatio.WIDESCREEN.split(\":\");\n }\n this.el.nativeElement.style.setProperty('aspect-ratio', imageRatio[0] + '/' + imageRatio[1])\n }\n }\n}\n","import { Directive, ElementRef, Input, OnChanges, SimpleChanges } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { ButtonStyleModel } from '../styles/style.model';\nimport { BUTTON_SHAPE, BUTTON_TYPE } from '../styles/types';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoButtonDirective]',\n standalone: true\n})\nexport class ButtonDirectiveDirective implements OnChanges {\n @Input() buttonStyle?: ButtonStyleModel;\n @Input() color?: string;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.buttonStyleChangeCheck()\n }\n\n\n ngOnChanges() {\n this.applyButtonStyleChanges();\n }\n\n ngOnDestroy() {\n this.buttonStyleSubscription?.unsubscribe()\n }\n\n applyButtonStyleChanges() {\n if (this.buttonStyle?.type) {\n this.applyButtonType(this.buttonStyle, this.color ? this.color : '#ffffff');\n }\n if (this.buttonStyle?.shape) {\n this.applyButtonShape(this.buttonStyle);\n }\n }\n\n applyButtonType(style: ButtonStyleModel, color: string) {\n if (style?.type === ('Solid' as BUTTON_TYPE)) {\n this.el.nativeElement.style.setProperty('background', color);\n this.el.nativeElement.style.setProperty('color', this.getTextColor(color));\n this.el.nativeElement.style.setProperty('border', `2px solid ${color} `);\n } else {\n this.el.nativeElement.style.setProperty('border', `2px solid ${color}`);\n this.el.nativeElement.style.setProperty('background', 'transparent');\n this.el.nativeElement.style.setProperty('color', color);\n }\n }\n\n applyButtonShape(style: ButtonStyleModel) {\n if (style?.shape === ('Round' as BUTTON_SHAPE)) {\n this.el.nativeElement.style.setProperty('border-radius', '5px');\n } else {\n this.el.nativeElement.style.setProperty('border-radius', '0px');\n }\n }\n\n getTextColor(bgColor: string) {\n if (bgColor) {\n const threshold = 130; // Adjust this threshold as needed\n const r = parseInt(bgColor.slice(1, 3), 16);\n const g = parseInt(bgColor.slice(3, 5), 16);\n const b = parseInt(bgColor.slice(5, 7), 16);\n const brightness = (r * 299 + g * 587 + b * 114) / 1000;\n\n return brightness > threshold ? '#000000' : '#ffffff';\n }\n return \"#ffffff;\"\n }\n\n buttonStyleSubscription?: Subscription;\n buttonStyleChangeCheck() {\n this.buttonStyleSubscription = this.eventService.buttonStyleChangeChecks.subscribe((res: any) => {\n this.changeButtonStyle(res.id, res.buttonStyle, res.color);\n })\n }\n\n changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string) {\n if (this.el.nativeElement.id === id) {\n if (style?.type) {\n this.applyButtonType(style, bgColor ? bgColor : '#ffffff');\n }\n if (style?.shape) {\n this.applyButtonShape(style);\n }\n }\n }\n}\n","import { Component, Input } from '@angular/core';\nimport { ButtonDirectiveDirective } from '../..//directive/button-directive.directive';\nimport { Button, ButtonStyleModel } from '../../styles/style.model';\n\n@Component({\n selector: 'app-button-element',\n standalone: true,\n imports: [ButtonDirectiveDirective],\n templateUrl: './simpo-button.component.html',\n styleUrl: './simpo-button.component.css'\n})\nexport class SimpoButtonComponent {\n @Input() buttonContent? : Button;\n @Input() buttonStyle? : ButtonStyleModel;\n @Input() color? : string;\n @Input() sectionId? : string\n\n ngOnInit(){\n\n }\n\n redirectTo(){\n if(this.buttonContent?.newTab){\n window.open(this.buttonContent.redirectionUrl,'_blank')\n }\n }\n}\n","<button class=\"button\" (click)=\"redirectTo()\" simpoButtonDirective [id]=\"sectionId\" [buttonStyle]=\"buttonStyle\" [color]=\"color\">{{buttonContent?.label}}</button>\n","import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { CornerDirective } from './../../directive/corner-directive';\nimport { ImageDirectiveDirective } from './../../directive/image-directive.directive';\nimport { SimpoButtonComponent } from '../simpo-button/simpo-button.component';\nimport { ButtonModel } from '../../styles/style.model';\n\n@Component({\n selector: 'simpo-below-image-card',\n standalone: true,\n imports: [CommonModule,ImageDirectiveDirective,CornerDirective,SimpoButtonComponent],\n templateUrl: './below-image-card.component.html',\n styleUrl: './below-image-card.component.css'\n})\nexport class BelowImageCardComponent {\n\n @Input() data: any;\n @Input() styles: any;\n @Input() content: any;\n @Input() componentId?: string;\n @Input() button?: ButtonModel;\n\n ngOnInit(){\n // if(this.button && !this.button.content){\n // this.button.content = this.data.button\n // }\n }\n}\n","<div>\n <img [src]=\"data.image.url\" [alt]=\"data.image.altText\" [simpoImageDirective]=\"styles?.image\"\n [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" class=\"w-100\" *ngIf=\"content.display.showImage\">\n <div class=\"ptb-1\">\n <div class=\"heading-medium mb-1\" [innerHtml]=\"data.inputText[0].value\" *ngIf=\"content.display.showHeading\"></div>\n <div class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.display.showContent\"></div>\n <div *ngIf=\"content.display.showLink && content.display.linkType === 'Button'\">\n <app-button-element [buttonContent]=\"data.button\" [buttonStyle]=\"button?.styles\" [sectionId]=\"componentId\"\n [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n </div>\n</div>\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { TextBackground } from '../styles/style.model';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoTextBackgroundDirective]',\n standalone: true\n})\nexport class TextBackgroundDirectiveDirective implements OnChanges {\n @Input('simpoTextBackgroundDirective') textBackgroundDirective?: TextBackground;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.textBackgroundChangeCheck()\n }\n\n ngOnChanges() {\n if (this.textBackgroundDirective) {\n let opacity = this.textBackgroundDirective?.amount / 100;\n let rgb = this.getrgbFormColor(this.textBackgroundDirective.color);\n let backgroundColor = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + ')'\n if (this.checkColorIsRgbFormOrNot(backgroundColor)) {\n let rgba = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + \",\" + opacity + ')'\n this.el.nativeElement.style.setProperty('background', rgba);\n this.el.nativeElement.style.setProperty('color', this.getContrastColorFromRGBA(rgba))\n }\n }\n }\n\n ngOnDestroy() {\n if (this.textBackgroundSubscription) {\n this.textBackgroundSubscription.unsubscribe()\n }\n }\n\n public getrgbFormColor(hexCode: any) {\n const hexColorRegex: RegExp = /^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/;\n if (hexColorRegex.test(hexCode)) {\n const r = parseInt(hexCode.slice(1, 3), 16);\n const g = parseInt(hexCode.slice(3, 5), 16);\n const b = parseInt(hexCode.slice(5, 7), 16);\n return { r, g, b };\n }\n return hexCode;\n }\n\n checkColorIsRgbFormOrNot(color: string) {\n const rgbColorRegex: RegExp = /^rgb\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*\\)$/;\n return rgbColorRegex.test(color);\n }\n\n textBackgroundSubscription?: Subscription;\n textBackgroundChangeCheck() {\n this.textBackgroundSubscription = this.eventService.textBackgroundChangeChecks.subscribe((res: any) => {\n this.changeTextBackground(res.id, res.textBackground);\n })\n }\n\n changeTextBackground(id: any, textBackground: TextBackground) {\n if (this.el.nativeElement.id === id && textBackground) {\n let opacity = textBackground.amount / 100;\n let rgb = this.getrgbFormColor(textBackground.color);\n let backgroundColor = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + ')'\n if (this.checkColorIsRgbFormOrNot(backgroundColor)) {\n let rgba = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + \",\" + opacity + ')'\n this.el.nativeElement.style.setProperty('background', rgba);\n this.el.nativeElement.style.setProperty('color', this.getContrastColorFromRGBA(rgba))\n }\n }\n }\n\n getContrastColorFromRGBA(rgbaString: string): string | null {\n // Extract RGBA values from the RGBA string\n const rgbaValues = this.extractRGBA(rgbaString);\n\n if (rgbaValues) {\n // Get contrast color based on RGBA values\n return this.getContrastColor(rgbaValues);\n }\n\n // Return null if extraction failed\n return null;\n }\n\n // Function to extract RGBA values from RGBA string\n extractRGBA(rgbaString: string): number[] | null {\n // Regular expression to match RGBA values\n const rgbaRegex = /rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+),?\\s*(\\d*(?:\\.\\d+)?)?\\)/;\n\n // Match the RGBA string against the regex\n const match = rgbaString.match(rgbaRegex);\n\n if (match) {\n // Extract RGBA values from the regex groups\n const [, r, g, b, a] = match.map(parseFloat);\n\n // If alpha (a) is not provided, set it to 1\n const alpha = typeof a === 'undefined' ? 1 : a;\n\n // Return the RGBA values as an array\n return [r, g, b, alpha];\n }\n\n // Return null if no match found\n return null;\n }\n\n // Function to calculate contrast color based on RGBA values\n getContrastColor(rgba: number[]): string {\n // Extract RGB values from the RGBA color\n const [r, g, b, a] = rgba;\n\n // Convert RGB values to luminance\n const luminance = (0.299 * r + 0.587 * g + 0.114 * b) / 255;\n\n // Determine threshold for color selection\n const threshold = 0.5;\n\n // Choose contrasting color based on luminance\n return luminance > threshold ? 'black' : 'white';\n }\n\n}\n","import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { CornerDirective } from './../../directive/corner-directive';\nimport { ImageDirectiveDirective } from './../../directive/image-directive.directive';\nimport { TextBackgroundDirectiveDirective } from './../../directive/text-background-directive.directive';\nimport { SimpoButtonComponent } from '../simpo-button/simpo-button.component';\nimport { ButtonModel } from '../../styles/style.model';\n\n@Component({\n selector: 'simpo-top-of-image-card',\n standalone: true,\n imports: [CommonModule,ImageDirectiveDirective,CornerDirective,TextBackgroundDirectiveDirective,SimpoButtonComponent],\n templateUrl: './top-of-image-card.component.html',\n styleUrl: './top-of-image-card.component.css'\n})\nexport class TopOfImageCardComponent {\n @Input() data: any;\n @Input() styles: any;\n @Input() content: any;\n @Input() componentId?: string;\n @Input() button?: ButtonModel;\n\n ngOnInit(){\n // if(this.button && !this.button.content){\n // this.button.content = this.data.button\n // }\n console.log(this.button)\n }\n}\n","<!-- <div style=\"position: relative;\">\n\n <img [src]=\"data.image.url\" [alt]=\"data.image.altText\" [simpoImageDirective]=\"styles?.image\"\n [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" class=\"w-100\" *ngIf=\"content.showImage\">\n\n <div class=\"content\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" [simpoTextBackgroundDirective]=\"styles?.textBackground\">\n <div style=\"color: white;\" class=\"heading-medium mb-1\" [innerHtml]=\"data.inputText[0].value\"\n *ngIf=\"content.showHeading\"></div>\n <div style=\"color: white;\" class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.showContent\">\n </div>\n <app-button-element [buttonData]=\"data?.button\" [sectionId]=\"componentId\" [buttonStyle]=\"styles?.button\" [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n</div>\n -->\n <div class=\"top-container\" [ngStyle]=\"{'background-image' : content.display.showImage ? 'url('+data.image.url+')' : ''}\"\n [simpoCorner]=\"styles?.corners\" [id]=\"componentId\">\n <div [simpoImageDirective]=\"styles?.image\" [id]=\"componentId\" *ngIf=\"content.display.showImage\"></div>\n <div class=\"content\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" [simpoTextBackgroundDirective]=\"content.display.showImage ? styles?.textBackground : ''\">\n <div class=\"heading-medium mb-1 lh-40\" [innerHtml]=\"data.inputText[0].value\"\n *ngIf=\"content.display.showHeading\"></div>\n <div class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.display.showContent\">\n </div>\n <div *ngIf=\"content.display.showLink && content.display.linkType === 'Button'\">\n <app-button-element [buttonContent]=\"data.button\" [buttonStyle]=\"button?.styles\" [sectionId]=\"componentId\" [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n </div>\n</div>\n\n","import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { CornerDirective } from './../../directive/corner-directive';\nimport { ImageDirectiveDirective } from './../../directive/image-directive.directive';\nimport { TextBackgroundDirectiveDirective } from './../../directive/text-background-directive.directive';\nimport { SimpoButtonComponent } from '../simpo-button/simpo-button.component';\nimport { ButtonModel } from '../../styles/style.model';\n\n@Component({\n selector: 'simpo-covering-image-card',\n standalone: true,\n imports: [CommonModule,ImageDirectiveDirective,CornerDirective,TextBackgroundDirectiveDirective,SimpoButtonComponent],\n templateUrl: './covering-image-card.component.html',\n styleUrl: './covering-image-card.component.css'\n})\nexport class CoveringImageCardComponent {\n @Input() data: any;\n @Input() styles: any;\n @Input() content: any;\n @Input() componentId?: string;\n @Input() button?: ButtonModel;\n\n ngOnInit(){\n // if(this.button && !this.button.content){\n // this.button.content = this.data.button\n // }\n }\n}\n","<div class=\"parent-tab\" [id]=\"componentId\" [simpoImageDirective]=\"styles?.image\">\n <img [src]=\"data.image.url\" [alt]=\"data.image.altText\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" class=\"w-100 img\" *ngIf=\"content.display.showImage\">\n <div class=\"ptb-1 content\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" [simpoTextBackgroundDirective]=\"styles?.textBackground\">\n <div class=\"heading-medium mb-1\" [innerHtml]=\"data.inputText[0].value\" *ngIf=\"content.display.showHeading\"></div>\n <div class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.display.showContent\"></div>\n <div *ngIf=\"content.display.showLink && content.display.linkType === 'Button'\">\n <app-button-element [buttonContent]=\"data.button\" [buttonStyle]=\"button?.styles\" [sectionId]=\"componentId\" [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n </div>\n</div>\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'simpo-heading-element',\n standalone: true,\n imports: [],\n templateUrl: './heading-element.component.html',\n styleUrl: './heading-element.component.css'\n})\nexport class HeadingElementComponent {\n @Input() data?: string = ''\n}\n","<h2 class=\"heading-large\" [innerHtml]=\"data\"></h2>\n","import { CommonModule } from '@angular/common';\r\nimport { Component, HostListener, Input, OnInit } from '@angular/core';\r\nimport { FooterSocialChannelModel } from '../../sections/footer-section/footer-section.modal';\r\n\r\n@Component({\r\n selector: 'simpo-socia-icons',\r\n standalone: true,\r\n imports: [\r\n CommonModule\r\n ],\r\n templateUrl: './socia-icons.component.html',\r\n styleUrl: './socia-icons.component.css'\r\n})\r\nexport class SociaIconsComponent implements OnInit{\r\n\r\n @Input() socialIconData : any;\r\n @Input() color : any;\r\n\r\n constructor(){\r\n this.getScreenSize();\r\n }\r\n\r\n ngOnInit(): void {\r\n if(this.screenWidth < 475){\r\n this.color = '#ffffff'\r\n }\r\n }\r\n\r\n screenWidth: number = 475;\r\n @HostListener('window:resize', ['$event'])\r\n getScreenSize(event?: number) {\r\n if (typeof window !== 'undefined') {\r\n this.screenWidth = window.innerWidth;\r\n } \r\n }\r\n}\r\n","<div *ngIf=\"socialIconData?.type == 'FACEBOOK'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M10.4375 21.8784C5.65941 21.1274 2 16.9877 2 12 2 6.48086 6.48086 2 12 2c5.5191 0 10 4.48086 10 10 0 4.9877-3.6594 9.1274-8.4375 9.8784v-6.9878h2.3301L16.3359 12h-2.7734v-1.8758c0-.79084.3874-1.5617 1.6296-1.5617h1.261V6.10156s-1.1443-.19531-2.2385-.19531c-2.2842 0-3.7771 1.38438-3.7771 3.89063V12H7.89844v2.8906h2.53906v6.9878Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'TWITTER'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path\r\n d=\"M13.6756 10.6218 20.2324 3h-1.5537l-5.6933 6.61788L8.43817 3H3.1935l6.8763 10.0074L3.1935 21h1.55384l6.01226-6.9887L15.5618 21h5.2447l-7.1313-10.3782h.0004Zm-2.1282 2.4738-.6967-.9965-5.54349-7.92939h2.38662l4.47367 6.39919.6967.9966 5.8152 8.318h-2.3866l-4.7454-6.7875v-.0004Z\">\r\n </path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'LINKEDIN'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M19.5565 2C20.9051 2 22 3.09492 22 4.44352V19.5565C22 20.9051 20.9051 22 19.5565 22H4.44352C3.09492 22 2 20.9051 2 19.5565V4.44352C2 3.09492 3.09488 2 4.44352 2H19.5565ZM8.26801 18.5343V9.71723H5.33676v8.81707h2.93125Zm10.56789 0v-5.0562c0-2.7083-1.446-3.96822-3.3742-3.96822-1.5549 0-2.2513.85512-2.6413 1.45572V9.71723H9.88988c.03887.82737 0 8.81707 0 8.81707h2.93052v-4.9241c0-.2636.0189-.527.0966-.7154.2115-.5264.694-1.0716 1.5037-1.0716 1.0599 0 1.4846.8088 1.4846 1.9936v4.7175h2.9306ZM6.82219 5.4657c-1.00289 0-1.65813.65934-1.65813 1.52352 0 .84601.63532 1.52351 1.61934 1.52351 1.02207 0 1.67719-.6775 1.67719-1.52351-.01895-.86297-.63442-1.52164-1.6384-1.52352Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'YOUTUBE'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M21.0053 5.6191c.5996.6477.7946 2.11879.7946 2.11879S22 9.46405 22 11.1908v1.618c0 1.7268-.2001 3.453-.2001 3.453s-.1956 1.4705-.7946 2.1169c-.6859.7654-1.4461.8449-1.8754.8897-.0469.0049-.0899.0094-.1283.0143-2.799.2145-7.0016.222-7.0016.222s-5.20038-.0507-6.80025-.2145c-.07572-.0151-.16746-.0268-.27131-.0402-.50666-.0651-1.3018-.1673-1.93375-.8719-.59957-.6465-.79463-2.1169-.79463-2.1169S2 14.5356 2 12.8082v-1.618c0-1.72615.20006-3.45231.20006-3.45231s.19569-1.47109.79463-2.11879c.68895-.76815 1.4516-.84541 1.88002-.88881.04511-.00457.08651-.00876.12373-.01335C7.79681 4.5 11.995 4.5 11.995 4.5h.0094s4.1982 0 6.9972.21694c.0372.00459.0786.00879.1238.01336.4285.0434 1.1916.12069 1.8799.8888Zm-5.251 6.3832-6.25196 3.7512V8.25117l6.25196 3.75113Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'INSTAGRAM'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M12 2c5.5191 0 10 4.48086 10 10 0 5.5191-4.4809 10-10 10-5.51914 0-10-4.4809-10-10C2 6.48086 6.48086 2 12 2Zm0 3.75c-1.6974 0-1.9102.00719-2.57688.03762-.66523.03035-1.11957.13601-1.51714.29051-.41098.15972-.75953.37343-1.107.72089-.34746.34746-.56117.69602-.72089 1.107-.1545.39753-.26012.85187-.29051 1.5171C5.75719 10.0898 5.75 10.3026 5.75 12s.00719 1.9102.03758 2.5769c.03039.6652.13601 1.1195.29051 1.5171.15972.411.37343.7595.72089 1.107.34747.3475.69602.5612 1.107.7209.39757.1545.85191.2601 1.51714.2905.66668.0304.87948.0376 2.57688.0376s1.9102-.0072 2.5769-.0376c.6652-.0304 1.1195-.136 1.5171-.2905.411-.1597.7595-.3734 1.107-.7209.3475-.3475.5612-.696.7209-1.107.1545-.3976.2601-.8519.2905-1.5171.0304-.6667.0376-.8795.0376-2.5769 0-1.6974-.0072-1.9102-.0376-2.57688-.0304-.66523-.136-1.11957-.2905-1.5171-.1597-.41098-.3734-.75954-.7209-1.107s-.696-.56117-1.107-.72089c-.3976-.1545-.8519-.26016-1.5171-.29051C13.9102 5.75719 13.6974 5.75 12 5.75Zm0 1.12613c1.6688 0 1.8665.00637 2.5255.03645.6094.02781.9403.12961 1.1606.21519.2917.11336.4999.24883.7186.46754.2187.21867.3542.42692.4675.71864.0856.22023.1874.55113.2152 1.1605.0301.65905.0365.85675.0365 2.52555s-.0064 1.8665-.0365 2.5255c-.0278.6094-.1296.9403-.2152 1.1606-.1133.2917-.2488.4999-.4675.7186-.2187.2187-.4269.3542-.7186.4675-.2203.0856-.5512.1874-1.1606.2152-.6589.0301-.8566.0365-2.5255.0365s-1.8666-.0064-2.52555-.0365c-.60937-.0278-.94027-.1296-1.1605-.2152-.29176-.1133-.49997-.2488-.71868-.4675-.21871-.2187-.35414-.4269-.4675-.7186-.08558-.2203-.18742-.5512-.21523-1.1606-.03008-.659-.03641-.8567-.03641-2.5255s.00633-1.8665.03641-2.52555c.02781-.60937.12965-.94027.21523-1.1605.11336-.29172.24879-.49997.4675-.71864.21871-.21871.42692-.35418.71868-.46754.22023-.08558.55113-.18738 1.1605-.21519.65905-.03008.85675-.03645 2.52555-.03645Zm0 1.91442c-1.7725 0-3.20945 1.43695-3.20945 3.20945S10.2275 15.2095 12 15.2095s3.2095-1.437 3.2095-3.2095c0-1.7725-1.437-3.20945-3.2095-3.20945Zm0 5.29275c-1.1506 0-2.08332-.9327-2.08332-2.0833 0-1.1506.93272-2.08332 2.08332-2.08332S14.0833 10.8494 14.0833 12 13.1506 14.0833 12 14.0833Zm4.0863-5.41955c0 .41422-.3358.74996-.7501.74996-.4141 0-.7499-.33574-.7499-.74996s.3358-.75.7499-.75c.4143 0 .7501.33578.7501.75Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'TELEGRAM'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M22 12c0 5.5229-4.4771 10-10 10-5.52285 0-10-4.4771-10-10C2 6.47715 6.47715 2 12 2c5.5229 0 10 4.47715 10 10Zm-9.6417-2.61755c-.9726.40455-2.91653 1.24185-5.83173 2.51195-.47339.1883-.72136.3725-.74394.5525-.03815.3044.34296.4242.86192.5874.0706.0222.14374.0452.21872.0695.51059.166 1.19741.3602 1.55446.3679.32388.007.68537-.1265 1.08446-.4006 2.72381-1.8386 4.12981-2.7679 4.21801-2.788.0623-.0141.1486-.0319.2071.0201.0585.052.0527.1504.0465.1768-.0377.1609-1.5335 1.5516-2.3077 2.2714-.2415.2244-.4127.3836-.4477.42-.0784.0814-.1583.1584-.2351.2325-.4743.4572-.83.8001.0197 1.3601.4084.2691.7352.4917 1.0612.7137.356.2424.7111.4842 1.1705.7854.117.0767.2288.1564.3377.234.4143.2954.7865.5608 1.2464.5184.2672-.0245.5432-.2758.6834-1.0252.3313-1.771.9825-5.6083 1.133-7.18949.0132-.13853-.0034-.31583-.0167-.39367-.0134-.07782-.0412-.18872-.1424-.2708-.1198-.09722-.3048-.11772-.3875-.11627-.3761.00663-.9531.20728-3.7303 1.36238Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'THREADS'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path\r\n d=\"M12.1482 21.6888h-.0058c-2.89118-.0194-5.1138-.9727-6.60781-2.833-1.32737-1.6568-2.01334-3.9608-2.03659-6.848v-.0136c.02325-2.88921.70922-5.19128 2.03853-6.84806C7.0286 3.28395 9.25316 2.33057 12.1424 2.31119h.0116c2.2168.0155 4.0712.5852 5.511 1.6936 1.3545 1.04252 2.3079 2.52685 2.833 4.41423l-1.6471.45925c-.8914-3.19731-3.1469-4.83085-6.7047-4.85604-2.34853.01744-4.12546.75573-5.28037 2.19355C5.7865 7.56253 5.22842 9.50804 5.20711 12c.02131 2.492.57939 4.4375 1.66066 5.7842 1.15491 1.4398 2.93184 2.1781 5.28043 2.1936 2.118-.0155 3.519-.5097 4.6836-1.651 1.3293-1.3022 1.306-2.9008.8797-3.8736-.25-.5736-.7054-1.0503-1.3196-1.4126-.155 1.0909-.5019 1.9746-1.0367 2.6412-.7151.8894-1.7285 1.3758-3.0113 1.4455-.9708.0523-1.9068-.1763-2.63149-.6472-.85843-.5561-1.36031-1.4049-1.41457-2.3931-.05232-.9612.32942-1.8448 1.07352-2.4881.71114-.6143 1.71104-.9747 2.89304-1.0425.8701-.0485 1.6859-.0097 2.4377.1143-.1007-.5988-.3022-1.07546-.6045-1.41844-.4147-.47282-1.0561-.7131-1.9049-.71891h-.0232c-.6821 0-1.6084.18796-2.19743 1.06577l-1.41844-.95145c.7906-1.17428 2.07337-1.82149 3.61587-1.82149h.0349c2.5791.0155 4.1158 1.59478 4.2689 4.35032.0872.0368.1744.0755.2596.1143 1.2034.5658 2.0831 1.4223 2.5462 2.4784.6434 1.4707.7035 3.8678-1.2498 5.7803-1.494 1.4611-3.3058 2.1219-5.8753 2.1393h-.0058Zm.81-9.4388c-.1958 0-.3934.0058-.5969.0174-1.4824.0833-2.40667.7635-2.3544 1.7304.0543 1.0135 1.1724 1.4844 2.2479 1.4262.9882-.0523 2.2749-.4379 2.4919-2.9957-.5464-.1183-1.1452-.1783-1.7885-.1783Z\">\r\n </path>\r\n </svg>\r\n </a>\r\n</div>","import { NgModule } from '@angular/core';\nimport { ButtonElementComponent } from './button/button.component';\nimport { TextElementComponent } from './text/text.component';\nimport { BelowImageCardComponent } from './below-image-card/below-image-card.component';\nimport { TopOfImageCardComponent } from './top-of-image-card/top-of-image-card.component';\nimport { CoveringImageCardComponent } from './covering-image-card/covering-image-card.component';\nimport { HeadingElementComponent } from './heading-element/heading-element.component';\nimport { SimpoButtonComponent } from './simpo-button/simpo-button.component';\nimport { SociaIconsComponent } from './socia-icons/socia-icons.component';\n\n@NgModule({\n imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent,SimpoButtonComponent,SociaIconsComponent],\n exports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent,SimpoButtonComponent,SociaIconsComponent],\n})\nexport class SimpoElementsModule { }\n","import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\r\nimport {MatIconModule} from '@angular/material/icon';\r\nimport {MatDialog, MatDialogModule} from '@angular/material/dialog';\r\nimport { EventsService } from '../../services/events.service';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@Component({\r\n selector: 'simpo-hover-elements',\r\n standalone: true,\r\n imports: [MatIconModule,MatDialogModule, CommonModule],\r\n templateUrl: './hover-elements.component.html',\r\n styleUrl: './hover-elements.component.css'\r\n})\r\nexport class HoverElementsComponent implements OnInit{\r\n\r\n constructor(\r\n private _eventService : EventsService\r\n ){}\r\n \r\n @Output() edit: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n @Input() data : any;\r\n @Input() index: any;\r\n @Input() editOptions ? : boolean;\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n editSection(){\r\n this._eventService.editSection.emit({data:this.data})\r\n }\r\n\r\n regenerateSection(){\r\n this._eventService.regenerateSection.emit({data:this.data});\r\n }\r\n \r\n changeContent(){\r\n this._eventService.changeContent.emit({data:this.data});\r\n }\r\n\r\n copySection(){\r\n this._eventService.duplicate.emit({data:this.data});\r\n }\r\n moveUp(){\r\n\r\n }\r\n moveDown(){\r\n \r\n }\r\n deleteSection(){\r\n this._eventService.delete.emit({data:this.data});\r\n }\r\n\r\n addSection(position: \"ABOVE\" | \"BELOW\") {\r\n this._eventService.addNewSectionClick.emit({ status: true, index: this.index, position: position, webCompName:this.data})\r\n }\r\n \r\n}\r\n","<mat-dialog-content class=\"mat-typography\" *ngIf=\"editOptions\">\r\n <div class=\"top-btn\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button class=\"add_btn_top\" (click)=\"addSection('ABOVE')\">Add Section +</button>\r\n </div>\r\n <section class=\"hover-tab\">\r\n <div class=\"tabs-section\">\r\n <div class=\"edit-tab\">\r\n <button (click)=\"editSection()\">\r\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <g clip-path=\"url(#clip0_1076_52409)\">\r\n <path\r\n d=\"M2 11.4997V13.9997H4.5L11.8733 6.62638L9.37333 4.12638L2 11.4997ZM13.8067 4.69305C14.0667 4.43305 14.0667 4.01305 13.8067 3.75305L12.2467 2.19305C11.9867 1.93305 11.5667 1.93305 11.3067 2.19305L10.0867 3.41305L12.5867 5.91305L13.8067 4.69305Z\"\r\n fill=\"#0267c1\" />\r\n </g>\r\n <defs>\r\n <clipPath id=\"clip0_1076_52409\">\r\n <rect width=\"18\" height=\"18\" fill=\"white\" />\r\n </clipPath>\r\n </defs>\r\n </svg>\r\n <span class=\"edit-text\">\r\n Edit\r\n </span>\r\n </button>\r\n </div>\r\n <div class=\"vr-line\"></div>\r\n <div class=\"regenerate\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button (click)=\"regenerateSection()\">\r\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path\r\n d=\"M4.01108 19.9525C4.27565 20.0656 4.58327 19.9712 4.7378 19.7271L11.7691 8.55522C11.8829 8.3744 11.8898 8.14608 11.7868 7.95956C11.6838 7.77245 11.4869 7.65628 11.2735 7.65628H6.58085L8.32608 0.730146C8.39647 0.450341 8.25397 0.161357 7.98905 0.0474897C7.72585 -0.0657916 7.41628 0.0291694 7.26233 0.272919L0.231082 11.4448C0.117215 11.6256 0.11034 11.8539 0.213348 12.0405C0.316355 12.2276 0.513191 12.3437 0.726629 12.3437H5.41928L3.67405 19.2699C3.60366 19.5497 3.74612 19.8387 4.01108 19.9525Z\"\r\n fill=\"#0267c1\" />\r\n </svg>\r\n <span class=\"edit-text\">\r\n Regenerate\r\n </span>\r\n </button>\r\n </div>\r\n <div class=\"vr-line\" *ngIf=\"data.sectionType != 'footer'\"></div>\r\n <div class=\"regenerate\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button (click)=\"changeContent()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path stroke=\"#0267c1\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M11 12h7m-7-8h7m-7 4h7M2 16h16\">\r\n </path>\r\n <path stroke=\"#0267c1\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"\r\n d=\"m2 12 .85714-2.28571M8 12l-.85714-2.28571m0 0L5 4 2.85714 9.71429m4.28572 0H2.85714\"></path>\r\n </svg>\r\n <span class=\"edit-text\">Change Content</span>\r\n </button>\r\n </div>\r\n <div class=\"vr-line\" *ngIf=\"data.sectionType != 'footer'\"></div>\r\n <div class=\"remainin-sections\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button class=\"copy\" (click)=\"copySection()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path\r\n d=\"M9 2c-1.10457 0-2 .89543-2 2v8c0 1.1046.89543 2 2 2h6c1.1046 0 2-.8954 2-2V6.41421c0-.53043-.2107-1.03914-.5858-1.41421L14 2.58579C13.6249 2.21071 13.1162 2 12.5858 2H9Z\">\r\n </path>\r\n <path d=\"M3 8c0-1.10457.89543-2 2-2v10h8c0 1.1046-.8954 2-2 2H5c-1.10457 0-2-.8954-2-2V8Z\"></path>\r\n </svg>\r\n </button>\r\n <button class=\"up-arrow\" (click)=\"moveUp()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M3.29289 9.70711c-.39052-.39053-.39052-1.02369 0-1.41422l6-6c.39053-.39052 1.02371-.39052 1.41421 0l6 6c.3905.39053.3905 1.02369 0 1.41422-.3905.39049-1.0237.39049-1.4142 0L11 5.41421V17c0 .5523-.4477 1-1 1-.55228 0-1-.4477-1-1V5.41421l-4.29289 4.2929c-.39053.39049-1.02369.39049-1.41422 0Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </button>\r\n <button class=\"up-arrow\" (click)=\"moveDown()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M16.7071 10.2929c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.02368.3905-1.41421 0l-6-6c-.39052-.3905-.39052-1.0237 0-1.4142.39053-.39053 1.02369-.39053 1.41422 0L9 14.5858V3c0-.55228.44772-1 1-1 .5523 0 1 .44772 1 1v11.5858l4.2929-4.2929c.3905-.39053 1.0237-.39053 1.4142 0Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </button>\r\n <button class=\"up-arrow\" (click)=\"deleteSection()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M9 2c-.37877 0-.72503.214-.89443.55279L7.38197 4H4c-.55228 0-1 .44772-1 1s.44772 1 1 1v10c0 1.1046.89543 2 2 2h8c1.1046 0 2-.8954 2-2V6c.5523 0 1-.44772 1-1s-.4477-1-1-1h-3.382l-.7236-1.44721C11.725 2.214 11.3788 2 11 2H9ZM7 8c0-.55228.44772-1 1-1s1 .44772 1 1v6c0 .5523-.44772 1-1 1s-1-.4477-1-1V8Zm5-1c-.5523 0-1 .44772-1 1v6c0 .5523.4477 1 1 1s1-.4477 1-1V8c0-.55228-.4477-1-1-1Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </button>\r\n </div>\r\n </div>\r\n </section>\r\n <div class=\"bottom-btn\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button class=\"add_btn\" (click)=\"addSection('BELOW')\">Add Section +</button>\r\n </div>\r\n</mat-dialog-content>","import { NgModule } from '@angular/core';\r\nimport { HoverElementsComponent } from './hover-elements/hover-elements.component';\r\n@NgModule({\r\n imports: [HoverElementsComponent],\r\n exports: [HoverElementsComponent],\r\n})\r\nexport class SimpoComponentModule {}\r\n","import {\r\n Directive,\r\n ElementRef,\r\n Input,\r\n OnChanges,\r\n OnDestroy,\r\n OnInit,\r\n Renderer2,\r\n} from '@angular/core';\r\nimport { animation } from '../styles/index';\r\nimport { AnimationModel } from '../styles/style.model';\r\nimport { EventsService } from '../services/events.service';\r\nimport { ANIMATION_SPEED } from '../styles/types';\r\n@Directive({\r\n selector: '[simpoAnimation]',\r\n standalone: true,\r\n})\r\nexport class AnimationDirective implements OnChanges, OnInit, OnDestroy {\r\n @Input('simpoAnimation') animationData?: AnimationModel;\r\n eventServiceSubscription : any;\r\n animationSpeed = animation\r\n constructor(\r\n private el: ElementRef,\r\n private renderer: Renderer2,\r\n private eventService : EventsService\r\n ) {\r\n this.eventServiceSubscription = this.eventService.animationChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n this.animationData = res.data\r\n this.applyAnimation();\r\n }\r\n }\r\n )\r\n }\r\n ngOnDestroy(): void {\r\n if(this.eventServiceSubscription){\r\n this.eventServiceSubscription.unsubscribe();\r\n }\r\n }\r\n ngOnInit(): void {\r\n this.applyAnimation();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.applyAnimation();\r\n }\r\n\r\n name: any;\r\n\r\n private applyAnimation() {\r\n if (this.animationData?.type) {\r\n const anim = animation.type[this.animationData?.type];\r\n // this.renderer.removeClass(this.el.nativeElement,anim);\r\n // this.renderer.addClass(this.el.nativeElement, anim);\r\n if(this.animationData.type == 'left'){\r\n this.name = 'animateleft'\r\n }\r\n if(this.animationData.type == 'right'){\r\n this.name = 'animateright'\r\n }\r\n if(this.animationData.type == 'top'){\r\n this.name = 'animatetop'\r\n }\r\n if(this.animationData.type == 'bottom'){\r\n this.name = 'animatebottom'\r\n }\r\n if(this.animationData.type == 'fadeIn'){\r\n this.name = 'opac'\r\n }\r\n if(this.animationData.type == 'zoom'){\r\n this.name = 'animatezoom'\r\n }\r\n this.el.nativeElement.style.setProperty('position', 'relative');\r\n this.el.nativeElement.style.setProperty('animation-name', this.name);\r\n }\r\n\r\n if (this.animationData?.speed) {\r\n const speed = animation.speed[this.animationData?.speed];\r\n this.el.nativeElement.style.setProperty('position', 'relative');\r\n this.el.nativeElement.style.setProperty('animation-name', this.name);\r\n this.el.nativeElement.style.setProperty('animation-duration', this.getAnimationSpeed(this.animationData.speed));\r\n }\r\n }\r\n\r\n getAnimationSpeed(speed:ANIMATION_SPEED){\r\n let speedInSec = ''\r\n for(let key of Object.keys(animation.speed)){\r\n if(key === speed){\r\n speedInSec = animation.speed[key];\r\n }\r\n }\r\n return speedInSec;\r\n }\r\n\r\n animationTypes : any ={\r\n left : \"animateleft\",\r\n right : \"animateright\",\r\n bottom :\"animatebottom\",\r\n top : \"animatetop\",\r\n zoom : \"animatezoom\",\r\n fadeIn : \"opac\"\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, SimpleChanges } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { BackgroundModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoBackground]',\r\n standalone: true,\r\n})\r\nexport class BackgroundDirective implements OnChanges {\r\n @Input('simpoBackground') simpoBackground?: BackgroundModel;\r\n\r\n eventEmmitter : any;\r\n constructor(\r\n private el: ElementRef,\r\n private eventService :EventsService) {\r\n if (this.eventEmmitter) {\r\n this.eventEmmitter.unsubscribe()\r\n }\r\n this.eventEmmitter = this.eventService.backgroundImageChangeCheck.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n if (res.data?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-image',\r\n `url(${res.data.image})`\r\n );\r\n this.el.nativeElement.style.setProperty(\r\n 'background-position',\r\n `${res.data.position?.x}% ${res.data.position?.y}%`\r\n );\r\n this.el.nativeElement.style.setProperty('background-repeat', `no-repeat`);\r\n this.el.nativeElement.style.setProperty('background-size', `cover`);\r\n } else {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n res.data?.color\r\n );\r\n this.el.nativeElement.style.setProperty(\r\n 'background-image',\r\n ``\r\n );\r\n this.el.nativeElement.style.setProperty('color',this.getTextColor(res.data?.color))\r\n }\r\n }\r\n }\r\n )\r\n }\r\n ngOnDestroy() {\r\n if (this.eventEmmitter) {\r\n this.eventEmmitter.unsubscribe()\r\n }\r\n }\r\n\r\n ngOnChanges(change:SimpleChanges): void {\r\n if (this.simpoBackground?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-image',\r\n `url(${this.simpoBackground.image})`\r\n );\r\n this.el.nativeElement.style.setProperty(\r\n 'background-position',\r\n `${this.simpoBackground.position?.x}% ${this.simpoBackground.position?.y}%`\r\n );\r\n this.el.nativeElement.style.setProperty('background-repeat', `no-repeat`);\r\n } else {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n this.simpoBackground?.color\r\n );\r\n this.el.nativeElement.style.setProperty('color',this.getTextColor(this.simpoBackground?.color ? this.simpoBackground?.color : '#ffffff'))\r\n }\r\n }\r\n\r\n getTextColor(bgColor: string) {\r\n if (bgColor) {\r\n const threshold = 130; // Adjust this threshold as needed\r\n const r = parseInt(bgColor.slice(1, 3), 16);\r\n const g = parseInt(bgColor.slice(3, 5), 16);\r\n const b = parseInt(bgColor.slice(5, 7), 16);\r\n const brightness = (r * 299 + g * 587 + b * 114) / 1000;\r\n\r\n return brightness > threshold ? '#000000' : '#ffffff';\r\n }\r\n return \"#ffffff;\"\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnInit } from '@angular/core';\r\nimport { fitContent, fitScreen, applySpacing } from '../styles/index';\r\nimport { LayOutModel } from '../styles/style.model';\r\nimport { EventsService } from '../services/events.service';\r\n\r\n@Directive({\r\n selector: '[simpoLayout]',\r\n standalone: true,\r\n})\r\nexport class ContentFitDirective implements OnInit, OnChanges {\r\n @Input('simpoLayout') layout?: LayOutModel;\r\n\r\n constructor(private el: ElementRef,\r\n private eventService : EventsService) {\r\n this.eventService.alignmentChangeChecks.subscribe(\r\n (res:any) =>{\r\n if(res.id === this.el.nativeElement.id){\r\n this.el.nativeElement.style.setProperty('text-align', res.data?.align);\r\n }\r\n }\r\n );\r\n\r\n this.eventService.spacingChangeChecks.subscribe(\r\n (res:any) => {\r\n if(res.id === this.el.nativeElement.id){\r\n this.layout = res.data;\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n applySpacing(this.el.nativeElement,res.data.spacing)\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnInit(): void {\r\n this.appply();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.appply();\r\n }\r\n\r\n appply() {\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n this.el.nativeElement.style.setProperty('text-align', this.layout?.align);\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnInit, Renderer2 } from '@angular/core';\r\nimport { fitContent, fitScreen, applySpacing, BANNERALIGNMENT, HALIGN, BANNERHALIGN } from '../styles/index';\r\nimport { BannerLayOutModel, LayOutModel } from '../styles/style.model';\r\nimport { EventsService } from '../services/events.service';\r\n\r\n@Directive({\r\n selector: '[simpoBannerLayout]',\r\n standalone: true,\r\n})\r\nexport class BannerContentFitDirective implements OnInit, OnChanges {\r\n @Input('simpoBannerLayout') layout?: BannerLayOutModel;\r\n\r\n constructor(private el: ElementRef,\r\n private eventService : EventsService,\r\n private renderer: Renderer2) {\r\n this.eventService.alignmentChangeChecks.subscribe(\r\n (res:any) =>{\r\n if(this.layout?.bannerImageDisplay){\r\n Object.entries(BANNERALIGNMENT).forEach(([className,classValue]) => {\r\n if(res.data?.align === className){\r\n this.renderer.addClass(this.el.nativeElement, classValue);\r\n if(res.data?.align == 'top' || res.data?.align == 'bottom'){\r\n this.el.nativeElement.style.setProperty('text-align',\"center\")\r\n }\r\n }\r\n });\r\n }\r\n else{\r\n Object.entries(BANNERHALIGN).forEach(([className,classValue]) => {\r\n if(res.data?.layoutAlignment?.value === className){\r\n this.renderer.addClass(this.el.nativeElement,`flex-lg-row`);\r\n classValue.split(\" \").forEach(element => {\r\n this.renderer.addClass(this.el.nativeElement, element);\r\n });\r\n }\r\n })\r\n }\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n }\r\n );\r\n\r\n this.eventService.spacingChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.type){\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n applySpacing(this.el.nativeElement,res.data.spacing)\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnInit(): void {\r\n this.appply();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.appply();\r\n }\r\n\r\n appply() {\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n \r\n if(this.layout?.bannerImageDisplay){\r\n Object.entries(BANNERALIGNMENT).forEach(([className,classValue]) => {\r\n if(this.layout?.layoutAlignment.value === className){\r\n this.renderer.addClass(this.el.nativeElement, classValue);\r\n if(this.layout.layoutAlignment.value == 'top' || this.layout.layoutAlignment.value == 'bottom'){\r\n this.el.nativeElement.style.setProperty('text-align',\"center\")\r\n }\r\n }\r\n });\r\n }\r\n else{\r\n Object.entries(BANNERHALIGN).forEach(([className,classValue]) => {\r\n if(this.layout?.layoutAlignment.value === className){\r\n this.renderer.addClass(this.el.nativeElement,`flex-lg-row`);\r\n classValue.split(\" \").forEach(element => {\r\n this.renderer.addClass(this.el.nativeElement, element);\r\n });\r\n }\r\n })\r\n }\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { BorderModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoBorder]',\r\n standalone: true,\r\n})\r\nexport class BorderDirective implements OnChanges {\r\n @Input('simpoBorder') borderData?: BorderModel;\r\n\r\n constructor(\r\n private el: ElementRef,\r\n private eventService : EventsService\r\n ) {\r\n this.eventService.borderChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n if (res.data?.display) {\r\n this.el.nativeElement.style.setProperty(\r\n 'border-bottom',\r\n res.data.thickness+'px' +\r\n ' ' +\r\n res.data.type +\r\n ' ' +\r\n res.data.color\r\n );\r\n }\r\n else{\r\n this.el.nativeElement.style.setProperty(\r\n 'border-bottom',\r\n 'none'\r\n );\r\n }\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnChanges(): void {\r\n if (this.borderData?.display) {\r\n this.el.nativeElement.style.setProperty(\r\n 'border-bottom',\r\n this.borderData.thickness+'px' +\r\n ' ' +\r\n this.borderData.type +\r\n ' ' +\r\n this.borderData.color\r\n );\r\n }\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { CARD_SIZE } from '../styles/types';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoColumnDirective]',\n standalone: true\n})\nexport class ColumnDirectiveDirective implements OnChanges {\n @Input('simpoColumnDirective') columnDirective?: CARD_SIZE;\n cardSizeSubSubscription: Subscription | undefined;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n\n this.checkSizeChanges()\n }\n\n ngOnChanges() {\n if (this.columnDirective === 'Large') {\n this.el.nativeElement.classList.add('col-md-6');\n }\n if (this.columnDirective === 'Medium') {\n this.el.nativeElement.classList.add('col-md-4');\n }\n if (this.columnDirective === 'Small') {\n this.el.nativeElement.classList.add('col-md-3');\n }\n }\n\n ngOnDestroy() {\n if (this.cardSizeSubSubscription) {\n this.cardSizeSubSubscription.unsubscribe()\n }\n }\n\n checkSizeChanges() {\n this.cardSizeSubSubscription = this.eventService.cardSizeChangeChecks.subscribe((res: any) => {\n this.addClass(res.size, res.id);\n })\n }\n\n addClass(res: CARD_SIZE, id: string) {\n if (this.el.nativeElement.id == id) {\n this.removeAllClasses()\n if (res === 'Large') {\n this.el.nativeElement.classList.add('col-md-6');\n }\n if (res === 'Medium') {\n this.el.nativeElement.classList.add('col-md-4');\n }\n if (res === 'Small') {\n this.el.nativeElement.classList.add('col-md-3');\n }\n }\n }\n\n removeAllClasses() {\n this.el.nativeElement.classList.remove(\"col-md-3\");\n this.el.nativeElement.classList.remove(\"col-md-4\");\n this.el.nativeElement.classList.remove(\"col-md-6\");\n }\n}\n","import { Directive, ElementRef, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';\nimport { fitContent, fitScreen, applySpacing } from '../styles/index';\nimport { LayOutModel } from '../styles/style.model';\nimport { EventsService } from '../services/events.service';\n\n@Directive({\n selector: '[simpoContainerLayout]',\n standalone: true,\n})\nexport class ContainerFitDirective implements OnInit, OnChanges {\n @Input('simpoContainerLayout') layout?: LayOutModel;\n\n constructor(\n private readonly el: ElementRef,\n private readonly eventService : EventsService) {\n \n }\n\n ngOnInit(): void {\n this.appply();\n }\n \n ngOnChanges(): void {\n this.appply();\n }\n\n appply() {\n\n if (this.layout?.align == 'center') {\n this.el.nativeElement.style.setProperty('margin', 'auto');\n this.el.nativeElement.style.setProperty('align-items', 'center');\n }\n else if (this.layout?.align == \"left\") {\n this.el.nativeElement.style.setProperty('margin-right', \"auto\");\n this.el.nativeElement.style.setProperty('align-items', 'flex-start');\n }\n else {\n this.el.nativeElement.style.setProperty(\"margin-left\", \"auto\");\n this.el.nativeElement.style.setProperty('align-items', 'flex-end');\n }\n }\n}","import { Directive, ElementRef, Input, OnChanges, Renderer2 } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { AlignContent, contentAlignment } from '../styles';\r\nimport { contentAlignmentModal } from '../styles/style.model';\r\nimport { Subscription } from 'rxjs';\r\n\r\n@Directive({\r\n selector: '[simpoContentAlignment]',\r\n standalone: true,\r\n})\r\nexport class simpoConetenAlignmentDirective implements OnChanges {\r\n @Input('simpoContentAlignment') contentAlignmentData?: AlignContent;\r\n\r\n constructor(\r\n private el: ElementRef,\r\n private eventService: EventsService\r\n ) {}\r\n\r\n ngOnChanges(): void {\r\n this.applyContentAlignment();\r\n }\r\n\r\n ngOnDestroy(){\r\n if(this.contentAlignmentSubscription){\r\n this.contentAlignmentSubscription.unsubscribe();\r\n }\r\n }\r\n\r\n contentAlignmentSubscription?: Subscription;\r\n changeAlignmentCheck(){\r\n this.contentAlignmentSubscription = this.eventService.contentAlignmentChangeCheck.subscribe((res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n this.contentAlignmentData = res.data;\r\n this.applyContentAlignment()\r\n }\r\n })\r\n }\r\n\r\n applyContentAlignment(){\r\n this.removeAllClassIfPresent();\r\n if(this.contentAlignmentData){\r\n this.el.nativeElement.classList.add(contentAlignment[this.contentAlignmentData]);\r\n }\r\n }\r\n\r\n removeAllClassIfPresent(){\r\n this.el.nativeElement.classList.remove(contentAlignment[AlignContent.Image_BOTTOM])\r\n this.el.nativeElement.classList.remove(contentAlignment[AlignContent.Image_CENTER])\r\n this.el.nativeElement.classList.remove(contentAlignment[AlignContent.Image_TOP])\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnInit } from '@angular/core';\r\nimport { applySpacing } from '../styles/index';\r\nimport { EventsService } from '../services/events.service';\r\nimport { FooterLayoutModel } from '../sections/footer-section/footer-section.modal';\r\n\r\n@Directive({\r\n selector: '[simpoFooterLayout]',\r\n standalone: true,\r\n})\r\nexport class SimpoFooterLayoutDirective implements OnInit, OnChanges {\r\n @Input('simpoFooterLayout') layout?: FooterLayoutModel;\r\n\r\n constructor(private el: ElementRef,\r\n private eventService : EventsService) { \r\n }\r\n\r\n ngOnInit(): void {\r\n this.appply();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.appply();\r\n }\r\n\r\n appply() {\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n }\r\n}\r\n","import { Directive, ElementRef, EventEmitter, HostListener, Input, OnChanges, Output } from '@angular/core';\r\nimport { BorderModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoHover]',\r\n standalone: true,\r\n})\r\n\r\nexport class HoverDirective implements OnChanges {\r\n\r\n @Output() hovering: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n\r\n constructor(private el: ElementRef) {}\r\n\r\n ngOnChanges(): void {\r\n\r\n }\r\n\r\n @HostListener('mouseenter') onMouseEnter() {\r\n this.hovering.emit(true)\r\n \r\n }\r\n\r\n @HostListener('mouseleave') onMouseLeave() {\r\n this.hovering.emit(false)\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { BackgroundModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoOverlay]',\r\n standalone: true,\r\n})\r\nexport class OverlayDirective implements OnChanges {\r\n @Input('simpoOverlay') backgroundData?: BackgroundModel;\r\n\r\n constructor(\r\n private el: ElementRef,\r\n private eventService :EventsService\r\n ) {\r\n this.eventService.colorOverlayChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.type){\r\n if (res.data?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n this.getRGBA(res.data.color, res.data.opacity)\r\n );\r\n }\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnChanges(): void {\r\n if (this.backgroundData?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n this.getRGBA(this.backgroundData.color, this.backgroundData.opacity)\r\n );\r\n }\r\n }\r\n\r\n getRGBA(bgColor: string, opacity: number) {\r\n const r = parseInt(bgColor.slice(1, 3), 16);\r\n const g = parseInt(bgColor.slice(3, 5), 16);\r\n const b = parseInt(bgColor.slice(5, 7), 16);\r\n\r\n return `rgba(${r}, ${g}, ${b}, ${opacity / 100})`;\r\n }\r\n}\r\n","import { Directive, ElementRef, Input } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { BANNERALIGNMENT } from '../styles';\nimport { PositionLayoutModal } from '../styles/style.model';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoPositionLayoutDirective]',\n standalone: true\n})\nexport class PositionLayoutDirectiveDirective {\n @Input('simpoPositionLayoutDirective') positionLayout?: PositionLayoutModal;\n\n constructor(private el: ElementRef,\n private eventService :EventsService) {\n this.positionLayoutChangeCheck();\n }\n\n ngOnChanges(){\n this.changePositionLayout();\n }\n\n ngOnDestroy(){\n if(this.positionLayoutSubscription){\n this.positionLayoutSubscription.unsubscribe();\n }\n }\n\n changePositionLayout(){\n this.removeAllClassIfPresent();\n this.el.nativeElement.classList.add(BANNERALIGNMENT[this.positionLayout?.value as keyof typeof BANNERALIGNMENT]);\n }\n removeAllClassIfPresent(){\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.left);\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.right);\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.top);\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.bottom);\n }\n\n positionLayoutSubscription?: Subscription;\n positionLayoutChangeCheck(){\n this.positionLayoutSubscription = this.eventService.postionLayoutChangeChecks.subscribe((res:any) => {\n if(this.el.nativeElement.id === res.id){\n this.positionLayout = res.data;\n this.changePositionLayout();\n }\n })\n }\n}\n","import { CommonModule } from '@angular/common';\r\nimport { Component, ElementRef, Input, OnInit, ViewChild } from '@angular/core';\r\nimport { MatGridListModule } from '@angular/material/grid-list';\r\nimport { SimpoElementsModule } from '../../elements/index';\r\nimport { TextContentModel, TextSectionModel } from './text-section.model';\r\nimport { StylesModel } from '../../styles/style.model';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { MatDialog, MatDialogModule } from '@angular/material/dialog';\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\n\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n@Component({\r\n selector: 'simpo-text-section',\r\n standalone: true,\r\n imports: [\r\n CommonModule,\r\n MatGridListModule,\r\n SimpoElementsModule,\r\n SimpoComponentModule,\r\n MatDialogModule,\r\n SimpoButtonComponent,\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './text-section.component.html',\r\n styleUrl: './text-section.component.css',\r\n})\r\nexport class TextSectionComponent implements OnInit {\r\n @Input() data?: TextSectionModel;\r\n @Input() index? : number;\r\n @Input() edit? : boolean;\r\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\r\n content: TextContentModel | undefined;\r\n styles: StylesModel | undefined;\r\n constructor(\r\n private _dialog : MatDialog,\r\n private _eventService : EventsService\r\n ) {}\r\n\r\n ngOnInit() {\r\n this.content = this.data?.content;\r\n this.styles = this.data?.styles;\r\n }\r\n\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:boolean){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n","<div [id]=\"data?.id\" [simpoBackground]=\"styles?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\r\n <div #mainContainer class=\"rowFlex\" [id]=\"data?.id\" [simpoOverlay]=\"styles?.background\" [simpoBorder]=\"styles?.border\">\r\n <div class=\"main-section\" [id]=\"data?.id\" [simpoLayout]=\"styles?.layout\">\r\n <div class=\"body-section\">\r\n <div [simpoAnimation]=\"styles?.animation\" [id]=\"data?.id\">\r\n <div *ngFor=\"let item of content?.inputText\">\r\n <simpo-text-element [textData]=\"item.value\"></simpo-text-element>\r\n </div>\r\n <div class=\"d-grid gap-2 d-md-flex mt-15\" *ngIf=\"data?.action?.display\"\r\n [ngClass]=\"[\r\n styles?.layout?.align === 'left' ? 'justify-content-md-start' : '',\r\n styles?.layout?.align === 'center' ? 'justify-content-md-center' : '',\r\n styles?.layout?.align === 'right' ? 'justify-content-md-end' : ''\r\n ]\">\r\n <ng-container *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [color]=\"styles?.background?.accentColor\" [sectionId]=\"data?.id\"></app-button-element>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n</div>\r\n","import { Component, Input, OnInit } from '@angular/core';\r\nimport { BannerContentModel, BannerSectionModel } from './banner-section.model';\r\nimport { BannerStylesModel } from '../../styles/style.model';\r\nimport { SimpoElementsModule } from './../../elements/index';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { MatGridListModule } from '@angular/material/grid-list';\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\n\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n@Component({\r\n selector: 'simpo-banner-section',\r\n standalone: true,\r\n imports: [\r\n SimpoElementsModule,\r\n CommonModule,\r\n SimpoComponentModule,\r\n MatGridListModule,\r\n SimpoButtonComponent,\r\n\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './banner-section.component.html',\r\n styleUrl: './banner-section.component.css'\r\n})\r\nexport class BannerSectionComponent implements OnInit{\r\n\r\n @Input() data?:BannerSectionModel;\r\n @Input() index? : number;\r\n content?: BannerContentModel;\r\n @Input() edit? : boolean;\r\n styles?: BannerStylesModel;\r\n\r\n\r\n constructor(\r\n private _eventService : EventsService\r\n ){\r\n }\r\n\r\n ngOnInit(): void {\r\n this.content = this.data?.content;\r\n this.styles = this.data?.styles;\r\n if(!this.styles || !this.content) return;\r\n // this.styles.layout.bannerImageDisplay = this.content.image.showImage;\r\n }\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:boolean){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n","<div [id]=\"data?.id\" [simpoBackground]=\"styles?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\r\n <div class=\"col-xxl-8 px-4 py-5 w-100\" [id]=\"data?.id\" #mainContainer [simpoOverlay]=\"styles?.background\" [simpoBorder]=\"styles?.border\">\r\n <div class=\"row g-5\" [id]=\"data?.id\"\r\n [simpoAnimation]=\"styles?.animation\" [simpoLayout]=\"styles?.layout\" [simpoPositionLayoutDirective]=\"styles?.positionLayout\"\r\n [ngClass]=\"{ 'align-items-stretch': styles?.positionLayout?.value === 'left' || styles?.positionLayout?.value === 'right' }\">\r\n <div class=\"col-10 col-sm-8 col-lg-6\" *ngIf=\"content?.image?.showImage\">\r\n <img\r\n [src]=\"content?.image?.url\"\r\n [simpoImageDirective]=\"styles?.image\" [id]=\"data?.id\"\r\n [simpoCorner]=\"styles?.corners\"\r\n class=\"d-block mx-lg-auto img-fluid\" [alt]=\"content?.image?.altText\" width=\"700\" height=\"500\" loading=\"lazy\"/>\r\n </div>\r\n <div class=\"col-lg-6 d-flex flex-column justify-content-start gap-15\" [id]=\"data?.id\" [simpoContentAlignment]=\"styles?.contentAlignment\">\r\n <div *ngFor=\"let item of content?.inputText\">\r\n <div [innerHTML]=\"item.value\" [ngClass]=\"item.label === 'Heading' ? 'heading-large lh-2 mb-3' : 'body-large'\"></div>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\" [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n</div>\r\n","import { Component, Input } from '@angular/core';\nimport { FAQContentModal, FAQSectionModal, FAQStylesModel } from './faq-section.modal';\nimport { SimpoElementsModule } from './../../elements/index';\nimport { CommonModule } from '@angular/common';\nimport { SimpoComponentModule } from '../../components/index';\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n@Component({\n selector: 'simpo-faq-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ContentFitDirective,\n SimpoComponentModule,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './faq-section.component.html',\n styleUrl: './faq-section.component.css'\n})\nexport class FaqSectionComponent {\n @Input() data?: FAQSectionModal;\n @Input() index? : number;\n @Input() edit ? : boolean;\n content?: FAQContentModal;\n style?: FAQStylesModel;\n\n constructor(\n private _eventService : EventsService\n ){}\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid flex-col\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoAnimation]=\"style?.animation\" [simpoLayout]=\"style?.layout\">\n <div *ngFor=\"let text of data?.content?.inputText\" class=\"mb-2\">\n <simpo-heading-element [data]=\"text.value\"></simpo-heading-element>\n </div>\n\n <div *ngFor=\"let itemData of content?.listItem?.data;let i = index\" class=\"data\">\n <p class=\"heading-medium\" data-toggle=\"collapse\" [attr.data-target]=\"'#collapse-' + i\">\n {{itemData.inputText[0].value}}</p>\n <div class=\"body-desc desc collapse multi-collapse\" [attr.id]=\"'collapse-' + i\">{{itemData.inputText[1].value}}\n </div>\n </div>\n </div>\n </div>\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, Input, OnInit } from '@angular/core';\r\nimport { FooterContentModel, FooterSectionModel, FooterStylesModel } from './footer-section.modal';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoElementsModule } from './../../elements/index';\r\nimport { SimpoButtonComponent } from './../../elements/simpo-button/simpo-button.component';\r\nimport { SociaIconsComponent } from './../../elements/socia-icons/socia-icons.component';\r\nimport { FooterTypes } from '../../styles/index';\r\n\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n\r\n@Component({\r\n selector: 'simpo-footer-section',\r\n standalone: true,\r\n imports: [\r\n SimpoElementsModule,\r\n CommonModule,\r\n ContentFitDirective,\r\n SimpoComponentModule,\r\n SimpoButtonComponent,\r\n SociaIconsComponent,\r\n\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './footer-section.component.html',\r\n styleUrl: './footer-section.component.css'\r\n})\r\nexport class FooterSectionComponent implements OnInit{\r\n \r\n @Input() data?:FooterSectionModel;\r\n @Input() index? : number;\r\n @Input() edit ?: boolean;\r\n content ?: FooterContentModel;\r\n style? : FooterStylesModel;\r\n color : any = '#ffffff';\r\n footerTypes = FooterTypes\r\n\r\n constructor(\r\n private _eventService : EventsService\r\n ){}\r\n\r\n ngOnInit(): void {\r\n this.style = this.data?.styles;\r\n this.content = this.data?.content;\r\n }\r\n\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:any){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n\r\n\r\n// Same as header\r\n","<section class=\"total-container\" [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\">\r\n <footer *ngIf=\"style?.footerType === footerTypes.SPLIT_DETAILS_RIGHT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-row flex-column justify-content-between align-items-start align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-5\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-4 mt-0\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-4 mt-0\"\r\n [ngStyle]=\"{'margin-left': content?.socialLinks?.display ? '20px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.SPLIT_DETAILS_LEFT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-row flex-column justify-content-between align-items-start align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3 mt-4 mt-lg-0\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-4 mt-0\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-4 mt-4\"\r\n [ngStyle]=\"{'margin-left': content?.socialLinks?.display ? '20px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-2\">\r\n <div class=\"body-desc mt-lg-5 mt-5\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.STACKED_DETAILS_RIGHT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-colum flex-column justify-content-between align-items-end align-items-lg-end pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow align-items-end\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5 text-end\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-lg-3 mt-4\">\r\n <div class=\"d-flex align-items-start align-items-lg-end flex-column flex-lg-colum gap-lg-0 gap-3\r\n align-items-end\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-5 mt-2\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\"\r\n class=\"button-display mt-lg-5 mt-0 d-flex align-items-end\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small text-end\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.STACKED_DETAILS_LEFT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-colum flex-column justify-content-between align-items-start align-items-lg-start pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow align-items-start\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5 text-start\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-lg-3 mt-4 align-items-start\">\r\n <div class=\"d-flex align-items-start align-items-lg-start flex-column flex-lg-colum gap-lg-0 gap-3 align-items-start justify-content-between\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-5 mt-2\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\"\r\n class=\"button-display mt-lg-5 mt-0 d-flex align-items-end\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small text-end\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.STACKED_DETAILS_CENTER\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-colum flex-column justify-content-between align-items-center align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow align-items-center\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5 text-start\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-lg-3 mt-4 align-items-center\">\r\n <div class=\"d-flex align-items-center align-items-lg-center flex-column flex-lg-colum gap-lg-0 gap-3 align-items-start justify-content-between\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-5 mt-2\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\"\r\n class=\"button-display mt-lg-5 mt-0 d-flex align-items-end\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small text-end\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.SIMPLE_DETAILS_RIGHT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-row flex-column justify-content-between align-items-center align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-lg-row flex-grow align-items-center gap-lg-3 col-lg-6\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-0 mt-5 col-lg-6\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-lg-row align-items-center gap-lg-3 flex-grow mt-lg-0 mt-5 col-lg-6 justify-content-lg-end\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-0 mt-4\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-0 mt-4\"\r\n [ngStyle]=\"{'margin': content?.socialLinks?.display ? '10px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4 mt-lg-0\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.SIMPLE_DETAILS_CENTER\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-column flex-column justify-content-between align-items-center align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-lg-row flex-grow align-items-center gap-lg-3\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-0 mt-5\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-lg-row align-items-center gap-lg-3 flex-grow mt-lg-5 mt-5 justify-content-lg-end\">\r\n <div class=\"d-flex align-items-center align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-0 mt-4\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-0 mt-4\"\r\n [ngStyle]=\"{'margin': content?.socialLinks?.display ? '10px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4 mt-lg-0\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n</section>\r\n","import { Component, HostListener, Input } from '@angular/core';\nimport {\n ImageCarouselSection,\n ImageCarouselSectionContentModel,\n ImageCarouselSectionStylesModel,\n} from './image-carousel.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from './../../elements/index';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-image-carousel-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './image-carousel-section.component.html',\n styleUrl: './image-carousel-section.component.css',\n})\nexport class ImageCarouselSectionComponent {\n @Input() data?: ImageCarouselSection;\n @Input() index? : number;\n content?: ImageCarouselSectionContentModel;\n style?: ImageCarouselSectionStylesModel;\n\n constructor(\n private _eventService : EventsService\n ) {\n this.getScreenSize();\n }\n\n\n\n ngOnInit() {\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n screenWidth: number = 475;\n @HostListener('window:resize', ['$event'])\n getScreenSize(event?: number) {\n if (typeof window !== 'undefined') {\n this.screenWidth = window.innerWidth;\n } \n }\n}\n","<section class=\"container-fluid\" [id]=\"data?.id\" [simpoBackground]=\"style?.background\">\n <div class=\"row\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div id=\"carouselExampleCaptions\" class=\"carousel slide mb-1\">\n <ol class=\"carousel-indicators\">\n <li *ngFor=\"let img of content?.listItem?.data; let i = index\" [class.active]=\"i === 0\"\n data-bs-target=\"#carouselExampleCaptions\" [attr.data-bs-slide-to]=\"i\"></li>\n </ol>\n <div class=\"carousel-inner\">\n <div class=\"carousel-item\" *ngFor=\"let img of content?.listItem?.data; let i = index\" [class.active]=\"i === 0\">\n <div class=\"row\">\n <div class=\"col d-flex\" *ngIf=\"screenWidth >= 475\">\n <img class=\"d-block position-relative\"style=\"width: 20%; left: -20px\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n <img class=\"d-block image-height-80vh\"style=\"width: 60%;\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n <img class=\"d-block position-relative\" style=\"width: 20%; right: -20px;\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n </div>\n <div class=\"col d-flex\" *ngIf=\"screenWidth < 475\">\n <img class=\"d-block w-100 image-height-40vh\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n </div>\n </div>\n </div>\n </div>\n <a *ngIf=\"screenWidth > 475\" class=\"carousel-control-prev\" data-bs-target=\"#carouselExampleCaptions\" role=\"button\" data-bs-slide=\"prev\">\n <span class=\"carousel-control-prev-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Previous</span>\n </a>\n <a *ngIf=\"screenWidth > 475\" class=\"carousel-control-next\" data-bs-target=\"#carouselExampleCaptions\" role=\"button\" data-bs-slide=\"next\">\n <span class=\"carousel-control-next-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Next</span>\n </a>\n </div>\n\n\n </div>\n</section>","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport { ImageGridContentModal, ImageGridSectionModel, ImageGridStylesModel } from './image-grid-section.model';\nimport { EventsService } from '../../services/events.service';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { SimpoComponentModule } from '../../components/index';\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\n\n@Component({\n selector: 'simpo-image-grid-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ImageDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './image-grid-section.component.html',\n styleUrl: './image-grid-section.component.css'\n})\nexport class ImageGridSectionComponent {\n @Input() data?:ImageGridSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n content?: ImageGridContentModal;\n style?: ImageGridStylesModel;\n\n constructor(private eventService: EventsService) {}\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\"\n [ngStyle]=\"style?.removeGaps && style?.fullWidth ? {'padding': '0px'} : style?.removeGaps ? {'padding': '0px 15px'} : style?.fullWidth ? {'padding': '0px'} : {}\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n\n <div class=\"main-image-section\" [simpoColumnDirective]=\"style?.size\" [id]=\"data?.id\"\n *ngFor=\"let img of content?.listItem?.data\"\n [ngStyle]=\"style?.removeGaps ? {'padding': '0px', 'margin': '0px'} : {}\">\n <div class=\"image-section\">\n <img [simpoImageDirective]=\"style?.image\" [simpoCorner]=\"style?.corners\" [id]=\"data?.id\"\n [src]=\"img.image.url\" [alt]=\"img.image.altText\" />\n </div>\n </div>\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport {\n ImageContentModal,\n imageSectionModel,\n imageSectionStylesModel,\n} from './image-section.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { SimpoComponentModule } from '../../components/index';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-image-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './image-section.component.html',\n styleUrl: './image-section.component.css',\n})\nexport class ImageSectionComponent {\n @Input() data?: imageSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n content?: ImageContentModal;\n style?: imageSectionStylesModel;\n\n constructor(\n private _eventService : EventsService\n ){}\n ngOnInit(): void {\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n showEditors: boolean = false;\n\n showEditTabs(isShow: boolean) {\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\"\n class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid main-section\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\"\n [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div class=\"image-section\" [ngStyle]=\"style?.fullWidth ? {'padding': '0px', 'margin': '0px'} : {}\">\n <img [ngClass]=\"{'h-80': style?.layout?.fit === 'content', 'image': style?.layout?.fit === 'screen'}\"\n [src]=\"content?.image?.url\" [alt]=\"content?.image?.altText\" [simpoCorner]=\"style?.corners\"\n [id]=\"data?.id\" />\n </div>\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { CommonModule } from '@angular/common';\nimport { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { ServiceContentModal, ServiceSectionModal, ServiceStylesModel } from './service-section.model';\nimport { EventsService } from '../../services/events.service';\nimport { TextPosition } from '../../styles/index';\nimport { SimpoComponentModule } from '../../components/index';\nimport { ButtonModel } from '../../styles/style.model';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\n\n@Component({\n selector: 'simpo-service-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './service-section.component.html',\n styleUrl: './service-section.component.css'\n})\nexport class ServiceSectionComponent {\n @Input() data?:ServiceSectionModal;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n TextPosition = TextPosition;\n content?: ServiceContentModal;\n style?: ServiceStylesModel;\n button?: ButtonModel\n\n constructor(private eventService: EventsService) {}\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n this.button = this.data?.action.buttons[0]\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div class=\"cards\" [simpoColumnDirective]=\"data?.styles?.size\" [id]=\"data?.id\"\n *ngFor=\"let service of content?.listItem?.data\">\n <ng-container *ngIf=\"style?.textPosition === TextPosition.BELOW_IMAGE\">\n <simpo-below-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-below-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.TOP_OF_IMAGE\">\n <simpo-top-of-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-top-of-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.COVERING_IMAGE\">\n <simpo-covering-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-covering-image-card>\n </ng-container>\n\n </div>\n </div>\n </div>\n </div>\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, Input } from '@angular/core';\nimport { TeamMemberContentModal, TeamMemberSectionModal, TeamMemberStylesModel } from './team-member-section.model';\nimport { TextPosition } from '../../styles/index';\nimport { EventsService } from '../../services/events.service';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { CommonModule } from '@angular/common';\nimport { SimpoComponentModule } from '../../components/index';\nimport { ButtonModel } from '../../styles/style.model';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\n@Component({\n selector: 'simpo-team-member-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './team-member-section.component.html',\n styleUrl: './team-member-section.component.css'\n})\nexport class TeamMemberSectionComponent {\n @Input() data?:TeamMemberSectionModal;\n @Input() index? : number;\n @Input() edit?: boolean;\n TextPosition = TextPosition;\n content?: TeamMemberContentModal;\n style?: TeamMemberStylesModel;\n button?: ButtonModel\n\n constructor(private eventService: EventsService) {}\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n this.button = this.data?.action.buttons[0]\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div class=\"cards\" [simpoColumnDirective]=\"data?.styles?.size\" [id]=\"data?.id\"\n *ngFor=\"let service of content?.listItem?.data\">\n <ng-container *ngIf=\"style?.textPosition === TextPosition.BELOW_IMAGE\">\n <simpo-below-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-below-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.TOP_OF_IMAGE\">\n <simpo-top-of-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-top-of-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.COVERING_IMAGE\">\n <simpo-covering-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-covering-image-card>\n </ng-container>\n\n </div>\n </div>\n </div>\n </div>\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport {\n testimonialContentModel,\n testimonialSectionModel,\n testimonialStylesModel,\n} from './testimonial-section.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { SimpoComponentModule } from '../../components/index';\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-testimonial-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './testimonial-section.component.html',\n styleUrl: './testimonial-section.component.css',\n})\nexport class TestimonialSectionComponent {\n @Input() data?: testimonialSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n content?: testimonialContentModel;\n style?: testimonialStylesModel;\n\n constructor(\n private _eventService : EventsService\n ){}\n ngOnInit(): void {\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n showEditors: boolean = false;\n\n showEditTabs(isShow: boolean) {\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover\n (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div id=\"testimonialCarousel\" class=\"carousel slide mb-1\">\n <ol class=\"carousel-indicators\">\n <li *ngFor=\"let img of content?.listItem?.data; let i = index\" [class.active]=\"i === 0\"\n data-bs-target=\"#testimonialCarousel\" [attr.data-bs-slide-to]=\"i\"></li>\n </ol>\n <div class=\"carousel-inner\">\n <div class=\"carousel-item\" *ngFor=\"let testimonial of content?.listItem?.data; let i = index\"\n [class.active]=\"i === 0\">\n <div style=\"width: 90%; margin: auto;\">\n <div class=\"carousel-caption d-flex flex-column h-100 bottom-0\" style=\"width: 90%;\" [simpoContainerLayout]=\"style?.layout\">\n <img [src]=\"testimonial.image.url\" class=\"mb-1\">\n <p class=\"heading-medium\">{{ testimonial.inputText[0].value }}</p>\n <span href=\"#\" class=\"py-2 px-4 mb-1\">- {{ testimonial.inputText[1].value }}</span>\n </div>\n </div>\n </div>\n </div>\n <a class=\"carousel-control-prev\" data-bs-target=\"#testimonialCarousel\" role=\"button\" data-bs-slide=\"prev\">\n <span class=\"carousel-control-prev-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Previous</span>\n </a>\n <a class=\"carousel-control-next\" data-bs-target=\"#testimonialCarousel\" role=\"button\" data-bs-slide=\"next\">\n <span class=\"carousel-control-next-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Next</span>\n </a>\n </div>\n\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, Input, OnInit } from '@angular/core';\r\nimport { BannerStylesModel } from '../../styles/style.model';\r\nimport { SimpoElementsModule } from '../../elements/index';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { MatGridListModule } from '@angular/material/grid-list';\r\nimport { TextImageContentModel, TextImageSectionModel } from './text-image-section.model';\r\nimport { EventsService } from '../../services/events.service';\r\n\r\n\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';;\r\n@Component({\r\n selector: 'simpo-text-image-section',\r\n standalone: true,\r\n imports: [\r\n SimpoElementsModule,\r\n CommonModule,\r\n SimpoComponentModule,\r\n MatGridListModule,\r\n SimpoButtonComponent,\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './text-image-section.component.html',\r\n styleUrl: './text-image-section.component.css'\r\n})\r\nexport class TextImageSectionComponent implements OnInit{\r\n\r\n @Input() data?: TextImageSectionModel;\r\n @Input() index? : number;\r\n @Input() edit? : boolean;\r\n content?: TextImageContentModel;\r\n styles?: BannerStylesModel;\r\n\r\n constructor(private eventService: EventsService){\r\n }\r\n\r\n ngOnInit(): void {\r\n this.content = this.data?.content;\r\n this.styles = this.data?.styles;\r\n if(!this.styles || !this.content) return;\r\n }\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:boolean){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n","<div [id]=\"data?.id\" [simpoBackground]=\"styles?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\r\n <div class=\"col-xxl-8 px-4 py-5 w-100\" [id]=\"data?.id\" #mainContainer [simpoOverlay]=\"styles?.background\" [simpoBorder]=\"styles?.border\" >\r\n <div class=\"row g-5\" [id]=\"data?.id\" [simpoLayout]=\"styles?.layout\" [simpoPositionLayoutDirective]=\"styles?.positionLayout\"\r\n [simpoAnimation]=\"styles?.animation\" [ngClass]=\"{ 'align-items-stretch': styles?.positionLayout?.value === 'left' || styles?.positionLayout?.value === 'right' }\"\r\n >\r\n <div class=\"col-10 col-sm-8 col-lg-6\">\r\n <img\r\n [src]=\"content?.image?.url\"\r\n [simpoImageDirective]=\"styles?.image\" [id]=\"data?.id\"\r\n [simpoCorner]=\"styles?.corners\"\r\n class=\"d-block mx-lg-auto img-fluid\" [alt]=\"content?.image?.altText\" width=\"700\" height=\"500\" loading=\"lazy\"/>\r\n </div>\r\n <div class=\"col-lg-6 d-flex flex-column\" [simpoContentAlignment]=\"styles?.contentAlignment\" [id]=\"data?.id\">\r\n <div *ngFor=\"let item of content?.inputText\">\r\n <div [innerHTML]=\"item.value\" [ngClass]=\"item.label === 'Heading' ? 'heading-large lh-2 mb-3' : 'body-large'\"></div>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\" [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div *ngIf=\"showEditors\" [ngClass]=\"{'hover_effect': edit}\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n </div>\r\n","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport { videoSectionContentModel, videoSectionModel, videoSectionStyleModel } from './video-section.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { SimpoComponentModule } from '../../components/index';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-video-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './video-section.component.html',\n styleUrl: './video-section.component.css'\n})\nexport class VideoSectionComponent {\n\n constructor(\n public dom : DomSanitizer,\n private _eventService : EventsService\n ){\n\n }\n @Input() data?:videoSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n videoLink:string = ''\n content?: videoSectionContentModel;\n style?: videoSectionStyleModel;\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n if(this.content?.videoLink.url){\n this.videoLink = this.content?.videoLink?.url\n }\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\"\n class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid main-section\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\"\n [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n\n <div *ngFor=\"let text of data?.content?.inputText\" class=\"heading-large mb-1\" [innerHTML]=\"text.value\">\n </div>\n\n\n <div class=\"video-section\" [ngStyle]=\"style?.fullScreen ? {'padding': '0px', 'margin': '0px'} : {}\">\n <iframe class=\"video\"\n [ngClass]=\"{'h-80': style?.layout?.fit === 'content', 'video': style?.layout?.fit === 'screen'}\"\n [src]=\"dom.bypassSecurityTrustResourceUrl(videoLink)\" frameborder=\"0\" allowfullscreen></iframe>\n           \n </div>\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { CommonModule } from '@angular/common';\r\nimport { Component, Input, OnInit } from '@angular/core';\r\nimport { MatButtonModule } from '@angular/material/button';\r\nimport { HeaderButtonModel } from './../../styles/style.model';\r\nimport { HeaderButtonStyle } from './../../styles/index';\r\n\r\n@Component({\r\n selector: 'simpo-navbar-button-element',\r\n standalone: true,\r\n imports: [CommonModule, MatButtonModule],\r\n templateUrl: './navbar-button-element.component.html',\r\n styleUrl: './navbar-button-element.component.css'\r\n})\r\nexport class NavbarButtonElementComponent implements OnInit{\r\n @Input() buttonData?: HeaderButtonModel;\r\n @Input() style?:any;\r\n\r\n buttonStyle = HeaderButtonStyle\r\n\r\n constructor(){}\r\n\r\n ngOnInit(): void {\r\n // console.log(this.buttonData)\r\n }\r\n}\r\n","<div *ngIf=\"buttonData?.content?.status\">\r\n <div *ngIf=\"style === buttonStyle.TAB\">\r\n <button mat-stroked-button style=\"border: none;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n <div [ngStyle]=\"{'border-bottom':'1px solid'+buttonData?.styles?.color}\"></div>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.ROUND_SUBTLE\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.subtleColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.ROUND_BOLD\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.backgroundColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.SQUARE_SUBTLE\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;border-radius: 0px !important;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.subtleColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.SQUARE_BOLD\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.backgroundColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <!-- <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\">{{buttonData?.content?.label}}</button> -->\r\n \r\n</div>\r\n<div *ngIf=\"!buttonData?.content?.status\">\r\n <button mat-stroked-button style=\"border: none;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color}\" class=\"status-navbar-button\">{{buttonData?.content?.label}}</button>\r\n</div>","import { AfterViewInit, Component, HostListener, Input, OnInit } from '@angular/core';\r\nimport { HeaderContentModel, HeaderSectionModel, HeaderStyleModel } from './navbar-section.model';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\nimport { SociaIconsComponent } from '../../elements/socia-icons/socia-icons.component';\r\nimport { MatIcon } from '@angular/material/icon';\r\nimport { NavbarButtonElementComponent } from './../../elements/navbar-button-element/navbar-button-element.component';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n@Component({\r\n selector: 'simpo-navbar-section',\r\n standalone: true,\r\n imports: [CommonModule,SimpoButtonComponent,SociaIconsComponent,MatIcon,NavbarButtonElementComponent],\r\n templateUrl: './navbar-section.component.html',\r\n styleUrl: './navbar-section.component.css'\r\n})\r\nexport class NavbarSectionComponent implements OnInit{\r\n\r\n @Input() data ?: HeaderSectionModel;\r\n @Input() index? : number;\r\n content ? : HeaderContentModel;\r\n style ?: HeaderStyleModel\r\n color = '#000000'\r\n constructor(\r\n private _eventService : EventsService\r\n ){\r\n this.getScreenSize();\r\n }\r\n ngOnInit(): void {\r\n this.content = this.data?.content;\r\n this.style = this.data?.styles;\r\n }\r\n\r\n screenWidth: number = 475;\r\n @HostListener('window:resize', ['$event'])\r\n getScreenSize(event?: number) {\r\n if (typeof window !== 'undefined') {\r\n this.screenWidth = window.innerWidth;\r\n } \r\n }\r\n\r\n close(){\r\n let a = document.getElementById(\"navbarNavAltMarkup\");\r\n if(!a) return;\r\n // a.style.display = \"none\"\r\n a.classList.remove(\"show\");\r\n a.classList.add(\"collapse\")\r\n }\r\n}\r\n","<nav class=\"navbar navbar-expand-lg bg-light d-block mb-0\">\r\n <div class=\"container-fluid\">\r\n <div class=\"w-50 left-logo-text\">\r\n <!-- <a class=\"navbar-brand\" href=\"#\">{{content?.siteName?.value}}</a> -->\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"w-50 right-btn d-flex justify-content-end\">\r\n <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarNavAltMarkup\"\r\n aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\r\n <span class=\"navbar-toggler-icon\"></span>\r\n </button>\r\n </div>\r\n <div class=\"collapse navbar-collapse p-4\" *ngIf=\"screenWidth > 768\">\r\n <div class=\"navbar-nav align-items-center\">\r\n <div class=\"d-flex align-items-center gap-3\" style=\"margin-right: 10px;\">\r\n <ng-container *ngFor=\"let item of content?.navbarButtons\">\r\n <simpo-navbar-button-element [buttonData]=\"item\" [style]=\"style?.navigationStyle?.type\"></simpo-navbar-button-element>\r\n </ng-container>\r\n </div>\r\n <div class=\"d-flex\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.isSocialLink ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-0\" *ngIf=\"content?.isSocialLink\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks\">\r\n <div style=\"position: relative;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex\">\r\n <div *ngIf=\"content?.isButton\" class=\"button-display mt-0 mb-4\">\r\n <div *ngFor=\"let button of content?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"collapse navbar-collapse\" id=\"navbarNavAltMarkup\" *ngIf=\"screenWidth < 768\">\r\n <div class=\"inner-height p-4\">\r\n <div class=\"nab-bar-mobile flex-column d-flex justify-content-between align-items-center\">\r\n <div class=\"d-flex flex-column w-100\">\r\n <div class=\"d-flex justify-content-between align-items-center\">\r\n <div class=\"title-row\">\r\n <div class=\"d-flex gap-3 align-items-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"50px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 align-items-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 align-items-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"close-box cursor-pointer d-flex\" (click)=\"close()\">\r\n <mat-icon>close</mat-icon>\r\n </div>\r\n </div>\r\n <div class=\"d-flex justify-content-between align-items-center mt-5\">\r\n <div class=\"d-flex flex-column gap-4 w-100\">\r\n <ng-container *ngFor=\"let item of content?.navbarButtons\">\r\n <simpo-navbar-button-element [buttonData]=\"item\" [style]=\"style?.navigationStyle?.type\"></simpo-navbar-button-element>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column\">\r\n <div class=\"d-flex\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.isSocialLink ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-0\" *ngIf=\"content?.isSocialLink\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks\">\r\n <div style=\"position: relative;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex mt-4\">\r\n <div *ngIf=\"content?.isButton\" class=\"button-display\">\r\n <div *ngFor=\"let button of content?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</nav>","/*\n * Public API Surface of simpo-ui\n */\n\n// export * from './lib/simpo-ui.service';\n// export * from './lib/simpo-ui.component';\n\nexport * from './lib/sections/text-section/text-section.component';\nexport * from './lib/sections/banner-section/banner-section.component';\nexport * from './lib/sections/faq-section/faq-section.component';\nexport * from './lib/sections/footer-section/footer-section.component';\nexport * from './lib/sections/image-carousel-section/image-carousel-section.component';\nexport * from './lib/sections/image-grid-section/image-grid-section.component';\nexport * from './lib/sections/image-section/image-section.component';\nexport * from './lib/sections/service-section/service-section.component';\nexport * from './lib/sections/team-member-section/team-member-section.component';\nexport * from './lib/sections/testimonial-section/testimonial-section.component';\nexport * from './lib/sections/text-image-section/text-image-section.component';\nexport * from './lib/sections/video-section/video-section.component';\nexport * from './lib/sections/navbar-section/navbar-section.component';\n\n\n// service\nexport * from './lib/services/events.service';\n\n//directives\n\nexport * from './lib/directive/animation-directive';\nexport * from './lib/directive/background-directive';\nexport * from './lib/directive/banner-content-fit-directive';\nexport * from './lib/directive/border-directive';\nexport * from './lib/directive/button-directive.directive';\nexport * from './lib/directive/column-directive.directive';\nexport * from './lib/directive/container-fir.directive';\nexport * from './lib/directive/content-alignment-directive';\nexport * from './lib/directive/content-fit-directive';\nexport * from './lib/directive/corner-directive';\nexport * from './lib/directive/text-background-directive.directive';\nexport * from './lib/directive/position-layout-directive.directive';\nexport * from './lib/directive/overlay-directive';\nexport * from './lib/directive/image-directive.directive';\nexport * from './lib/directive/hover-element-directive';\nexport * from './lib/directive/footer-layout-directive';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.EventsService","i1","i2.EventsService","i4.TextElementComponent","i5.SimpoButtonComponent","i6.HoverElementsComponent","i4.HoverElementsComponent","i4","i5.HoverElementsComponent","i2","i3.HoverElementsComponent","i5"],"mappings":"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"}
1
+ {"version":3,"file":"simpo-component-library.mjs","sources":["../../../projects/simpo-ui/src/lib/elements/button/button.component.ts","../../../projects/simpo-ui/src/lib/elements/button/button.component.html","../../../projects/simpo-ui/src/lib/elements/text/text.component.ts","../../../projects/simpo-ui/src/lib/elements/text/text.component.html","../../../projects/simpo-ui/src/lib/services/events.service.ts","../../../projects/simpo-ui/src/lib/directive/corner-directive.ts","../../../projects/simpo-ui/src/lib/styles/index.ts","../../../projects/simpo-ui/src/lib/directive/image-directive.directive.ts","../../../projects/simpo-ui/src/lib/directive/button-directive.directive.ts","../../../projects/simpo-ui/src/lib/elements/simpo-button/simpo-button.component.ts","../../../projects/simpo-ui/src/lib/elements/simpo-button/simpo-button.component.html","../../../projects/simpo-ui/src/lib/elements/below-image-card/below-image-card.component.ts","../../../projects/simpo-ui/src/lib/elements/below-image-card/below-image-card.component.html","../../../projects/simpo-ui/src/lib/directive/text-background-directive.directive.ts","../../../projects/simpo-ui/src/lib/elements/top-of-image-card/top-of-image-card.component.ts","../../../projects/simpo-ui/src/lib/elements/top-of-image-card/top-of-image-card.component.html","../../../projects/simpo-ui/src/lib/elements/covering-image-card/covering-image-card.component.ts","../../../projects/simpo-ui/src/lib/elements/covering-image-card/covering-image-card.component.html","../../../projects/simpo-ui/src/lib/elements/heading-element/heading-element.component.ts","../../../projects/simpo-ui/src/lib/elements/heading-element/heading-element.component.html","../../../projects/simpo-ui/src/lib/elements/socia-icons/socia-icons.component.ts","../../../projects/simpo-ui/src/lib/elements/socia-icons/socia-icons.component.html","../../../projects/simpo-ui/src/lib/elements/index.ts","../../../projects/simpo-ui/src/lib/components/hover-elements/hover-elements.component.ts","../../../projects/simpo-ui/src/lib/components/hover-elements/hover-elements.component.html","../../../projects/simpo-ui/src/lib/components/index.ts","../../../projects/simpo-ui/src/lib/directive/animation-directive.ts","../../../projects/simpo-ui/src/lib/directive/background-directive.ts","../../../projects/simpo-ui/src/lib/directive/content-fit-directive.ts","../../../projects/simpo-ui/src/lib/directive/banner-content-fit-directive.ts","../../../projects/simpo-ui/src/lib/directive/border-directive.ts","../../../projects/simpo-ui/src/lib/directive/column-directive.directive.ts","../../../projects/simpo-ui/src/lib/directive/container-fir.directive.ts","../../../projects/simpo-ui/src/lib/directive/content-alignment-directive.ts","../../../projects/simpo-ui/src/lib/directive/footer-layout-directive.ts","../../../projects/simpo-ui/src/lib/directive/hover-element-directive.ts","../../../projects/simpo-ui/src/lib/directive/overlay-directive.ts","../../../projects/simpo-ui/src/lib/directive/position-layout-directive.directive.ts","../../../projects/simpo-ui/src/lib/sections/text-section/text-section.component.ts","../../../projects/simpo-ui/src/lib/sections/text-section/text-section.component.html","../../../projects/simpo-ui/src/lib/sections/banner-section/banner-section.component.ts","../../../projects/simpo-ui/src/lib/sections/banner-section/banner-section.component.html","../../../projects/simpo-ui/src/lib/sections/faq-section/faq-section.component.ts","../../../projects/simpo-ui/src/lib/sections/faq-section/faq-section.component.html","../../../projects/simpo-ui/src/lib/sections/footer-section/footer-section.component.ts","../../../projects/simpo-ui/src/lib/sections/footer-section/footer-section.component.html","../../../projects/simpo-ui/src/lib/sections/image-carousel-section/image-carousel-section.component.ts","../../../projects/simpo-ui/src/lib/sections/image-carousel-section/image-carousel-section.component.html","../../../projects/simpo-ui/src/lib/sections/image-grid-section/image-grid-section.component.ts","../../../projects/simpo-ui/src/lib/sections/image-grid-section/image-grid-section.component.html","../../../projects/simpo-ui/src/lib/sections/image-section/image-section.component.ts","../../../projects/simpo-ui/src/lib/sections/image-section/image-section.component.html","../../../projects/simpo-ui/src/lib/sections/service-section/service-section.component.ts","../../../projects/simpo-ui/src/lib/sections/service-section/service-section.component.html","../../../projects/simpo-ui/src/lib/sections/team-member-section/team-member-section.component.ts","../../../projects/simpo-ui/src/lib/sections/team-member-section/team-member-section.component.html","../../../projects/simpo-ui/src/lib/sections/testimonial-section/testimonial-section.component.ts","../../../projects/simpo-ui/src/lib/sections/testimonial-section/testimonial-section.component.html","../../../projects/simpo-ui/src/lib/sections/text-image-section/text-image-section.component.ts","../../../projects/simpo-ui/src/lib/sections/text-image-section/text-image-section.component.html","../../../projects/simpo-ui/src/lib/sections/video-section/video-section.component.ts","../../../projects/simpo-ui/src/lib/sections/video-section/video-section.component.html","../../../projects/simpo-ui/src/lib/elements/navbar-button-element/navbar-button-element.component.ts","../../../projects/simpo-ui/src/lib/elements/navbar-button-element/navbar-button-element.component.html","../../../projects/simpo-ui/src/lib/sections/navbar-section/navbar-section.component.ts","../../../projects/simpo-ui/src/lib/sections/navbar-section/navbar-section.component.html","../../../projects/simpo-ui/src/public-api.ts","../../../projects/simpo-ui/src/simpo-component-library.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Component, Input } from '@angular/core';\r\nimport { ButtonModel } from './button.model';\r\nimport { MatButtonModule } from '@angular/material/button';\r\n\r\n@Component({\r\n selector: 'simpo-button-element',\r\n standalone: true,\r\n imports: [CommonModule, MatButtonModule],\r\n templateUrl: './button.component.html',\r\n styleUrl: './button.component.css',\r\n})\r\nexport class ButtonElementComponent {\r\n @Input() buttonData?: ButtonModel;\r\n}\r\n","<button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" *ngIf=\"buttonData?.disabled\">{{buttonData?.text}}</button>\n","import { CommonModule } from '@angular/common';\r\nimport { Component, Input } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'simpo-text-element',\r\n standalone: true,\r\n imports: [CommonModule],\r\n templateUrl: './text.component.html',\r\n styleUrl: './text.component.css',\r\n})\r\nexport class TextElementComponent {\r\n @Input() textData?: string = '';\r\n}\r\n","<div [innerHTML]=\"textData\" style=\"text-wrap: balance;\"></div>\n","import { EventEmitter, Injectable } from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class EventsService {\r\n constructor() {}\r\n\r\n editSection = new EventEmitter<unknown>();\r\n duplicate = new EventEmitter<unknown>();\r\n delete = new EventEmitter<unknown>();\r\n\r\n //reference services\r\n\r\n backgroundImageChangeCheck = new EventEmitter<unknown>();\r\n colorOverlayChangeChecks = new EventEmitter<unknown>();\r\n alignmentChangeChecks = new EventEmitter<unknown>();\r\n animationChangeChecks = new EventEmitter<unknown>();\r\n spacingChangeChecks = new EventEmitter<unknown>();\r\n borderChangeChecks = new EventEmitter<unknown>();\r\n cardSizeChangeChecks = new EventEmitter<unknown>();\r\n imageStyleChangeChecks = new EventEmitter<unknown>();\r\n cornerChangeChecks = new EventEmitter<unknown>();\r\n textBackgroundChangeChecks = new EventEmitter<unknown>();\r\n buttonStyleChangeChecks = new EventEmitter<unknown>();\r\n postionLayoutChangeChecks = new EventEmitter<unknown>();\r\n contentAlignmentChangeCheck = new EventEmitter<unknown>();\r\n addNewSectionClick = new EventEmitter<unknown>();\r\n regenerateSection = new EventEmitter<unknown>();\r\n changeContent = new EventEmitter<unknown>();\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnDestroy, OnInit } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { Corners } from '../styles';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoCorner]',\n standalone: true\n})\nexport class CornerDirective implements OnChanges, OnInit , OnDestroy {\n @Input('simpoCorner') cornerData?: Corners;\n cornerSubSubscription: Subscription | undefined;\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.checkSizeChanges()\n }\n ngOnInit(): void {\n\n }\n\n ngOnDestroy(): void {\n if (this.cornerSubSubscription) {\n this.cornerSubSubscription.unsubscribe()\n }\n }\n\n ngOnChanges(): void {\n if (this.cornerData === 'Small') {\n this.el.nativeElement.style.setProperty('border-radius','.5rem');\n }\n if (this.cornerData === 'Medium') {\n this.el.nativeElement.style.setProperty('border-radius','1rem');\n }\n if (this.cornerData === 'Large') {\n this.el.nativeElement.style.setProperty('border-radius','2rem');\n }\n if (this.cornerData === 'None'){\n this.el.nativeElement.style.setProperty('border-radius','0px');\n }\n }\n\n checkSizeChanges(){\n this.cornerSubSubscription = this.eventService.cornerChangeChecks.subscribe((res: any) => {\n this.addClass(res.size, res.id);\n })\n }\n\n addClass(res: Corners, id: string) {\n if (this.el.nativeElement.id == id) {\n if (this.cornerData === 'Small') {\n this.el.nativeElement.style.setProperty('border-radius','.5rem');\n }\n if (this.cornerData === 'Medium') {\n this.el.nativeElement.style.setProperty('border-radius','1rem');\n }\n if (this.cornerData === 'Large') {\n this.el.nativeElement.style.setProperty('border-radius','2rem');\n }\n if (this.cornerData === 'None'){\n this.el.nativeElement.style.setProperty('border-radius','0px');\n }\n }\n }\n\n\n}\n","/* eslint-disable @typescript-eslint/no-unused-vars */\n\nimport { SpacingModel } from './style.model';\nimport { SPACING_TYPE } from './types';\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\nexport enum Style {\n content = 'CONTENT',\n screen = 'SCREEN',\n}\n\nexport enum SPACING {\n none = '1.5rem',\n small = '3rem',\n medium = '5rem',\n large = '6rem',\n}\n\nexport interface Contet {\n display: 'flex';\n 'justify-content': 'center';\n 'align-items': 'center';\n height: '100%';\n}\nexport interface Screen {\n display: 'flex';\n 'justify-content': 'center';\n 'align-items': 'center';\n height: 'calc(95vh - 0px)';\n}\n\nexport enum BANNERALIGNMENT {\n left = \"flex-lg-row\",\n right = \"flex-lg-row-reverse\",\n top = \"flex-lg-column\",\n bottom = \"flex-lg-column-reverse\"\n}\nexport enum BANNERHALIGN{\n left = 'justify-content-start text-start',\n center = 'justify-content-center text-center',\n right = 'justify-content-end text-end',\n}\nexport enum HALIGN {\n left = 'text-align: left',\n center = 'text-align: center',\n right = 'text-align: right',\n}\nexport enum VALIGN {\n left = 'text-align: top',\n center = 'text-align: center',\n right = 'text-align: bottom',\n}\n\nexport enum Padding {\n top = 'padding-top',\n bottom = 'padding-bottom',\n}\n\nexport const animation = {\n type: {\n top: 'w3-animate-top',\n bottom: 'w3-animate-bottom',\n left: 'w3-animate-left',\n right: 'w3-animate-right',\n fadeIn: 'w3-animate-opacity',\n zoom: 'w3-animate-zoom',\n },\n speed: {\n slow: '3s',\n medium: '2s',\n fast: '1s',\n },\n};\n\n\nexport const contentAlignment ={\n top:'justify-content-start',\n center:'justify-content-center',\n bottom:'justify-content-end'\n}\n// export const bannerAlignment = (element : any) => {\n\n// }\nexport const fitContent = (element: any) => {\n const style: Contet = {\n display: 'flex',\n 'justify-content': 'center',\n 'align-items': 'center',\n height: '100%',\n };\n applyStyle(element, style);\n};\n\nexport const fitScreen = (element: any) => {\n const style: Screen = {\n display: 'flex',\n 'justify-content': 'center',\n 'align-items': 'center',\n height: 'calc(95vh - 0px)',\n };\n applyStyle(element, style);\n};\nexport const applyStyle = (element: any, styleObj: any) => {\n Object.entries(styleObj).forEach(([styleName, styleValue]) => {\n element.style.setProperty(styleName, styleValue);\n });\n};\n\nexport const applySpacing = (element: any, space?: SpacingModel) => {\n if (space?.top) {\n element.style.setProperty(\n Padding.top,\n SPACING[space.top as keyof typeof SPACING] || SPACING.none\n );\n }\n if (space?.bottom) {\n element.style.setProperty(\n Padding.bottom,\n SPACING[space.bottom as keyof typeof SPACING] || SPACING.none\n );\n }\n};\n\nexport enum RedirectionLinkType {\n Page = 'Page',\n External = 'External',\n Email = 'Email',\n Phone = 'Phone',\n section = 'Section'\n}\n\nexport enum Corners {\n Small = 'Small',\n Medium = 'Medium',\n Large = 'Large',\n None = 'None'\n}\n\nexport enum TextPosition {\n BELOW_IMAGE = 'Below image',\n TOP_OF_IMAGE = 'On top of image',\n COVERING_IMAGE = 'Covering image'\n}\n\nexport enum ImageFit {\n Cover = 'Cover',\n Contain = 'Contain'\n}\n\nexport enum ImageRatio {\n SQUARE = '1:1',\n PORTRAIT = '2:3',\n LANDSCAPE = '3:2',\n WIDESCREEN = '16:9'\n}\nexport enum AlignContent {\n Image_TOP = 'top',\n Image_CENTER = 'center',\n Image_BOTTOM = 'bottom'\n}\n\n\nexport enum ChannelType {\n FACEBOOK = 'Facebook',\n TWITTER = 'Twitter',\n LINKEDIN = \"LinkedIn\",\n YOUTUBE = 'Youtube',\n INSTAGRAM = 'Instagram',\n TELEGRAM = \"Telegram\",\n THREADS = \"Threads\"\n}\n\nexport enum FooterTypes {\n SPLIT_DETAILS_RIGHT = 'Split Details Right',\n SPLIT_DETAILS_LEFT = \"Split Details Left\",\n STACKED_DETAILS_RIGHT = \"Stacked Details Right\",\n STACKED_DETAILS_CENTER = \"Stacked Details Center\",\n STACKED_DETAILS_LEFT = \"Stacked Details Left\",\n SIMPLE_DETAILS_RIGHT = \"Simple Details Right\",\n SIMPLE_DETAILS_CENTER = \"Simple Details Center\"\n}\n\nexport enum HeaderButtonStyle {\n TAB = 'Tab',\n ROUND_SUBTLE = \"Round subtle\",\n ROUND_BOLD = \"Round bold\",\n SQUARE_SUBTLE = \"Square subtle\",\n SQUARE_BOLD = \"Square bold\"\n}","import { Directive, ElementRef, Input, OnChanges, input } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { ImageFit, ImageRatio } from '../styles';\nimport { ImageStyle } from '../styles/style.model';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoImageDirective]',\n standalone: true\n})\nexport class ImageDirectiveDirective implements OnChanges{\n @Input() simpoImageDirective?: ImageStyle;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.imageStyleChangeCheck();\n }\n\n\n ngOnInit() {\n\n }\n\n ngOnChanges(){\n if (this.simpoImageDirective?.fit) {\n this.el.nativeElement.style.setProperty('object-fit', this.simpoImageDirective.fit);\n }\n let imageRatio: any = [];\n\n if(this.simpoImageDirective?.fit === ImageFit.Contain){\n this.el.nativeElement.style.removeProperty('aspect-ratio');\n return;\n }\n if (this.simpoImageDirective) {\n if (this.simpoImageDirective.ratio === ImageRatio.SQUARE ||\n this.simpoImageDirective.ratio === ImageRatio.LANDSCAPE ||\n this.simpoImageDirective.ratio === ImageRatio.PORTRAIT ||\n this.simpoImageDirective.ratio === ImageRatio.WIDESCREEN) {\n\n imageRatio = this.simpoImageDirective.ratio.split(\":\");\n }\n this.el.nativeElement.style.setProperty('aspect-ratio', imageRatio[0] + '/' + imageRatio[1])\n }\n\n }\n\n ngOnDestroy() {\n if (this.imageStyleSubscription) {\n this.imageStyleSubscription.unsubscribe()\n }\n }\n\n imageStyleSubscription?: Subscription;\n imageStyleChangeCheck() {\n this.imageStyleSubscription = this.eventService.imageStyleChangeChecks.subscribe((res: any) => {\n this.changeImageStyle(res.id, res.style);\n })\n }\n\n changeImageStyle(id: string, style: ImageStyle) {\n if (this.el.nativeElement.id === id) {\n if (style?.fit) {\n this.el.nativeElement.style.setProperty('object-fit', style.fit);\n }\n\n if(style?.fit === ImageFit.Contain){\n this.el.nativeElement.style.removeProperty('aspect-ratio');\n return;\n }\n let imageRatio: any = [];\n if (style?.ratio === ImageRatio.SQUARE) {\n imageRatio = ImageRatio.SQUARE.split(\":\");\n }\n if (style?.ratio === ImageRatio.LANDSCAPE) {\n imageRatio = ImageRatio.LANDSCAPE.split(\":\");\n }\n if (style?.ratio === ImageRatio.PORTRAIT) {\n imageRatio = ImageRatio.PORTRAIT.split(\":\");\n }\n if (style?.ratio === ImageRatio.WIDESCREEN) {\n imageRatio = ImageRatio.WIDESCREEN.split(\":\");\n }\n this.el.nativeElement.style.setProperty('aspect-ratio', imageRatio[0] + '/' + imageRatio[1])\n }\n }\n}\n","import { Directive, ElementRef, Input, OnChanges, SimpleChanges } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { ButtonStyleModel } from '../styles/style.model';\nimport { BUTTON_SHAPE, BUTTON_TYPE } from '../styles/types';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoButtonDirective]',\n standalone: true\n})\nexport class ButtonDirectiveDirective implements OnChanges {\n @Input() buttonStyle?: ButtonStyleModel;\n @Input() color?: string;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.buttonStyleChangeCheck()\n }\n\n\n ngOnChanges() {\n this.applyButtonStyleChanges();\n }\n\n ngOnDestroy() {\n this.buttonStyleSubscription?.unsubscribe()\n }\n\n applyButtonStyleChanges() {\n if (this.buttonStyle?.type) {\n this.applyButtonType(this.buttonStyle, this.color ? this.color : '#ffffff');\n }\n if (this.buttonStyle?.shape) {\n this.applyButtonShape(this.buttonStyle);\n }\n }\n\n applyButtonType(style: ButtonStyleModel, color: string) {\n if (style?.type === ('Solid' as BUTTON_TYPE)) {\n this.el.nativeElement.style.setProperty('background', color);\n this.el.nativeElement.style.setProperty('color', this.getTextColor(color));\n this.el.nativeElement.style.setProperty('border', `2px solid ${color} `);\n } else {\n this.el.nativeElement.style.setProperty('border', `2px solid ${color}`);\n this.el.nativeElement.style.setProperty('background', 'transparent');\n this.el.nativeElement.style.setProperty('color', color);\n }\n }\n\n applyButtonShape(style: ButtonStyleModel) {\n if (style?.shape === ('Round' as BUTTON_SHAPE)) {\n this.el.nativeElement.style.setProperty('border-radius', '5px');\n } else {\n this.el.nativeElement.style.setProperty('border-radius', '0px');\n }\n }\n\n getTextColor(bgColor: string) {\n if (bgColor) {\n const threshold = 130; // Adjust this threshold as needed\n const r = parseInt(bgColor.slice(1, 3), 16);\n const g = parseInt(bgColor.slice(3, 5), 16);\n const b = parseInt(bgColor.slice(5, 7), 16);\n const brightness = (r * 299 + g * 587 + b * 114) / 1000;\n\n return brightness > threshold ? '#000000' : '#ffffff';\n }\n return \"#ffffff;\"\n }\n\n buttonStyleSubscription?: Subscription;\n buttonStyleChangeCheck() {\n this.buttonStyleSubscription = this.eventService.buttonStyleChangeChecks.subscribe((res: any) => {\n this.changeButtonStyle(res.id, res.buttonStyle, res.color);\n })\n }\n\n changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string) {\n if (this.el.nativeElement.id === id) {\n if (style?.type) {\n this.applyButtonType(style, bgColor ? bgColor : '#ffffff');\n }\n if (style?.shape) {\n this.applyButtonShape(style);\n }\n }\n }\n}\n","import { Component, Input } from '@angular/core';\nimport { ButtonDirectiveDirective } from '../..//directive/button-directive.directive';\nimport { Button, ButtonStyleModel } from '../../styles/style.model';\n\n@Component({\n selector: 'app-button-element',\n standalone: true,\n imports: [ButtonDirectiveDirective],\n templateUrl: './simpo-button.component.html',\n styleUrl: './simpo-button.component.css'\n})\nexport class SimpoButtonComponent {\n @Input() buttonContent? : Button;\n @Input() buttonStyle? : ButtonStyleModel;\n @Input() color? : string;\n @Input() sectionId? : string\n\n ngOnInit(){\n\n }\n\n redirectTo(){\n if(this.buttonContent?.newTab){\n window.open(this.buttonContent.redirectionUrl,'_blank')\n }\n }\n}\n","<button class=\"button\" (click)=\"redirectTo()\" simpoButtonDirective [id]=\"sectionId\" [buttonStyle]=\"buttonStyle\" [color]=\"color\">{{buttonContent?.label}}</button>\n","import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { CornerDirective } from './../../directive/corner-directive';\nimport { ImageDirectiveDirective } from './../../directive/image-directive.directive';\nimport { SimpoButtonComponent } from '../simpo-button/simpo-button.component';\nimport { ButtonModel } from '../../styles/style.model';\n\n@Component({\n selector: 'simpo-below-image-card',\n standalone: true,\n imports: [CommonModule,ImageDirectiveDirective,CornerDirective,SimpoButtonComponent],\n templateUrl: './below-image-card.component.html',\n styleUrl: './below-image-card.component.css'\n})\nexport class BelowImageCardComponent {\n\n @Input() data: any;\n @Input() styles: any;\n @Input() content: any;\n @Input() componentId?: string;\n @Input() button?: ButtonModel;\n\n ngOnInit(){\n // if(this.button && !this.button.content){\n // this.button.content = this.data.button\n // }\n }\n}\n","<div>\n <img [src]=\"data.image.url\" [alt]=\"data.image.altText\" [simpoImageDirective]=\"styles?.image\"\n [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" class=\"w-100\" *ngIf=\"content.display.showImage\">\n <div class=\"ptb-1\">\n <div class=\"heading-medium mb-1\" [innerHtml]=\"data.inputText[0].value\" *ngIf=\"content.display.showHeading\"></div>\n <div class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.display.showContent\"></div>\n <div *ngIf=\"content.display.showLink && content.display.linkType === 'Button'\">\n <app-button-element [buttonContent]=\"data.button\" [buttonStyle]=\"button?.styles\" [sectionId]=\"componentId\"\n [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n </div>\n</div>\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { TextBackground } from '../styles/style.model';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoTextBackgroundDirective]',\n standalone: true\n})\nexport class TextBackgroundDirectiveDirective implements OnChanges {\n @Input('simpoTextBackgroundDirective') textBackgroundDirective?: TextBackground;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n this.textBackgroundChangeCheck()\n }\n\n ngOnChanges() {\n if (this.textBackgroundDirective) {\n let opacity = this.textBackgroundDirective?.amount / 100;\n let rgb = this.getrgbFormColor(this.textBackgroundDirective.color);\n let backgroundColor = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + ')'\n if (this.checkColorIsRgbFormOrNot(backgroundColor)) {\n let rgba = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + \",\" + opacity + ')'\n this.el.nativeElement.style.setProperty('background', rgba);\n this.el.nativeElement.style.setProperty('color', this.getContrastColorFromRGBA(rgba))\n }\n }\n }\n\n ngOnDestroy() {\n if (this.textBackgroundSubscription) {\n this.textBackgroundSubscription.unsubscribe()\n }\n }\n\n public getrgbFormColor(hexCode: any) {\n const hexColorRegex: RegExp = /^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/;\n if (hexColorRegex.test(hexCode)) {\n const r = parseInt(hexCode.slice(1, 3), 16);\n const g = parseInt(hexCode.slice(3, 5), 16);\n const b = parseInt(hexCode.slice(5, 7), 16);\n return { r, g, b };\n }\n return hexCode;\n }\n\n checkColorIsRgbFormOrNot(color: string) {\n const rgbColorRegex: RegExp = /^rgb\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*\\)$/;\n return rgbColorRegex.test(color);\n }\n\n textBackgroundSubscription?: Subscription;\n textBackgroundChangeCheck() {\n this.textBackgroundSubscription = this.eventService.textBackgroundChangeChecks.subscribe((res: any) => {\n this.changeTextBackground(res.id, res.textBackground);\n })\n }\n\n changeTextBackground(id: any, textBackground: TextBackground) {\n if (this.el.nativeElement.id === id && textBackground) {\n let opacity = textBackground.amount / 100;\n let rgb = this.getrgbFormColor(textBackground.color);\n let backgroundColor = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + ')'\n if (this.checkColorIsRgbFormOrNot(backgroundColor)) {\n let rgba = 'rgb' + '(' + rgb.r + \",\" + rgb.g + \",\" + rgb.b + \",\" + opacity + ')'\n this.el.nativeElement.style.setProperty('background', rgba);\n this.el.nativeElement.style.setProperty('color', this.getContrastColorFromRGBA(rgba))\n }\n }\n }\n\n getContrastColorFromRGBA(rgbaString: string): string | null {\n // Extract RGBA values from the RGBA string\n const rgbaValues = this.extractRGBA(rgbaString);\n\n if (rgbaValues) {\n // Get contrast color based on RGBA values\n return this.getContrastColor(rgbaValues);\n }\n\n // Return null if extraction failed\n return null;\n }\n\n // Function to extract RGBA values from RGBA string\n extractRGBA(rgbaString: string): number[] | null {\n // Regular expression to match RGBA values\n const rgbaRegex = /rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+),?\\s*(\\d*(?:\\.\\d+)?)?\\)/;\n\n // Match the RGBA string against the regex\n const match = rgbaString.match(rgbaRegex);\n\n if (match) {\n // Extract RGBA values from the regex groups\n const [, r, g, b, a] = match.map(parseFloat);\n\n // If alpha (a) is not provided, set it to 1\n const alpha = typeof a === 'undefined' ? 1 : a;\n\n // Return the RGBA values as an array\n return [r, g, b, alpha];\n }\n\n // Return null if no match found\n return null;\n }\n\n // Function to calculate contrast color based on RGBA values\n getContrastColor(rgba: number[]): string {\n // Extract RGB values from the RGBA color\n const [r, g, b, a] = rgba;\n\n // Convert RGB values to luminance\n const luminance = (0.299 * r + 0.587 * g + 0.114 * b) / 255;\n\n // Determine threshold for color selection\n const threshold = 0.5;\n\n // Choose contrasting color based on luminance\n return luminance > threshold ? 'black' : 'white';\n }\n\n}\n","import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { CornerDirective } from './../../directive/corner-directive';\nimport { ImageDirectiveDirective } from './../../directive/image-directive.directive';\nimport { TextBackgroundDirectiveDirective } from './../../directive/text-background-directive.directive';\nimport { SimpoButtonComponent } from '../simpo-button/simpo-button.component';\nimport { ButtonModel } from '../../styles/style.model';\n\n@Component({\n selector: 'simpo-top-of-image-card',\n standalone: true,\n imports: [CommonModule,ImageDirectiveDirective,CornerDirective,TextBackgroundDirectiveDirective,SimpoButtonComponent],\n templateUrl: './top-of-image-card.component.html',\n styleUrl: './top-of-image-card.component.css'\n})\nexport class TopOfImageCardComponent {\n @Input() data: any;\n @Input() styles: any;\n @Input() content: any;\n @Input() componentId?: string;\n @Input() button?: ButtonModel;\n\n ngOnInit(){\n // if(this.button && !this.button.content){\n // this.button.content = this.data.button\n // }\n console.log(this.button)\n }\n}\n","<!-- <div style=\"position: relative;\">\n\n <img [src]=\"data.image.url\" [alt]=\"data.image.altText\" [simpoImageDirective]=\"styles?.image\"\n [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" class=\"w-100\" *ngIf=\"content.showImage\">\n\n <div class=\"content\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" [simpoTextBackgroundDirective]=\"styles?.textBackground\">\n <div style=\"color: white;\" class=\"heading-medium mb-1\" [innerHtml]=\"data.inputText[0].value\"\n *ngIf=\"content.showHeading\"></div>\n <div style=\"color: white;\" class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.showContent\">\n </div>\n <app-button-element [buttonData]=\"data?.button\" [sectionId]=\"componentId\" [buttonStyle]=\"styles?.button\" [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n</div>\n -->\n <div class=\"top-container\" [ngStyle]=\"{'background-image' : content.display.showImage ? 'url('+data.image.url+')' : ''}\"\n [simpoCorner]=\"styles?.corners\" [id]=\"componentId\">\n <div [simpoImageDirective]=\"styles?.image\" [id]=\"componentId\" *ngIf=\"content.display.showImage\"></div>\n <div class=\"content\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" [simpoTextBackgroundDirective]=\"content.display.showImage ? styles?.textBackground : ''\">\n <div class=\"heading-medium mb-1 lh-40\" [innerHtml]=\"data.inputText[0].value\"\n *ngIf=\"content.display.showHeading\"></div>\n <div class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.display.showContent\">\n </div>\n <div *ngIf=\"content.display.showLink && content.display.linkType === 'Button'\">\n <app-button-element [buttonContent]=\"data.button\" [buttonStyle]=\"button?.styles\" [sectionId]=\"componentId\" [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n </div>\n</div>\n\n","import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { CornerDirective } from './../../directive/corner-directive';\nimport { ImageDirectiveDirective } from './../../directive/image-directive.directive';\nimport { TextBackgroundDirectiveDirective } from './../../directive/text-background-directive.directive';\nimport { SimpoButtonComponent } from '../simpo-button/simpo-button.component';\nimport { ButtonModel } from '../../styles/style.model';\n\n@Component({\n selector: 'simpo-covering-image-card',\n standalone: true,\n imports: [CommonModule,ImageDirectiveDirective,CornerDirective,TextBackgroundDirectiveDirective,SimpoButtonComponent],\n templateUrl: './covering-image-card.component.html',\n styleUrl: './covering-image-card.component.css'\n})\nexport class CoveringImageCardComponent {\n @Input() data: any;\n @Input() styles: any;\n @Input() content: any;\n @Input() componentId?: string;\n @Input() button?: ButtonModel;\n\n ngOnInit(){\n // if(this.button && !this.button.content){\n // this.button.content = this.data.button\n // }\n }\n}\n","<div class=\"parent-tab\" [id]=\"componentId\" [simpoImageDirective]=\"styles?.image\">\n <img [src]=\"data.image.url\" [alt]=\"data.image.altText\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" class=\"w-100 img\" *ngIf=\"content.display.showImage\">\n <div class=\"ptb-1 content\" [simpoCorner]=\"styles?.corners\" [id]=\"componentId\" [simpoTextBackgroundDirective]=\"styles?.textBackground\">\n <div class=\"heading-medium mb-1\" [innerHtml]=\"data.inputText[0].value\" *ngIf=\"content.display.showHeading\"></div>\n <div class=\"body-desc\" [innerHtml]=\"data.inputText[01].value\" *ngIf=\"content.display.showContent\"></div>\n <div *ngIf=\"content.display.showLink && content.display.linkType === 'Button'\">\n <app-button-element [buttonContent]=\"data.button\" [buttonStyle]=\"button?.styles\" [sectionId]=\"componentId\" [color]=\"styles?.background?.accentColor\"></app-button-element>\n </div>\n </div>\n</div>\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'simpo-heading-element',\n standalone: true,\n imports: [],\n templateUrl: './heading-element.component.html',\n styleUrl: './heading-element.component.css'\n})\nexport class HeadingElementComponent {\n @Input() data?: string = ''\n}\n","<h2 class=\"heading-large\" [innerHtml]=\"data\"></h2>\n","import { CommonModule } from '@angular/common';\r\nimport { Component, HostListener, Input, OnInit } from '@angular/core';\r\nimport { FooterSocialChannelModel } from '../../sections/footer-section/footer-section.modal';\r\n\r\n@Component({\r\n selector: 'simpo-socia-icons',\r\n standalone: true,\r\n imports: [\r\n CommonModule\r\n ],\r\n templateUrl: './socia-icons.component.html',\r\n styleUrl: './socia-icons.component.css'\r\n})\r\nexport class SociaIconsComponent implements OnInit{\r\n\r\n @Input() socialIconData : any;\r\n @Input() color : any;\r\n\r\n constructor(){\r\n this.getScreenSize();\r\n }\r\n\r\n ngOnInit(): void {\r\n if(this.screenWidth < 475){\r\n this.color = '#ffffff'\r\n }\r\n }\r\n\r\n screenWidth: number = 475;\r\n @HostListener('window:resize', ['$event'])\r\n getScreenSize(event?: number) {\r\n if (typeof window !== 'undefined') {\r\n this.screenWidth = window.innerWidth;\r\n } \r\n }\r\n}\r\n","<div *ngIf=\"socialIconData?.type == 'FACEBOOK'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M10.4375 21.8784C5.65941 21.1274 2 16.9877 2 12 2 6.48086 6.48086 2 12 2c5.5191 0 10 4.48086 10 10 0 4.9877-3.6594 9.1274-8.4375 9.8784v-6.9878h2.3301L16.3359 12h-2.7734v-1.8758c0-.79084.3874-1.5617 1.6296-1.5617h1.261V6.10156s-1.1443-.19531-2.2385-.19531c-2.2842 0-3.7771 1.38438-3.7771 3.89063V12H7.89844v2.8906h2.53906v6.9878Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'TWITTER'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path\r\n d=\"M13.6756 10.6218 20.2324 3h-1.5537l-5.6933 6.61788L8.43817 3H3.1935l6.8763 10.0074L3.1935 21h1.55384l6.01226-6.9887L15.5618 21h5.2447l-7.1313-10.3782h.0004Zm-2.1282 2.4738-.6967-.9965-5.54349-7.92939h2.38662l4.47367 6.39919.6967.9966 5.8152 8.318h-2.3866l-4.7454-6.7875v-.0004Z\">\r\n </path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'LINKEDIN'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M19.5565 2C20.9051 2 22 3.09492 22 4.44352V19.5565C22 20.9051 20.9051 22 19.5565 22H4.44352C3.09492 22 2 20.9051 2 19.5565V4.44352C2 3.09492 3.09488 2 4.44352 2H19.5565ZM8.26801 18.5343V9.71723H5.33676v8.81707h2.93125Zm10.56789 0v-5.0562c0-2.7083-1.446-3.96822-3.3742-3.96822-1.5549 0-2.2513.85512-2.6413 1.45572V9.71723H9.88988c.03887.82737 0 8.81707 0 8.81707h2.93052v-4.9241c0-.2636.0189-.527.0966-.7154.2115-.5264.694-1.0716 1.5037-1.0716 1.0599 0 1.4846.8088 1.4846 1.9936v4.7175h2.9306ZM6.82219 5.4657c-1.00289 0-1.65813.65934-1.65813 1.52352 0 .84601.63532 1.52351 1.61934 1.52351 1.02207 0 1.67719-.6775 1.67719-1.52351-.01895-.86297-.63442-1.52164-1.6384-1.52352Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'YOUTUBE'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M21.0053 5.6191c.5996.6477.7946 2.11879.7946 2.11879S22 9.46405 22 11.1908v1.618c0 1.7268-.2001 3.453-.2001 3.453s-.1956 1.4705-.7946 2.1169c-.6859.7654-1.4461.8449-1.8754.8897-.0469.0049-.0899.0094-.1283.0143-2.799.2145-7.0016.222-7.0016.222s-5.20038-.0507-6.80025-.2145c-.07572-.0151-.16746-.0268-.27131-.0402-.50666-.0651-1.3018-.1673-1.93375-.8719-.59957-.6465-.79463-2.1169-.79463-2.1169S2 14.5356 2 12.8082v-1.618c0-1.72615.20006-3.45231.20006-3.45231s.19569-1.47109.79463-2.11879c.68895-.76815 1.4516-.84541 1.88002-.88881.04511-.00457.08651-.00876.12373-.01335C7.79681 4.5 11.995 4.5 11.995 4.5h.0094s4.1982 0 6.9972.21694c.0372.00459.0786.00879.1238.01336.4285.0434 1.1916.12069 1.8799.8888Zm-5.251 6.3832-6.25196 3.7512V8.25117l6.25196 3.75113Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'INSTAGRAM'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M12 2c5.5191 0 10 4.48086 10 10 0 5.5191-4.4809 10-10 10-5.51914 0-10-4.4809-10-10C2 6.48086 6.48086 2 12 2Zm0 3.75c-1.6974 0-1.9102.00719-2.57688.03762-.66523.03035-1.11957.13601-1.51714.29051-.41098.15972-.75953.37343-1.107.72089-.34746.34746-.56117.69602-.72089 1.107-.1545.39753-.26012.85187-.29051 1.5171C5.75719 10.0898 5.75 10.3026 5.75 12s.00719 1.9102.03758 2.5769c.03039.6652.13601 1.1195.29051 1.5171.15972.411.37343.7595.72089 1.107.34747.3475.69602.5612 1.107.7209.39757.1545.85191.2601 1.51714.2905.66668.0304.87948.0376 2.57688.0376s1.9102-.0072 2.5769-.0376c.6652-.0304 1.1195-.136 1.5171-.2905.411-.1597.7595-.3734 1.107-.7209.3475-.3475.5612-.696.7209-1.107.1545-.3976.2601-.8519.2905-1.5171.0304-.6667.0376-.8795.0376-2.5769 0-1.6974-.0072-1.9102-.0376-2.57688-.0304-.66523-.136-1.11957-.2905-1.5171-.1597-.41098-.3734-.75954-.7209-1.107s-.696-.56117-1.107-.72089c-.3976-.1545-.8519-.26016-1.5171-.29051C13.9102 5.75719 13.6974 5.75 12 5.75Zm0 1.12613c1.6688 0 1.8665.00637 2.5255.03645.6094.02781.9403.12961 1.1606.21519.2917.11336.4999.24883.7186.46754.2187.21867.3542.42692.4675.71864.0856.22023.1874.55113.2152 1.1605.0301.65905.0365.85675.0365 2.52555s-.0064 1.8665-.0365 2.5255c-.0278.6094-.1296.9403-.2152 1.1606-.1133.2917-.2488.4999-.4675.7186-.2187.2187-.4269.3542-.7186.4675-.2203.0856-.5512.1874-1.1606.2152-.6589.0301-.8566.0365-2.5255.0365s-1.8666-.0064-2.52555-.0365c-.60937-.0278-.94027-.1296-1.1605-.2152-.29176-.1133-.49997-.2488-.71868-.4675-.21871-.2187-.35414-.4269-.4675-.7186-.08558-.2203-.18742-.5512-.21523-1.1606-.03008-.659-.03641-.8567-.03641-2.5255s.00633-1.8665.03641-2.52555c.02781-.60937.12965-.94027.21523-1.1605.11336-.29172.24879-.49997.4675-.71864.21871-.21871.42692-.35418.71868-.46754.22023-.08558.55113-.18738 1.1605-.21519.65905-.03008.85675-.03645 2.52555-.03645Zm0 1.91442c-1.7725 0-3.20945 1.43695-3.20945 3.20945S10.2275 15.2095 12 15.2095s3.2095-1.437 3.2095-3.2095c0-1.7725-1.437-3.20945-3.2095-3.20945Zm0 5.29275c-1.1506 0-2.08332-.9327-2.08332-2.0833 0-1.1506.93272-2.08332 2.08332-2.08332S14.0833 10.8494 14.0833 12 13.1506 14.0833 12 14.0833Zm4.0863-5.41955c0 .41422-.3358.74996-.7501.74996-.4141 0-.7499-.33574-.7499-.74996s.3358-.75.7499-.75c.4143 0 .7501.33578.7501.75Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'TELEGRAM'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M22 12c0 5.5229-4.4771 10-10 10-5.52285 0-10-4.4771-10-10C2 6.47715 6.47715 2 12 2c5.5229 0 10 4.47715 10 10Zm-9.6417-2.61755c-.9726.40455-2.91653 1.24185-5.83173 2.51195-.47339.1883-.72136.3725-.74394.5525-.03815.3044.34296.4242.86192.5874.0706.0222.14374.0452.21872.0695.51059.166 1.19741.3602 1.55446.3679.32388.007.68537-.1265 1.08446-.4006 2.72381-1.8386 4.12981-2.7679 4.21801-2.788.0623-.0141.1486-.0319.2071.0201.0585.052.0527.1504.0465.1768-.0377.1609-1.5335 1.5516-2.3077 2.2714-.2415.2244-.4127.3836-.4477.42-.0784.0814-.1583.1584-.2351.2325-.4743.4572-.83.8001.0197 1.3601.4084.2691.7352.4917 1.0612.7137.356.2424.7111.4842 1.1705.7854.117.0767.2288.1564.3377.234.4143.2954.7865.5608 1.2464.5184.2672-.0245.5432-.2758.6834-1.0252.3313-1.771.9825-5.6083 1.133-7.18949.0132-.13853-.0034-.31583-.0167-.39367-.0134-.07782-.0412-.18872-.1424-.2708-.1198-.09722-.3048-.11772-.3875-.11627-.3761.00663-.9531.20728-3.7303 1.36238Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </a>\r\n</div>\r\n<div *ngIf=\"socialIconData?.type === 'THREADS'\">\r\n <a [href]=\"socialIconData?.link\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"34\" height=\"34\"\r\n class=\"icon w-8 h-8\" aria-hidden=\"true\" [style.color]=\"color\">\r\n <path\r\n d=\"M12.1482 21.6888h-.0058c-2.89118-.0194-5.1138-.9727-6.60781-2.833-1.32737-1.6568-2.01334-3.9608-2.03659-6.848v-.0136c.02325-2.88921.70922-5.19128 2.03853-6.84806C7.0286 3.28395 9.25316 2.33057 12.1424 2.31119h.0116c2.2168.0155 4.0712.5852 5.511 1.6936 1.3545 1.04252 2.3079 2.52685 2.833 4.41423l-1.6471.45925c-.8914-3.19731-3.1469-4.83085-6.7047-4.85604-2.34853.01744-4.12546.75573-5.28037 2.19355C5.7865 7.56253 5.22842 9.50804 5.20711 12c.02131 2.492.57939 4.4375 1.66066 5.7842 1.15491 1.4398 2.93184 2.1781 5.28043 2.1936 2.118-.0155 3.519-.5097 4.6836-1.651 1.3293-1.3022 1.306-2.9008.8797-3.8736-.25-.5736-.7054-1.0503-1.3196-1.4126-.155 1.0909-.5019 1.9746-1.0367 2.6412-.7151.8894-1.7285 1.3758-3.0113 1.4455-.9708.0523-1.9068-.1763-2.63149-.6472-.85843-.5561-1.36031-1.4049-1.41457-2.3931-.05232-.9612.32942-1.8448 1.07352-2.4881.71114-.6143 1.71104-.9747 2.89304-1.0425.8701-.0485 1.6859-.0097 2.4377.1143-.1007-.5988-.3022-1.07546-.6045-1.41844-.4147-.47282-1.0561-.7131-1.9049-.71891h-.0232c-.6821 0-1.6084.18796-2.19743 1.06577l-1.41844-.95145c.7906-1.17428 2.07337-1.82149 3.61587-1.82149h.0349c2.5791.0155 4.1158 1.59478 4.2689 4.35032.0872.0368.1744.0755.2596.1143 1.2034.5658 2.0831 1.4223 2.5462 2.4784.6434 1.4707.7035 3.8678-1.2498 5.7803-1.494 1.4611-3.3058 2.1219-5.8753 2.1393h-.0058Zm.81-9.4388c-.1958 0-.3934.0058-.5969.0174-1.4824.0833-2.40667.7635-2.3544 1.7304.0543 1.0135 1.1724 1.4844 2.2479 1.4262.9882-.0523 2.2749-.4379 2.4919-2.9957-.5464-.1183-1.1452-.1783-1.7885-.1783Z\">\r\n </path>\r\n </svg>\r\n </a>\r\n</div>","import { NgModule } from '@angular/core';\nimport { ButtonElementComponent } from './button/button.component';\nimport { TextElementComponent } from './text/text.component';\nimport { BelowImageCardComponent } from './below-image-card/below-image-card.component';\nimport { TopOfImageCardComponent } from './top-of-image-card/top-of-image-card.component';\nimport { CoveringImageCardComponent } from './covering-image-card/covering-image-card.component';\nimport { HeadingElementComponent } from './heading-element/heading-element.component';\nimport { SimpoButtonComponent } from './simpo-button/simpo-button.component';\nimport { SociaIconsComponent } from './socia-icons/socia-icons.component';\n\n@NgModule({\n imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent,SimpoButtonComponent,SociaIconsComponent],\n exports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent,SimpoButtonComponent,SociaIconsComponent],\n})\nexport class SimpoElementsModule { }\n","import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\r\nimport {MatIconModule} from '@angular/material/icon';\r\nimport {MatDialog, MatDialogModule} from '@angular/material/dialog';\r\nimport { EventsService } from '../../services/events.service';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@Component({\r\n selector: 'simpo-hover-elements',\r\n standalone: true,\r\n imports: [MatIconModule,MatDialogModule, CommonModule],\r\n templateUrl: './hover-elements.component.html',\r\n styleUrl: './hover-elements.component.css'\r\n})\r\nexport class HoverElementsComponent implements OnInit{\r\n\r\n constructor(\r\n private _eventService : EventsService\r\n ){}\r\n \r\n @Output() edit: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n @Input() data : any;\r\n @Input() index: any;\r\n @Input() editOptions ? : boolean;\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n editSection(){\r\n this._eventService.editSection.emit({data:this.data})\r\n }\r\n\r\n regenerateSection(){\r\n this._eventService.regenerateSection.emit({data:this.data});\r\n }\r\n \r\n changeContent(){\r\n this._eventService.changeContent.emit({data:this.data});\r\n }\r\n\r\n copySection(){\r\n this._eventService.duplicate.emit({data:this.data});\r\n }\r\n moveUp(){\r\n\r\n }\r\n moveDown(){\r\n \r\n }\r\n deleteSection(){\r\n this._eventService.delete.emit({data:this.data});\r\n }\r\n\r\n addSection(position: \"ABOVE\" | \"BELOW\") {\r\n this._eventService.addNewSectionClick.emit({ status: true, index: this.index, position: position, webCompName:this.data})\r\n }\r\n \r\n}\r\n","<mat-dialog-content class=\"mat-typography\" *ngIf=\"editOptions\">\r\n <div class=\"top-btn\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button class=\"add_btn_top\" (click)=\"addSection('ABOVE')\">Add Section +</button>\r\n </div>\r\n <section class=\"hover-tab\">\r\n <div class=\"tabs-section\">\r\n <div class=\"edit-tab\">\r\n <button (click)=\"editSection()\">\r\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <g clip-path=\"url(#clip0_1076_52409)\">\r\n <path\r\n d=\"M2 11.4997V13.9997H4.5L11.8733 6.62638L9.37333 4.12638L2 11.4997ZM13.8067 4.69305C14.0667 4.43305 14.0667 4.01305 13.8067 3.75305L12.2467 2.19305C11.9867 1.93305 11.5667 1.93305 11.3067 2.19305L10.0867 3.41305L12.5867 5.91305L13.8067 4.69305Z\"\r\n fill=\"#0267c1\" />\r\n </g>\r\n <defs>\r\n <clipPath id=\"clip0_1076_52409\">\r\n <rect width=\"18\" height=\"18\" fill=\"white\" />\r\n </clipPath>\r\n </defs>\r\n </svg>\r\n <span class=\"edit-text\">\r\n Edit\r\n </span>\r\n </button>\r\n </div>\r\n <div class=\"vr-line\"></div>\r\n <div class=\"regenerate\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button (click)=\"regenerateSection()\">\r\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path\r\n d=\"M4.01108 19.9525C4.27565 20.0656 4.58327 19.9712 4.7378 19.7271L11.7691 8.55522C11.8829 8.3744 11.8898 8.14608 11.7868 7.95956C11.6838 7.77245 11.4869 7.65628 11.2735 7.65628H6.58085L8.32608 0.730146C8.39647 0.450341 8.25397 0.161357 7.98905 0.0474897C7.72585 -0.0657916 7.41628 0.0291694 7.26233 0.272919L0.231082 11.4448C0.117215 11.6256 0.11034 11.8539 0.213348 12.0405C0.316355 12.2276 0.513191 12.3437 0.726629 12.3437H5.41928L3.67405 19.2699C3.60366 19.5497 3.74612 19.8387 4.01108 19.9525Z\"\r\n fill=\"#0267c1\" />\r\n </svg>\r\n <span class=\"edit-text\">\r\n Regenerate\r\n </span>\r\n </button>\r\n </div>\r\n <div class=\"vr-line\" *ngIf=\"data.sectionType != 'footer'\"></div>\r\n <div class=\"regenerate\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button (click)=\"changeContent()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path stroke=\"#0267c1\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M11 12h7m-7-8h7m-7 4h7M2 16h16\">\r\n </path>\r\n <path stroke=\"#0267c1\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"\r\n d=\"m2 12 .85714-2.28571M8 12l-.85714-2.28571m0 0L5 4 2.85714 9.71429m4.28572 0H2.85714\"></path>\r\n </svg>\r\n <span class=\"edit-text\">Change Content</span>\r\n </button>\r\n </div>\r\n <div class=\"vr-line\" *ngIf=\"data.sectionType != 'footer'\"></div>\r\n <div class=\"remainin-sections\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button class=\"copy\" (click)=\"copySection()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path\r\n d=\"M9 2c-1.10457 0-2 .89543-2 2v8c0 1.1046.89543 2 2 2h6c1.1046 0 2-.8954 2-2V6.41421c0-.53043-.2107-1.03914-.5858-1.41421L14 2.58579C13.6249 2.21071 13.1162 2 12.5858 2H9Z\">\r\n </path>\r\n <path d=\"M3 8c0-1.10457.89543-2 2-2v10h8c0 1.1046-.8954 2-2 2H5c-1.10457 0-2-.8954-2-2V8Z\"></path>\r\n </svg>\r\n </button>\r\n <button class=\"up-arrow\" (click)=\"moveUp()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M3.29289 9.70711c-.39052-.39053-.39052-1.02369 0-1.41422l6-6c.39053-.39052 1.02371-.39052 1.41421 0l6 6c.3905.39053.3905 1.02369 0 1.41422-.3905.39049-1.0237.39049-1.4142 0L11 5.41421V17c0 .5523-.4477 1-1 1-.55228 0-1-.4477-1-1V5.41421l-4.29289 4.2929c-.39053.39049-1.02369.39049-1.41422 0Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </button>\r\n <button class=\"up-arrow\" (click)=\"moveDown()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M16.7071 10.2929c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.02368.3905-1.41421 0l-6-6c-.39052-.3905-.39052-1.0237 0-1.4142.39053-.39053 1.02369-.39053 1.41422 0L9 14.5858V3c0-.55228.44772-1 1-1 .5523 0 1 .44772 1 1v11.5858l4.2929-4.2929c.3905-.39053 1.0237-.39053 1.4142 0Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </button>\r\n <button class=\"up-arrow\" (click)=\"deleteSection()\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#434443\" viewBox=\"0 0 18 18\" width=\"18\" height=\"18\"\r\n class=\"icon w-5 h-5\" aria-hidden=\"true\">\r\n <path fill-rule=\"evenodd\"\r\n d=\"M9 2c-.37877 0-.72503.214-.89443.55279L7.38197 4H4c-.55228 0-1 .44772-1 1s.44772 1 1 1v10c0 1.1046.89543 2 2 2h8c1.1046 0 2-.8954 2-2V6c.5523 0 1-.44772 1-1s-.4477-1-1-1h-3.382l-.7236-1.44721C11.725 2.214 11.3788 2 11 2H9ZM7 8c0-.55228.44772-1 1-1s1 .44772 1 1v6c0 .5523-.44772 1-1 1s-1-.4477-1-1V8Zm5-1c-.5523 0-1 .44772-1 1v6c0 .5523.4477 1 1 1s1-.4477 1-1V8c0-.55228-.4477-1-1-1Z\"\r\n clip-rule=\"evenodd\"></path>\r\n </svg>\r\n </button>\r\n </div>\r\n </div>\r\n </section>\r\n <div class=\"bottom-btn\" *ngIf=\"data.sectionType != 'footer'\">\r\n <button class=\"add_btn\" (click)=\"addSection('BELOW')\">Add Section +</button>\r\n </div>\r\n</mat-dialog-content>","import { NgModule } from '@angular/core';\r\nimport { HoverElementsComponent } from './hover-elements/hover-elements.component';\r\n@NgModule({\r\n imports: [HoverElementsComponent],\r\n exports: [HoverElementsComponent],\r\n})\r\nexport class SimpoComponentModule {}\r\n","import {\r\n Directive,\r\n ElementRef,\r\n Input,\r\n OnChanges,\r\n OnDestroy,\r\n OnInit,\r\n Renderer2,\r\n} from '@angular/core';\r\nimport { animation } from '../styles/index';\r\nimport { AnimationModel } from '../styles/style.model';\r\nimport { EventsService } from '../services/events.service';\r\nimport { ANIMATION_SPEED } from '../styles/types';\r\n@Directive({\r\n selector: '[simpoAnimation]',\r\n standalone: true,\r\n})\r\nexport class AnimationDirective implements OnChanges, OnInit, OnDestroy {\r\n @Input('simpoAnimation') animationData?: AnimationModel;\r\n eventServiceSubscription : any;\r\n animationSpeed = animation\r\n constructor(\r\n private el: ElementRef,\r\n private renderer: Renderer2,\r\n private eventService : EventsService\r\n ) {\r\n this.eventServiceSubscription = this.eventService.animationChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n this.animationData = res.data\r\n this.applyAnimation();\r\n }\r\n }\r\n )\r\n }\r\n ngOnDestroy(): void {\r\n if(this.eventServiceSubscription){\r\n this.eventServiceSubscription.unsubscribe();\r\n }\r\n }\r\n ngOnInit(): void {\r\n this.applyAnimation();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.applyAnimation();\r\n }\r\n\r\n name: any;\r\n\r\n private applyAnimation() {\r\n if (this.animationData?.type) {\r\n const anim = animation.type[this.animationData?.type];\r\n // this.renderer.removeClass(this.el.nativeElement,anim);\r\n // this.renderer.addClass(this.el.nativeElement, anim);\r\n if(this.animationData.type == 'left'){\r\n this.name = 'animateleft'\r\n }\r\n if(this.animationData.type == 'right'){\r\n this.name = 'animateright'\r\n }\r\n if(this.animationData.type == 'top'){\r\n this.name = 'animatetop'\r\n }\r\n if(this.animationData.type == 'bottom'){\r\n this.name = 'animatebottom'\r\n }\r\n if(this.animationData.type == 'fadeIn'){\r\n this.name = 'opac'\r\n }\r\n if(this.animationData.type == 'zoom'){\r\n this.name = 'animatezoom'\r\n }\r\n this.el.nativeElement.style.setProperty('position', 'relative');\r\n this.el.nativeElement.style.setProperty('animation-name', this.name);\r\n }\r\n\r\n if (this.animationData?.speed) {\r\n const speed = animation.speed[this.animationData?.speed];\r\n this.el.nativeElement.style.setProperty('position', 'relative');\r\n this.el.nativeElement.style.setProperty('animation-name', this.name);\r\n this.el.nativeElement.style.setProperty('animation-duration', this.getAnimationSpeed(this.animationData.speed));\r\n }\r\n }\r\n\r\n getAnimationSpeed(speed:ANIMATION_SPEED){\r\n let speedInSec = ''\r\n for(let key of Object.keys(animation.speed)){\r\n if(key === speed){\r\n speedInSec = animation.speed[key];\r\n }\r\n }\r\n return speedInSec;\r\n }\r\n\r\n animationTypes : any ={\r\n left : \"animateleft\",\r\n right : \"animateright\",\r\n bottom :\"animatebottom\",\r\n top : \"animatetop\",\r\n zoom : \"animatezoom\",\r\n fadeIn : \"opac\"\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, SimpleChanges } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { BackgroundModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoBackground]',\r\n standalone: true,\r\n})\r\nexport class BackgroundDirective implements OnChanges {\r\n @Input('simpoBackground') simpoBackground?: BackgroundModel;\r\n\r\n eventEmmitter : any;\r\n constructor(\r\n private el: ElementRef,\r\n private eventService :EventsService) {\r\n if (this.eventEmmitter) {\r\n this.eventEmmitter.unsubscribe()\r\n }\r\n this.eventEmmitter = this.eventService.backgroundImageChangeCheck.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n if (res.data?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-image',\r\n `url(${res.data.image})`\r\n );\r\n this.el.nativeElement.style.setProperty(\r\n 'background-position',\r\n `${res.data.position?.x}% ${res.data.position?.y}%`\r\n );\r\n this.el.nativeElement.style.setProperty('background-repeat', `no-repeat`);\r\n this.el.nativeElement.style.setProperty('background-size', `cover`);\r\n } else {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n res.data?.color\r\n );\r\n this.el.nativeElement.style.setProperty(\r\n 'background-image',\r\n ``\r\n );\r\n this.el.nativeElement.style.setProperty('color',this.getTextColor(res.data?.color))\r\n }\r\n }\r\n }\r\n )\r\n }\r\n ngOnDestroy() {\r\n if (this.eventEmmitter) {\r\n this.eventEmmitter.unsubscribe()\r\n }\r\n }\r\n\r\n ngOnChanges(change:SimpleChanges): void {\r\n if (this.simpoBackground?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-image',\r\n `url(${this.simpoBackground.image})`\r\n );\r\n this.el.nativeElement.style.setProperty(\r\n 'background-position',\r\n `${this.simpoBackground.position?.x}% ${this.simpoBackground.position?.y}%`\r\n );\r\n this.el.nativeElement.style.setProperty('background-repeat', `no-repeat`);\r\n } else {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n this.simpoBackground?.color\r\n );\r\n this.el.nativeElement.style.setProperty('color',this.getTextColor(this.simpoBackground?.color ? this.simpoBackground?.color : '#ffffff'))\r\n }\r\n }\r\n\r\n getTextColor(bgColor: string) {\r\n if (bgColor) {\r\n const threshold = 130; // Adjust this threshold as needed\r\n const r = parseInt(bgColor.slice(1, 3), 16);\r\n const g = parseInt(bgColor.slice(3, 5), 16);\r\n const b = parseInt(bgColor.slice(5, 7), 16);\r\n const brightness = (r * 299 + g * 587 + b * 114) / 1000;\r\n\r\n return brightness > threshold ? '#000000' : '#ffffff';\r\n }\r\n return \"#ffffff;\"\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnInit } from '@angular/core';\r\nimport { fitContent, fitScreen, applySpacing } from '../styles/index';\r\nimport { LayOutModel } from '../styles/style.model';\r\nimport { EventsService } from '../services/events.service';\r\n\r\n@Directive({\r\n selector: '[simpoLayout]',\r\n standalone: true,\r\n})\r\nexport class ContentFitDirective implements OnInit, OnChanges {\r\n @Input('simpoLayout') layout?: LayOutModel;\r\n\r\n constructor(private el: ElementRef,\r\n private eventService : EventsService) {\r\n this.eventService.alignmentChangeChecks.subscribe(\r\n (res:any) =>{\r\n if(res.id === this.el.nativeElement.id){\r\n this.el.nativeElement.style.setProperty('text-align', res.data?.align);\r\n }\r\n }\r\n );\r\n\r\n this.eventService.spacingChangeChecks.subscribe(\r\n (res:any) => {\r\n if(res.id === this.el.nativeElement.id){\r\n this.layout = res.data;\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n applySpacing(this.el.nativeElement,res.data.spacing)\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnInit(): void {\r\n this.appply();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.appply();\r\n }\r\n\r\n appply() {\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n this.el.nativeElement.style.setProperty('text-align', this.layout?.align);\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnInit, Renderer2 } from '@angular/core';\r\nimport { fitContent, fitScreen, applySpacing, BANNERALIGNMENT, HALIGN, BANNERHALIGN } from '../styles/index';\r\nimport { BannerLayOutModel, LayOutModel } from '../styles/style.model';\r\nimport { EventsService } from '../services/events.service';\r\n\r\n@Directive({\r\n selector: '[simpoBannerLayout]',\r\n standalone: true,\r\n})\r\nexport class BannerContentFitDirective implements OnInit, OnChanges {\r\n @Input('simpoBannerLayout') layout?: BannerLayOutModel;\r\n\r\n constructor(private el: ElementRef,\r\n private eventService : EventsService,\r\n private renderer: Renderer2) {\r\n this.eventService.alignmentChangeChecks.subscribe(\r\n (res:any) =>{\r\n if(this.layout?.bannerImageDisplay){\r\n Object.entries(BANNERALIGNMENT).forEach(([className,classValue]) => {\r\n if(res.data?.align === className){\r\n this.renderer.addClass(this.el.nativeElement, classValue);\r\n if(res.data?.align == 'top' || res.data?.align == 'bottom'){\r\n this.el.nativeElement.style.setProperty('text-align',\"center\")\r\n }\r\n }\r\n });\r\n }\r\n else{\r\n Object.entries(BANNERHALIGN).forEach(([className,classValue]) => {\r\n if(res.data?.layoutAlignment?.value === className){\r\n this.renderer.addClass(this.el.nativeElement,`flex-lg-row`);\r\n classValue.split(\" \").forEach(element => {\r\n this.renderer.addClass(this.el.nativeElement, element);\r\n });\r\n }\r\n })\r\n }\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n }\r\n );\r\n\r\n this.eventService.spacingChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.type){\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n applySpacing(this.el.nativeElement,res.data.spacing)\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnInit(): void {\r\n this.appply();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.appply();\r\n }\r\n\r\n appply() {\r\n if (this.layout?.fit === 'content') {\r\n fitContent(this.el.nativeElement);\r\n } else {\r\n fitScreen(this.el.nativeElement);\r\n }\r\n \r\n if(this.layout?.bannerImageDisplay){\r\n Object.entries(BANNERALIGNMENT).forEach(([className,classValue]) => {\r\n if(this.layout?.layoutAlignment.value === className){\r\n this.renderer.addClass(this.el.nativeElement, classValue);\r\n if(this.layout.layoutAlignment.value == 'top' || this.layout.layoutAlignment.value == 'bottom'){\r\n this.el.nativeElement.style.setProperty('text-align',\"center\")\r\n }\r\n }\r\n });\r\n }\r\n else{\r\n Object.entries(BANNERHALIGN).forEach(([className,classValue]) => {\r\n if(this.layout?.layoutAlignment.value === className){\r\n this.renderer.addClass(this.el.nativeElement,`flex-lg-row`);\r\n classValue.split(\" \").forEach(element => {\r\n this.renderer.addClass(this.el.nativeElement, element);\r\n });\r\n }\r\n })\r\n }\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { BorderModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoBorder]',\r\n standalone: true,\r\n})\r\nexport class BorderDirective implements OnChanges {\r\n @Input('simpoBorder') borderData?: BorderModel;\r\n\r\n constructor(\r\n private el: ElementRef,\r\n private eventService : EventsService\r\n ) {\r\n this.eventService.borderChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n if (res.data?.display) {\r\n this.el.nativeElement.style.setProperty(\r\n 'border-bottom',\r\n res.data.thickness+'px' +\r\n ' ' +\r\n res.data.type +\r\n ' ' +\r\n res.data.color\r\n );\r\n }\r\n else{\r\n this.el.nativeElement.style.setProperty(\r\n 'border-bottom',\r\n 'none'\r\n );\r\n }\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnChanges(): void {\r\n if (this.borderData?.display) {\r\n this.el.nativeElement.style.setProperty(\r\n 'border-bottom',\r\n this.borderData.thickness+'px' +\r\n ' ' +\r\n this.borderData.type +\r\n ' ' +\r\n this.borderData.color\r\n );\r\n }\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { CARD_SIZE } from '../styles/types';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoColumnDirective]',\n standalone: true\n})\nexport class ColumnDirectiveDirective implements OnChanges {\n @Input('simpoColumnDirective') columnDirective?: CARD_SIZE;\n cardSizeSubSubscription: Subscription | undefined;\n\n constructor(private el: ElementRef,\n private eventService: EventsService) {\n\n this.checkSizeChanges()\n }\n\n ngOnChanges() {\n if (this.columnDirective === 'Large') {\n this.el.nativeElement.classList.add('col-md-6');\n }\n if (this.columnDirective === 'Medium') {\n this.el.nativeElement.classList.add('col-md-4');\n }\n if (this.columnDirective === 'Small') {\n this.el.nativeElement.classList.add('col-md-3');\n }\n }\n\n ngOnDestroy() {\n if (this.cardSizeSubSubscription) {\n this.cardSizeSubSubscription.unsubscribe()\n }\n }\n\n checkSizeChanges() {\n this.cardSizeSubSubscription = this.eventService.cardSizeChangeChecks.subscribe((res: any) => {\n this.addClass(res.size, res.id);\n })\n }\n\n addClass(res: CARD_SIZE, id: string) {\n if (this.el.nativeElement.id == id) {\n this.removeAllClasses()\n if (res === 'Large') {\n this.el.nativeElement.classList.add('col-md-6');\n }\n if (res === 'Medium') {\n this.el.nativeElement.classList.add('col-md-4');\n }\n if (res === 'Small') {\n this.el.nativeElement.classList.add('col-md-3');\n }\n }\n }\n\n removeAllClasses() {\n this.el.nativeElement.classList.remove(\"col-md-3\");\n this.el.nativeElement.classList.remove(\"col-md-4\");\n this.el.nativeElement.classList.remove(\"col-md-6\");\n }\n}\n","import { Directive, ElementRef, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';\nimport { fitContent, fitScreen, applySpacing } from '../styles/index';\nimport { LayOutModel } from '../styles/style.model';\nimport { EventsService } from '../services/events.service';\n\n@Directive({\n selector: '[simpoContainerLayout]',\n standalone: true,\n})\nexport class ContainerFitDirective implements OnInit, OnChanges {\n @Input('simpoContainerLayout') layout?: LayOutModel;\n\n constructor(\n private readonly el: ElementRef,\n private readonly eventService : EventsService) {\n \n }\n\n ngOnInit(): void {\n this.appply();\n }\n \n ngOnChanges(): void {\n this.appply();\n }\n\n appply() {\n\n if (this.layout?.align == 'center') {\n this.el.nativeElement.style.setProperty('margin', 'auto');\n this.el.nativeElement.style.setProperty('align-items', 'center');\n }\n else if (this.layout?.align == \"left\") {\n this.el.nativeElement.style.setProperty('margin-right', \"auto\");\n this.el.nativeElement.style.setProperty('align-items', 'flex-start');\n }\n else {\n this.el.nativeElement.style.setProperty(\"margin-left\", \"auto\");\n this.el.nativeElement.style.setProperty('align-items', 'flex-end');\n }\n }\n}","import { Directive, ElementRef, Input, OnChanges, Renderer2 } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { AlignContent, contentAlignment } from '../styles';\r\nimport { contentAlignmentModal } from '../styles/style.model';\r\nimport { Subscription } from 'rxjs';\r\n\r\n@Directive({\r\n selector: '[simpoContentAlignment]',\r\n standalone: true,\r\n})\r\nexport class simpoConetenAlignmentDirective implements OnChanges {\r\n @Input('simpoContentAlignment') contentAlignmentData?: AlignContent;\r\n\r\n constructor(\r\n private el: ElementRef,\r\n private eventService: EventsService\r\n ) {}\r\n\r\n ngOnChanges(): void {\r\n this.applyContentAlignment();\r\n }\r\n\r\n ngOnDestroy(){\r\n if(this.contentAlignmentSubscription){\r\n this.contentAlignmentSubscription.unsubscribe();\r\n }\r\n }\r\n\r\n contentAlignmentSubscription?: Subscription;\r\n changeAlignmentCheck(){\r\n this.contentAlignmentSubscription = this.eventService.contentAlignmentChangeCheck.subscribe((res:any) => {\r\n if(this.el.nativeElement.id === res.id){\r\n this.contentAlignmentData = res.data;\r\n this.applyContentAlignment()\r\n }\r\n })\r\n }\r\n\r\n applyContentAlignment(){\r\n this.removeAllClassIfPresent();\r\n if(this.contentAlignmentData){\r\n this.el.nativeElement.classList.add(contentAlignment[this.contentAlignmentData]);\r\n }\r\n }\r\n\r\n removeAllClassIfPresent(){\r\n this.el.nativeElement.classList.remove(contentAlignment[AlignContent.Image_BOTTOM])\r\n this.el.nativeElement.classList.remove(contentAlignment[AlignContent.Image_CENTER])\r\n this.el.nativeElement.classList.remove(contentAlignment[AlignContent.Image_TOP])\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges, OnInit } from '@angular/core';\r\nimport { applySpacing } from '../styles/index';\r\nimport { EventsService } from '../services/events.service';\r\nimport { FooterLayoutModel } from '../sections/footer-section/footer-section.modal';\r\n\r\n@Directive({\r\n selector: '[simpoFooterLayout]',\r\n standalone: true,\r\n})\r\nexport class SimpoFooterLayoutDirective implements OnInit, OnChanges {\r\n @Input('simpoFooterLayout') layout?: FooterLayoutModel;\r\n\r\n constructor(private el: ElementRef,\r\n private eventService : EventsService) { \r\n }\r\n\r\n ngOnInit(): void {\r\n this.appply();\r\n }\r\n\r\n ngOnChanges(): void {\r\n this.appply();\r\n }\r\n\r\n appply() {\r\n applySpacing(this.el.nativeElement, this.layout?.spacing);\r\n }\r\n}\r\n","import { Directive, ElementRef, EventEmitter, HostListener, Input, OnChanges, Output } from '@angular/core';\r\nimport { BorderModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoHover]',\r\n standalone: true,\r\n})\r\n\r\nexport class HoverDirective implements OnChanges {\r\n\r\n @Output() hovering: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n\r\n constructor(private el: ElementRef) {}\r\n\r\n ngOnChanges(): void {\r\n\r\n }\r\n\r\n @HostListener('mouseenter') onMouseEnter() {\r\n this.hovering.emit(true)\r\n \r\n }\r\n\r\n @HostListener('mouseleave') onMouseLeave() {\r\n this.hovering.emit(false)\r\n }\r\n}\r\n","import { Directive, ElementRef, Input, OnChanges } from '@angular/core';\r\nimport { EventsService } from '../services/events.service';\r\nimport { BackgroundModel } from '../styles/style.model';\r\n\r\n@Directive({\r\n selector: '[simpoOverlay]',\r\n standalone: true,\r\n})\r\nexport class OverlayDirective implements OnChanges {\r\n @Input('simpoOverlay') backgroundData?: BackgroundModel;\r\n\r\n constructor(\r\n private el: ElementRef,\r\n private eventService :EventsService\r\n ) {\r\n this.eventService.colorOverlayChangeChecks.subscribe(\r\n (res:any) => {\r\n if(this.el.nativeElement.id === res.type){\r\n if (res.data?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n this.getRGBA(res.data.color, res.data.opacity)\r\n );\r\n }\r\n }\r\n }\r\n )\r\n }\r\n\r\n ngOnChanges(): void {\r\n if (this.backgroundData?.showImage) {\r\n this.el.nativeElement.style.setProperty(\r\n 'background-color',\r\n this.getRGBA(this.backgroundData.color, this.backgroundData.opacity)\r\n );\r\n }\r\n }\r\n\r\n getRGBA(bgColor: string, opacity: number) {\r\n const r = parseInt(bgColor.slice(1, 3), 16);\r\n const g = parseInt(bgColor.slice(3, 5), 16);\r\n const b = parseInt(bgColor.slice(5, 7), 16);\r\n\r\n return `rgba(${r}, ${g}, ${b}, ${opacity / 100})`;\r\n }\r\n}\r\n","import { Directive, ElementRef, Input } from '@angular/core';\nimport { EventsService } from '../services/events.service';\nimport { BANNERALIGNMENT } from '../styles';\nimport { PositionLayoutModal } from '../styles/style.model';\nimport { Subscription } from 'rxjs';\n\n@Directive({\n selector: '[simpoPositionLayoutDirective]',\n standalone: true\n})\nexport class PositionLayoutDirectiveDirective {\n @Input('simpoPositionLayoutDirective') positionLayout?: PositionLayoutModal;\n\n constructor(private el: ElementRef,\n private eventService :EventsService) {\n this.positionLayoutChangeCheck();\n }\n\n ngOnChanges(){\n this.changePositionLayout();\n }\n\n ngOnDestroy(){\n if(this.positionLayoutSubscription){\n this.positionLayoutSubscription.unsubscribe();\n }\n }\n\n changePositionLayout(){\n this.removeAllClassIfPresent();\n this.el.nativeElement.classList.add(BANNERALIGNMENT[this.positionLayout?.value as keyof typeof BANNERALIGNMENT]);\n }\n removeAllClassIfPresent(){\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.left);\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.right);\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.top);\n this.el.nativeElement.classList.remove(BANNERALIGNMENT.bottom);\n }\n\n positionLayoutSubscription?: Subscription;\n positionLayoutChangeCheck(){\n this.positionLayoutSubscription = this.eventService.postionLayoutChangeChecks.subscribe((res:any) => {\n if(this.el.nativeElement.id === res.id){\n this.positionLayout = res.data;\n this.changePositionLayout();\n }\n })\n }\n}\n","import { CommonModule } from '@angular/common';\r\nimport { Component, ElementRef, Input, OnInit, ViewChild } from '@angular/core';\r\nimport { MatGridListModule } from '@angular/material/grid-list';\r\nimport { SimpoElementsModule } from '../../elements/index';\r\nimport { TextContentModel, TextSectionModel } from './text-section.model';\r\nimport { StylesModel } from '../../styles/style.model';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { MatDialog, MatDialogModule } from '@angular/material/dialog';\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\n\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n@Component({\r\n selector: 'simpo-text-section',\r\n standalone: true,\r\n imports: [\r\n CommonModule,\r\n MatGridListModule,\r\n SimpoElementsModule,\r\n SimpoComponentModule,\r\n MatDialogModule,\r\n SimpoButtonComponent,\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './text-section.component.html',\r\n styleUrl: './text-section.component.css',\r\n})\r\nexport class TextSectionComponent implements OnInit {\r\n @Input() data?: TextSectionModel;\r\n @Input() index? : number;\r\n @Input() edit? : boolean;\r\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\r\n content: TextContentModel | undefined;\r\n styles: StylesModel | undefined;\r\n constructor(\r\n private _dialog : MatDialog,\r\n private _eventService : EventsService\r\n ) {}\r\n\r\n ngOnInit() {\r\n this.content = this.data?.content;\r\n this.styles = this.data?.styles;\r\n }\r\n\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:boolean){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n","<div [id]=\"data?.id\" [simpoBackground]=\"styles?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\r\n <div #mainContainer class=\"rowFlex\" [id]=\"data?.id\" [simpoOverlay]=\"styles?.background\" [simpoBorder]=\"styles?.border\">\r\n <div class=\"main-section\" [id]=\"data?.id\" [simpoLayout]=\"styles?.layout\">\r\n <div class=\"body-section\">\r\n <div [simpoAnimation]=\"styles?.animation\" [id]=\"data?.id\">\r\n <div *ngFor=\"let item of content?.inputText\">\r\n <simpo-text-element [textData]=\"item.value\"></simpo-text-element>\r\n </div>\r\n <div class=\"d-grid gap-2 d-md-flex mt-15\" *ngIf=\"data?.action?.display\"\r\n [ngClass]=\"[\r\n styles?.layout?.align === 'left' ? 'justify-content-md-start' : '',\r\n styles?.layout?.align === 'center' ? 'justify-content-md-center' : '',\r\n styles?.layout?.align === 'right' ? 'justify-content-md-end' : ''\r\n ]\">\r\n <ng-container *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [color]=\"styles?.background?.accentColor\" [sectionId]=\"data?.id\"></app-button-element>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n</div>\r\n","import { Component, Input, OnInit } from '@angular/core';\r\nimport { BannerContentModel, BannerSectionModel } from './banner-section.model';\r\nimport { BannerStylesModel } from '../../styles/style.model';\r\nimport { SimpoElementsModule } from './../../elements/index';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { MatGridListModule } from '@angular/material/grid-list';\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\n\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n@Component({\r\n selector: 'simpo-banner-section',\r\n standalone: true,\r\n imports: [\r\n SimpoElementsModule,\r\n CommonModule,\r\n SimpoComponentModule,\r\n MatGridListModule,\r\n SimpoButtonComponent,\r\n\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './banner-section.component.html',\r\n styleUrl: './banner-section.component.css'\r\n})\r\nexport class BannerSectionComponent implements OnInit{\r\n\r\n @Input() data?:BannerSectionModel;\r\n @Input() index? : number;\r\n content?: BannerContentModel;\r\n @Input() edit? : boolean;\r\n styles?: BannerStylesModel;\r\n\r\n\r\n constructor(\r\n private _eventService : EventsService\r\n ){\r\n }\r\n\r\n ngOnInit(): void {\r\n this.content = this.data?.content;\r\n this.styles = this.data?.styles;\r\n if(!this.styles || !this.content) return;\r\n // this.styles.layout.bannerImageDisplay = this.content.image.showImage;\r\n }\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:boolean){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n","<div [id]=\"data?.id\" [simpoBackground]=\"styles?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\r\n <div class=\"col-xxl-8 px-4 py-5 w-100\" [id]=\"data?.id\" #mainContainer [simpoOverlay]=\"styles?.background\" [simpoBorder]=\"styles?.border\">\r\n <div class=\"row g-5\" [id]=\"data?.id\"\r\n [simpoAnimation]=\"styles?.animation\" [simpoLayout]=\"styles?.layout\" [simpoPositionLayoutDirective]=\"styles?.positionLayout\"\r\n [ngClass]=\"{ 'align-items-stretch': styles?.positionLayout?.value === 'left' || styles?.positionLayout?.value === 'right' }\">\r\n <div class=\"col-10 col-sm-8 col-lg-6\" *ngIf=\"content?.image?.showImage\">\r\n <img\r\n [src]=\"content?.image?.url\"\r\n [simpoImageDirective]=\"styles?.image\" [id]=\"data?.id\"\r\n [simpoCorner]=\"styles?.corners\"\r\n class=\"d-block mx-lg-auto img-fluid\" [alt]=\"content?.image?.altText\" width=\"700\" height=\"500\" loading=\"lazy\"/>\r\n </div>\r\n <div class=\"col-lg-6 d-flex flex-column justify-content-start gap-15\" [id]=\"data?.id\" [simpoContentAlignment]=\"styles?.contentAlignment\">\r\n <div *ngFor=\"let item of content?.inputText\">\r\n <div [innerHTML]=\"item.value\" [ngClass]=\"item.label === 'Heading' ? 'heading-large lh-2 mb-3' : 'body-large'\"></div>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\" [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n</div>\r\n","import { Component, Input } from '@angular/core';\nimport { FAQContentModal, FAQSectionModal, FAQStylesModel } from './faq-section.modal';\nimport { SimpoElementsModule } from './../../elements/index';\nimport { CommonModule } from '@angular/common';\nimport { SimpoComponentModule } from '../../components/index';\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n@Component({\n selector: 'simpo-faq-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ContentFitDirective,\n SimpoComponentModule,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './faq-section.component.html',\n styleUrl: './faq-section.component.css'\n})\nexport class FaqSectionComponent {\n @Input() data?: FAQSectionModal;\n @Input() index? : number;\n @Input() edit ? : boolean;\n content?: FAQContentModal;\n style?: FAQStylesModel;\n\n constructor(\n private _eventService : EventsService\n ){}\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid flex-col\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoAnimation]=\"style?.animation\" [simpoLayout]=\"style?.layout\">\n <div *ngFor=\"let text of data?.content?.inputText\" class=\"mb-2\">\n <simpo-heading-element [data]=\"text.value\"></simpo-heading-element>\n </div>\n\n <div *ngFor=\"let itemData of content?.listItem?.data;let i = index\" class=\"data\">\n <p class=\"heading-medium\" data-toggle=\"collapse\" [attr.data-target]=\"'#collapse-' + i\">\n {{itemData.inputText[0].value}}</p>\n <div class=\"body-desc desc collapse multi-collapse\" [attr.id]=\"'collapse-' + i\">{{itemData.inputText[1].value}}\n </div>\n </div>\n </div>\n </div>\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, Input, OnInit } from '@angular/core';\r\nimport { FooterContentModel, FooterSectionModel, FooterStylesModel } from './footer-section.modal';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoElementsModule } from './../../elements/index';\r\nimport { SimpoButtonComponent } from './../../elements/simpo-button/simpo-button.component';\r\nimport { SociaIconsComponent } from './../../elements/socia-icons/socia-icons.component';\r\nimport { FooterTypes } from '../../styles/index';\r\n\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n\r\n@Component({\r\n selector: 'simpo-footer-section',\r\n standalone: true,\r\n imports: [\r\n SimpoElementsModule,\r\n CommonModule,\r\n ContentFitDirective,\r\n SimpoComponentModule,\r\n SimpoButtonComponent,\r\n SociaIconsComponent,\r\n\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './footer-section.component.html',\r\n styleUrl: './footer-section.component.css'\r\n})\r\nexport class FooterSectionComponent implements OnInit{\r\n \r\n @Input() data?:FooterSectionModel;\r\n @Input() index? : number;\r\n @Input() edit ?: boolean;\r\n content ?: FooterContentModel;\r\n style? : FooterStylesModel;\r\n color : any = '#ffffff';\r\n footerTypes = FooterTypes\r\n\r\n constructor(\r\n private _eventService : EventsService\r\n ){}\r\n\r\n ngOnInit(): void {\r\n this.style = this.data?.styles;\r\n this.content = this.data?.content;\r\n }\r\n\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:any){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n\r\n\r\n// Same as header\r\n","<section class=\"total-container\" [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\">\r\n <footer *ngIf=\"style?.footerType === footerTypes.SPLIT_DETAILS_RIGHT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-row flex-column justify-content-between align-items-start align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-5\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-4 mt-0\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-4 mt-0\"\r\n [ngStyle]=\"{'margin-left': content?.socialLinks?.display ? '20px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.SPLIT_DETAILS_LEFT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-row flex-column justify-content-between align-items-start align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3 mt-4 mt-lg-0\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-4 mt-0\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-4 mt-4\"\r\n [ngStyle]=\"{'margin-left': content?.socialLinks?.display ? '20px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-2\">\r\n <div class=\"body-desc mt-lg-5 mt-5\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.STACKED_DETAILS_RIGHT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-colum flex-column justify-content-between align-items-end align-items-lg-end pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow align-items-end\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5 text-end\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-lg-3 mt-4\">\r\n <div class=\"d-flex align-items-start align-items-lg-end flex-column flex-lg-colum gap-lg-0 gap-3\r\n align-items-end\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-5 mt-2\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\"\r\n class=\"button-display mt-lg-5 mt-0 d-flex align-items-end\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small text-end\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.STACKED_DETAILS_LEFT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-colum flex-column justify-content-between align-items-start align-items-lg-start pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow align-items-start\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5 text-start\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-lg-3 mt-4 align-items-start\">\r\n <div class=\"d-flex align-items-start align-items-lg-start flex-column flex-lg-colum gap-lg-0 gap-3 align-items-start justify-content-between\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-5 mt-2\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\"\r\n class=\"button-display mt-lg-5 mt-0 d-flex align-items-end\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small text-end\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.STACKED_DETAILS_CENTER\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-colum flex-column justify-content-between align-items-center align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-grow align-items-center\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-5 mt-5 text-start\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-grow mt-lg-0 mt-lg-3 mt-4 align-items-center\">\r\n <div class=\"d-flex align-items-center align-items-lg-center flex-column flex-lg-colum gap-lg-0 gap-3 align-items-start justify-content-between\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-5 mt-2\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\"\r\n class=\"button-display mt-lg-5 mt-0 d-flex align-items-end\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small text-end\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.SIMPLE_DETAILS_RIGHT\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-row flex-column justify-content-between align-items-center align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-lg-row flex-grow align-items-center gap-lg-3 col-lg-6\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-0 mt-5 col-lg-6\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-lg-row align-items-center gap-lg-3 flex-grow mt-lg-0 mt-5 col-lg-6 justify-content-lg-end\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-0 mt-4\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-0 mt-4\"\r\n [ngStyle]=\"{'margin': content?.socialLinks?.display ? '10px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4 mt-lg-0\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <footer *ngIf=\"style?.footerType === footerTypes.SIMPLE_DETAILS_CENTER\"\r\n #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\r\n <div style=\"padding-left: 1.5rem;padding-right:1.5rem\" [simpoFooterLayout]=\"style?.layout\">\r\n <div\r\n class=\"d-flex flex-lg-column flex-column justify-content-between align-items-center align-items-lg-center pt-5 pb-5\">\r\n <div class=\"d-flex flex-column flex-lg-row flex-grow align-items-center gap-lg-3\">\r\n <div class=\"heading-medium\">\r\n <ng-container *ngIf=\"content?.siteNameAndLogo != 'custom'\">\r\n <span>\r\n <span></span>\r\n <b>{{content?.siteName?.value}}</b>\r\n </span>\r\n </ng-container>\r\n <ng-container *ngIf=\"content?.siteNameAndLogo === 'custom'\">\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-medium\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b\r\n [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"body-desc mt-lg-0 mt-5\" *ngIf=\"content?.additionalDetails?.value != ''\">\r\n {{content?.additionalDetails?.value}}\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column flex-lg-row align-items-center gap-lg-3 flex-grow mt-lg-5 mt-5 justify-content-lg-end\">\r\n <div class=\"d-flex align-items-center align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.socialLinks?.display ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-lg-0 mt-4\" *ngIf=\"content?.socialLinks?.display\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks?.channels\">\r\n <div style=\"position: relative;top: 4px;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display mt-lg-0 mt-4\"\r\n [ngStyle]=\"{'margin': content?.socialLinks?.display ? '10px' : ''}\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"made-with mt-4 mt-lg-0\" *ngIf=\"content?.displayBranding\">\r\n <div class=\"heading-small\">Made with <a class=\"heading-small\" href=\"https://simpo.ai\"\r\n style=\"text-decoration: underline;\">Simpo</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n</section>\r\n","import { Component, HostListener, Input } from '@angular/core';\nimport {\n ImageCarouselSection,\n ImageCarouselSectionContentModel,\n ImageCarouselSectionStylesModel,\n} from './image-carousel.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from './../../elements/index';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-image-carousel-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './image-carousel-section.component.html',\n styleUrl: './image-carousel-section.component.css',\n})\nexport class ImageCarouselSectionComponent {\n @Input() data?: ImageCarouselSection;\n @Input() index? : number;\n content?: ImageCarouselSectionContentModel;\n style?: ImageCarouselSectionStylesModel;\n\n constructor(\n private _eventService : EventsService\n ) {\n this.getScreenSize();\n }\n\n\n\n ngOnInit() {\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n screenWidth: number = 475;\n @HostListener('window:resize', ['$event'])\n getScreenSize(event?: number) {\n if (typeof window !== 'undefined') {\n this.screenWidth = window.innerWidth;\n } \n }\n}\n","<section class=\"container-fluid\" [id]=\"data?.id\" [simpoBackground]=\"style?.background\">\n <div class=\"row\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div id=\"carouselExampleCaptions\" class=\"carousel slide mb-1\">\n <ol class=\"carousel-indicators\">\n <li *ngFor=\"let img of content?.listItem?.data; let i = index\" [class.active]=\"i === 0\"\n data-bs-target=\"#carouselExampleCaptions\" [attr.data-bs-slide-to]=\"i\"></li>\n </ol>\n <div class=\"carousel-inner\">\n <div class=\"carousel-item\" *ngFor=\"let img of content?.listItem?.data; let i = index\" [class.active]=\"i === 0\">\n <div class=\"row\">\n <div class=\"col d-flex\" *ngIf=\"screenWidth >= 475\">\n <img class=\"d-block position-relative\"style=\"width: 20%; left: -20px\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n <img class=\"d-block image-height-80vh\"style=\"width: 60%;\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n <img class=\"d-block position-relative\" style=\"width: 20%; right: -20px;\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n </div>\n <div class=\"col d-flex\" *ngIf=\"screenWidth < 475\">\n <img class=\"d-block w-100 image-height-40vh\" [src]=\"img.image.url\" [alt]=\"img.image.altText\">\n </div>\n </div>\n </div>\n </div>\n <a *ngIf=\"screenWidth > 475\" class=\"carousel-control-prev\" data-bs-target=\"#carouselExampleCaptions\" role=\"button\" data-bs-slide=\"prev\">\n <span class=\"carousel-control-prev-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Previous</span>\n </a>\n <a *ngIf=\"screenWidth > 475\" class=\"carousel-control-next\" data-bs-target=\"#carouselExampleCaptions\" role=\"button\" data-bs-slide=\"next\">\n <span class=\"carousel-control-next-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Next</span>\n </a>\n </div>\n\n\n </div>\n</section>","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport { ImageGridContentModal, ImageGridSectionModel, ImageGridStylesModel } from './image-grid-section.model';\nimport { EventsService } from '../../services/events.service';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { SimpoComponentModule } from '../../components/index';\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\n\n@Component({\n selector: 'simpo-image-grid-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ImageDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './image-grid-section.component.html',\n styleUrl: './image-grid-section.component.css'\n})\nexport class ImageGridSectionComponent {\n @Input() data?:ImageGridSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n content?: ImageGridContentModal;\n style?: ImageGridStylesModel;\n\n constructor(private eventService: EventsService) {}\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\"\n [ngStyle]=\"style?.removeGaps && style?.fullWidth ? {'padding': '0px'} : style?.removeGaps ? {'padding': '0px 15px'} : style?.fullWidth ? {'padding': '0px'} : {}\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n\n <div class=\"main-image-section\" [simpoColumnDirective]=\"style?.size\" [id]=\"data?.id\"\n *ngFor=\"let img of content?.listItem?.data\"\n [ngStyle]=\"style?.removeGaps ? {'padding': '0px', 'margin': '0px'} : {}\">\n <div class=\"image-section\">\n <img [simpoImageDirective]=\"style?.image\" [simpoCorner]=\"style?.corners\" [id]=\"data?.id\"\n [src]=\"img.image.url\" [alt]=\"img.image.altText\" />\n </div>\n </div>\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport {\n ImageContentModal,\n imageSectionModel,\n imageSectionStylesModel,\n} from './image-section.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { SimpoComponentModule } from '../../components/index';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-image-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './image-section.component.html',\n styleUrl: './image-section.component.css',\n})\nexport class ImageSectionComponent {\n @Input() data?: imageSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n content?: ImageContentModal;\n style?: imageSectionStylesModel;\n\n constructor(\n private _eventService : EventsService\n ){}\n ngOnInit(): void {\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n showEditors: boolean = false;\n\n showEditTabs(isShow: boolean) {\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\"\n class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid main-section\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\"\n [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div class=\"image-section\" [ngStyle]=\"style?.fullWidth ? {'padding': '0px', 'margin': '0px'} : {}\">\n <img [ngClass]=\"{'h-80': style?.layout?.fit === 'content', 'image': style?.layout?.fit === 'screen'}\"\n [src]=\"content?.image?.url\" [alt]=\"content?.image?.altText\" [simpoCorner]=\"style?.corners\"\n [id]=\"data?.id\" />\n </div>\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { CommonModule } from '@angular/common';\nimport { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { ServiceContentModal, ServiceSectionModal, ServiceStylesModel } from './service-section.model';\nimport { EventsService } from '../../services/events.service';\nimport { TextPosition } from '../../styles/index';\nimport { SimpoComponentModule } from '../../components/index';\nimport { ButtonModel } from '../../styles/style.model';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\n\n@Component({\n selector: 'simpo-service-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './service-section.component.html',\n styleUrl: './service-section.component.css'\n})\nexport class ServiceSectionComponent {\n @Input() data?:ServiceSectionModal;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n TextPosition = TextPosition;\n content?: ServiceContentModal;\n style?: ServiceStylesModel;\n button?: ButtonModel\n\n constructor(private eventService: EventsService) {}\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n this.button = this.data?.action.buttons[0]\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div class=\"cards\" [simpoColumnDirective]=\"data?.styles?.size\" [id]=\"data?.id\"\n *ngFor=\"let service of content?.listItem?.data\">\n <ng-container *ngIf=\"style?.textPosition === TextPosition.BELOW_IMAGE\">\n <simpo-below-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-below-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.TOP_OF_IMAGE\">\n <simpo-top-of-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-top-of-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.COVERING_IMAGE\">\n <simpo-covering-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-covering-image-card>\n </ng-container>\n\n </div>\n </div>\n </div>\n </div>\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, Input } from '@angular/core';\nimport { TeamMemberContentModal, TeamMemberSectionModal, TeamMemberStylesModel } from './team-member-section.model';\nimport { TextPosition } from '../../styles/index';\nimport { EventsService } from '../../services/events.service';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { CommonModule } from '@angular/common';\nimport { SimpoComponentModule } from '../../components/index';\nimport { ButtonModel } from '../../styles/style.model';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\n@Component({\n selector: 'simpo-team-member-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './team-member-section.component.html',\n styleUrl: './team-member-section.component.css'\n})\nexport class TeamMemberSectionComponent {\n @Input() data?:TeamMemberSectionModal;\n @Input() index? : number;\n @Input() edit?: boolean;\n TextPosition = TextPosition;\n content?: TeamMemberContentModal;\n style?: TeamMemberStylesModel;\n button?: ButtonModel\n\n constructor(private eventService: EventsService) {}\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n this.button = this.data?.action.buttons[0]\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div class=\"cards\" [simpoColumnDirective]=\"data?.styles?.size\" [id]=\"data?.id\"\n *ngFor=\"let service of content?.listItem?.data\">\n <ng-container *ngIf=\"style?.textPosition === TextPosition.BELOW_IMAGE\">\n <simpo-below-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-below-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.TOP_OF_IMAGE\">\n <simpo-top-of-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-top-of-image-card>\n </ng-container>\n <ng-container *ngIf=\"style?.textPosition === TextPosition.COVERING_IMAGE\">\n <simpo-covering-image-card [data]=\"service\" [styles]=\"style\" [content]=\"content\" [button]=\"button\"\n [componentId]=\"data?.id\"></simpo-covering-image-card>\n </ng-container>\n\n </div>\n </div>\n </div>\n </div>\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport {\n testimonialContentModel,\n testimonialSectionModel,\n testimonialStylesModel,\n} from './testimonial-section.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { SimpoComponentModule } from '../../components/index';\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-testimonial-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './testimonial-section.component.html',\n styleUrl: './testimonial-section.component.css',\n})\nexport class TestimonialSectionComponent {\n @Input() data?: testimonialSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n content?: testimonialContentModel;\n style?: testimonialStylesModel;\n\n constructor(\n private _eventService : EventsService\n ){}\n ngOnInit(): void {\n this.content = this.data?.content;\n this.style = this.data?.styles;\n }\n\n showEditors: boolean = false;\n\n showEditTabs(isShow: boolean) {\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover\n (hovering)=\"showEditTabs($event)\" class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\" [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n <div *ngFor=\"let text of data?.content?.inputText\">\n <div class=\"heading-large mb-1\" [innerHTML]=\"text.value\"></div>\n </div>\n\n <div id=\"testimonialCarousel\" class=\"carousel slide mb-1\">\n <ol class=\"carousel-indicators\">\n <li *ngFor=\"let img of content?.listItem?.data; let i = index\" [class.active]=\"i === 0\"\n data-bs-target=\"#testimonialCarousel\" [attr.data-bs-slide-to]=\"i\"></li>\n </ol>\n <div class=\"carousel-inner\">\n <div class=\"carousel-item\" *ngFor=\"let testimonial of content?.listItem?.data; let i = index\"\n [class.active]=\"i === 0\">\n <div style=\"width: 90%; margin: auto;\">\n <div class=\"carousel-caption d-flex flex-column h-100 bottom-0\" style=\"width: 90%;\" [simpoContainerLayout]=\"style?.layout\">\n <img [src]=\"testimonial.image.url\" class=\"mb-1\">\n <p class=\"heading-medium\">{{ testimonial.inputText[0].value }}</p>\n <span href=\"#\" class=\"py-2 px-4 mb-1\">- {{ testimonial.inputText[1].value }}</span>\n </div>\n </div>\n </div>\n </div>\n <a class=\"carousel-control-prev\" data-bs-target=\"#testimonialCarousel\" role=\"button\" data-bs-slide=\"prev\">\n <span class=\"carousel-control-prev-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Previous</span>\n </a>\n <a class=\"carousel-control-next\" data-bs-target=\"#testimonialCarousel\" role=\"button\" data-bs-slide=\"next\">\n <span class=\"carousel-control-next-icon previous-icon\" aria-hidden=\"true\"></span>\n <span class=\"sr-only\">Next</span>\n </a>\n </div>\n\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { Component, Input, OnInit } from '@angular/core';\r\nimport { BannerStylesModel } from '../../styles/style.model';\r\nimport { SimpoElementsModule } from '../../elements/index';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoComponentModule } from '../../components/index';\r\nimport { MatGridListModule } from '@angular/material/grid-list';\r\nimport { TextImageContentModel, TextImageSectionModel } from './text-image-section.model';\r\nimport { EventsService } from '../../services/events.service';\r\n\r\n\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\nimport { AnimationDirective } from '../../directive/animation-directive';\r\nimport { BackgroundDirective } from '../../directive/background-directive';\r\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\r\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\r\nimport { BorderDirective } from '../../directive/border-directive';\r\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\r\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\r\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\r\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\r\nimport { CornerDirective } from '../../directive/corner-directive';\r\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\r\nimport { HoverDirective } from '../../directive/hover-element-directive';\r\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\r\nimport { OverlayDirective } from '../../directive/overlay-directive';\r\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\r\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';;\r\n@Component({\r\n selector: 'simpo-text-image-section',\r\n standalone: true,\r\n imports: [\r\n SimpoElementsModule,\r\n CommonModule,\r\n SimpoComponentModule,\r\n MatGridListModule,\r\n SimpoButtonComponent,\r\n\r\n //directive\r\n AnimationDirective,\r\n BackgroundDirective,\r\n BannerContentFitDirective,\r\n BorderDirective,\r\n ButtonDirectiveDirective,\r\n ColumnDirectiveDirective,\r\n ContainerFitDirective,\r\n simpoConetenAlignmentDirective,\r\n ContentFitDirective,\r\n CornerDirective,\r\n SimpoFooterLayoutDirective,\r\n HoverDirective,\r\n ImageDirectiveDirective,\r\n OverlayDirective,\r\n PositionLayoutDirectiveDirective,\r\n TextBackgroundDirectiveDirective\r\n ],\r\n templateUrl: './text-image-section.component.html',\r\n styleUrl: './text-image-section.component.css'\r\n})\r\nexport class TextImageSectionComponent implements OnInit{\r\n\r\n @Input() data?: TextImageSectionModel;\r\n @Input() index? : number;\r\n @Input() edit? : boolean;\r\n content?: TextImageContentModel;\r\n styles?: BannerStylesModel;\r\n\r\n constructor(private eventService: EventsService){\r\n }\r\n\r\n ngOnInit(): void {\r\n this.content = this.data?.content;\r\n this.styles = this.data?.styles;\r\n if(!this.styles || !this.content) return;\r\n }\r\n\r\n showEditors : boolean = false;\r\n\r\n showEditTabs(isShow:boolean){\r\n this.showEditors = isShow;\r\n }\r\n}\r\n","<div [id]=\"data?.id\" [simpoBackground]=\"styles?.background\" simpoHover (hovering)=\"showEditTabs($event)\" class=\"total-container\">\r\n <div class=\"col-xxl-8 px-4 py-5 w-100\" [id]=\"data?.id\" #mainContainer [simpoOverlay]=\"styles?.background\" [simpoBorder]=\"styles?.border\" >\r\n <div class=\"row g-5\" [id]=\"data?.id\" [simpoLayout]=\"styles?.layout\" [simpoPositionLayoutDirective]=\"styles?.positionLayout\"\r\n [simpoAnimation]=\"styles?.animation\" [ngClass]=\"{ 'align-items-stretch': styles?.positionLayout?.value === 'left' || styles?.positionLayout?.value === 'right' }\"\r\n >\r\n <div class=\"col-10 col-sm-8 col-lg-6\">\r\n <img\r\n [src]=\"content?.image?.url\"\r\n [simpoImageDirective]=\"styles?.image\" [id]=\"data?.id\"\r\n [simpoCorner]=\"styles?.corners\"\r\n class=\"d-block mx-lg-auto img-fluid\" [alt]=\"content?.image?.altText\" width=\"700\" height=\"500\" loading=\"lazy\"/>\r\n </div>\r\n <div class=\"col-lg-6 d-flex flex-column\" [simpoContentAlignment]=\"styles?.contentAlignment\" [id]=\"data?.id\">\r\n <div *ngFor=\"let item of content?.inputText\">\r\n <div [innerHTML]=\"item.value\" [ngClass]=\"item.label === 'Heading' ? 'heading-large lh-2 mb-3' : 'body-large'\"></div>\r\n </div>\r\n <div *ngIf=\"data?.action && data?.action?.display\" class=\"button-display\">\r\n <div *ngFor=\"let button of data?.action?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\" [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div *ngIf=\"showEditors\" [ngClass]=\"{'hover_effect': edit}\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n </div>\r\n","import { Component, ElementRef, Input, ViewChild } from '@angular/core';\nimport { videoSectionContentModel, videoSectionModel, videoSectionStyleModel } from './video-section.model';\nimport { CommonModule } from '@angular/common';\nimport { SimpoElementsModule } from '../../elements/index';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { SimpoComponentModule } from '../../components/index';\n\nimport { AnimationDirective } from '../../directive/animation-directive';\nimport { BackgroundDirective } from '../../directive/background-directive';\nimport { ContentFitDirective } from '../../directive/content-fit-directive';\nimport { BannerContentFitDirective } from '../../directive/banner-content-fit-directive';\nimport { BorderDirective } from '../../directive/border-directive';\nimport { ButtonDirectiveDirective } from '../../directive/button-directive.directive';\nimport { ColumnDirectiveDirective } from '../../directive/column-directive.directive';\nimport { ContainerFitDirective } from '../../directive/container-fir.directive';\nimport { simpoConetenAlignmentDirective } from '../../directive/content-alignment-directive';\nimport { CornerDirective } from '../../directive/corner-directive';\nimport { SimpoFooterLayoutDirective } from '../../directive/footer-layout-directive';\nimport { HoverDirective } from '../../directive/hover-element-directive';\nimport { ImageDirectiveDirective } from '../../directive/image-directive.directive';\nimport { OverlayDirective } from '../../directive/overlay-directive';\nimport { PositionLayoutDirectiveDirective } from '../../directive/position-layout-directive.directive';\nimport { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';\nimport { EventsService } from './../../services/events.service';\n\n@Component({\n selector: 'simpo-video-section',\n standalone: true,\n imports: [\n SimpoElementsModule,\n CommonModule,\n ColumnDirectiveDirective,\n ContentFitDirective,\n SimpoComponentModule,\n\n //directive\n AnimationDirective,\n BackgroundDirective,\n BannerContentFitDirective,\n BorderDirective,\n ButtonDirectiveDirective,\n ColumnDirectiveDirective,\n ContainerFitDirective,\n simpoConetenAlignmentDirective,\n ContentFitDirective,\n CornerDirective,\n SimpoFooterLayoutDirective,\n HoverDirective,\n ImageDirectiveDirective,\n OverlayDirective,\n PositionLayoutDirectiveDirective,\n TextBackgroundDirectiveDirective\n ],\n templateUrl: './video-section.component.html',\n styleUrl: './video-section.component.css'\n})\nexport class VideoSectionComponent {\n\n constructor(\n public dom : DomSanitizer,\n private _eventService : EventsService\n ){\n\n }\n @Input() data?:videoSectionModel;\n @Input() index? : number;\n @Input() edit? : boolean;\n @ViewChild('mainContainer') _mainContainer: ElementRef | null = null;\n videoLink:string = ''\n content?: videoSectionContentModel;\n style?: videoSectionStyleModel;\n\n ngOnInit(){\n this.content = this.data?.content;\n this.style = this.data?.styles;\n if(this.content?.videoLink.url){\n this.videoLink = this.content?.videoLink?.url\n }\n }\n\n showEditors : boolean = false;\n\n showEditTabs(isShow:boolean){\n this.showEditors = isShow;\n }\n}\n","<section [id]=\"data?.id\" [simpoBackground]=\"style?.background\" simpoHover (hovering)=\"showEditTabs($event)\"\n class=\"total-container\">\n <div #mainContainer [id]=\"data?.id\" [simpoOverlay]=\"style?.background\">\n <div class=\"container-fluid main-section\" [id]=\"data?.id\" [simpoBorder]=\"style?.border\"\n [simpoLayout]=\"style?.layout\">\n <div class=\"row\" [id]=\"data?.id\" [simpoAnimation]=\"style?.animation\">\n\n <div *ngFor=\"let text of data?.content?.inputText\" class=\"heading-large mb-1\" [innerHTML]=\"text.value\">\n </div>\n\n\n <div class=\"video-section\" [ngStyle]=\"style?.fullScreen ? {'padding': '0px', 'margin': '0px'} : {}\">\n <iframe class=\"video\"\n [ngClass]=\"{'h-80': style?.layout?.fit === 'content', 'video': style?.layout?.fit === 'screen'}\"\n [src]=\"dom.bypassSecurityTrustResourceUrl(videoLink)\" frameborder=\"0\" allowfullscreen></iframe>\n           \n </div>\n\n </div>\n </div>\n </div>\n\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\n </div>\n</section>\n","import { CommonModule } from '@angular/common';\r\nimport { Component, Input, OnInit } from '@angular/core';\r\nimport { MatButtonModule } from '@angular/material/button';\r\nimport { HeaderButtonModel } from './../../styles/style.model';\r\nimport { HeaderButtonStyle } from './../../styles/index';\r\n\r\n@Component({\r\n selector: 'simpo-navbar-button-element',\r\n standalone: true,\r\n imports: [CommonModule, MatButtonModule],\r\n templateUrl: './navbar-button-element.component.html',\r\n styleUrl: './navbar-button-element.component.css'\r\n})\r\nexport class NavbarButtonElementComponent implements OnInit{\r\n @Input() buttonData?: HeaderButtonModel;\r\n @Input() style?:any;\r\n\r\n buttonStyle = HeaderButtonStyle\r\n\r\n constructor(){}\r\n\r\n ngOnInit(): void {\r\n // console.log(this.buttonData)\r\n }\r\n}\r\n","<div *ngIf=\"buttonData?.content?.status\">\r\n <div *ngIf=\"style === buttonStyle.TAB\">\r\n <button mat-stroked-button style=\"border: none;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n <div [ngStyle]=\"{'border-bottom':'1px solid'+buttonData?.styles?.color}\"></div>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.ROUND_SUBTLE\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.subtleColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.ROUND_BOLD\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.backgroundColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.SQUARE_SUBTLE\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;border-radius: 0px !important;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.subtleColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <div *ngIf=\"style === buttonStyle.SQUARE_BOLD\">\r\n <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\" style=\"border: none;padding: 20px 5px;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color,'background-color':buttonData?.styles?.backgroundColor}\" class=\"navbar-button\">{{buttonData?.content?.label}}</button>\r\n </div>\r\n <!-- <button mat-stroked-button color=\"primary btn-lg px-4 me-md-2\">{{buttonData?.content?.label}}</button> -->\r\n \r\n</div>\r\n<div *ngIf=\"!buttonData?.content?.status\">\r\n <button mat-stroked-button style=\"border: none;\"\r\n [ngStyle]=\"{color:buttonData?.styles?.color}\" class=\"status-navbar-button\">{{buttonData?.content?.label}}</button>\r\n</div>","import { AfterViewInit, Component, HostListener, Input, OnInit } from '@angular/core';\r\nimport { HeaderContentModel, HeaderSectionModel, HeaderStyleModel } from './navbar-section.model';\r\nimport { CommonModule } from '@angular/common';\r\nimport { SimpoButtonComponent } from '../../elements/simpo-button/simpo-button.component';\r\nimport { SociaIconsComponent } from '../../elements/socia-icons/socia-icons.component';\r\nimport { MatIcon } from '@angular/material/icon';\r\nimport { NavbarButtonElementComponent } from './../../elements/navbar-button-element/navbar-button-element.component';\r\nimport { EventsService } from './../../services/events.service';\r\n\r\n@Component({\r\n selector: 'simpo-navbar-section',\r\n standalone: true,\r\n imports: [CommonModule,SimpoButtonComponent,SociaIconsComponent,MatIcon,NavbarButtonElementComponent],\r\n templateUrl: './navbar-section.component.html',\r\n styleUrl: './navbar-section.component.css'\r\n})\r\nexport class NavbarSectionComponent implements OnInit{\r\n\r\n @Input() data ?: HeaderSectionModel;\r\n @Input() index? : number;\r\n content ? : HeaderContentModel;\r\n style ?: HeaderStyleModel\r\n color = '#000000'\r\n constructor(\r\n private _eventService : EventsService\r\n ){\r\n this.getScreenSize();\r\n }\r\n ngOnInit(): void {\r\n this.content = this.data?.content;\r\n this.style = this.data?.styles;\r\n }\r\n\r\n screenWidth: number = 475;\r\n @HostListener('window:resize', ['$event'])\r\n getScreenSize(event?: number) {\r\n if (typeof window !== 'undefined') {\r\n this.screenWidth = window.innerWidth;\r\n } \r\n }\r\n\r\n close(){\r\n let a = document.getElementById(\"navbarNavAltMarkup\");\r\n if(!a) return;\r\n // a.style.display = \"none\"\r\n a.classList.remove(\"show\");\r\n a.classList.add(\"collapse\")\r\n }\r\n}\r\n","<nav class=\"navbar navbar-expand-lg bg-light d-block mb-0\">\r\n <div class=\"container-fluid\">\r\n <div class=\"w-50 left-logo-text\">\r\n <!-- <a class=\"navbar-brand\" href=\"#\">{{content?.siteName?.value}}</a> -->\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 gap-lg-3 align-items-lg-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"w-50 right-btn d-flex justify-content-end\">\r\n <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarNavAltMarkup\"\r\n aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\r\n <span class=\"navbar-toggler-icon\"></span>\r\n </button>\r\n </div>\r\n <div class=\"collapse navbar-collapse p-4\" *ngIf=\"screenWidth > 768\">\r\n <div class=\"navbar-nav align-items-center\">\r\n <div class=\"d-flex align-items-center gap-3\" style=\"margin-right: 10px;\">\r\n <ng-container *ngFor=\"let item of content?.navbarButtons\">\r\n <simpo-navbar-button-element [buttonData]=\"item\" [style]=\"style?.navigationStyle?.type\"></simpo-navbar-button-element>\r\n </ng-container>\r\n </div>\r\n <div class=\"d-flex\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.isSocialLink ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-0\" *ngIf=\"content?.isSocialLink\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks\">\r\n <div style=\"position: relative;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex\">\r\n <div *ngIf=\"content?.isButton\" class=\"button-display mt-0 mb-4\">\r\n <div *ngFor=\"let button of content?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"collapse navbar-collapse\" id=\"navbarNavAltMarkup\" *ngIf=\"screenWidth < 768\">\r\n <div class=\"inner-height p-4\">\r\n <div class=\"nab-bar-mobile flex-column d-flex justify-content-between align-items-center\">\r\n <div class=\"d-flex flex-column w-100\">\r\n <div class=\"d-flex justify-content-between align-items-center\">\r\n <div class=\"title-row\">\r\n <div class=\"d-flex gap-3 align-items-center\" *ngIf=\"!content?.logo?.isImage\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"50px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 align-items-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source === 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n <div class=\"heading-small\" *ngIf=\"content?.logo?.text?.isText\">\r\n <b [ngStyle]=\"{'font-family': content?.logo?.text?.fontFamily}\">{{content?.siteName?.value}}</b>\r\n </div>\r\n </div>\r\n <div class=\"d-flex gap-3 align-items-center\"\r\n *ngIf=\"content?.logo?.isImage && content?.logo?.image?.source != 'BRANDING'\">\r\n <div *ngIf=\"content?.logo?.text?.isIcon\">\r\n <img [src]=\"content?.logo?.text?.url\" alt=\"logo\" width=\"100px\">\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"close-box cursor-pointer d-flex\" (click)=\"close()\">\r\n <mat-icon>close</mat-icon>\r\n </div>\r\n </div>\r\n <div class=\"d-flex justify-content-between align-items-center mt-5\">\r\n <div class=\"d-flex flex-column gap-4 w-100\">\r\n <ng-container *ngFor=\"let item of content?.navbarButtons\">\r\n <simpo-navbar-button-element [buttonData]=\"item\" [style]=\"style?.navigationStyle?.type\"></simpo-navbar-button-element>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex flex-column\">\r\n <div class=\"d-flex\">\r\n <div class=\"d-flex align-items-start align-items-lg-center flex-column flex-lg-row gap-lg-0 gap-3\"\r\n [ngClass]=\"content?.isSocialLink ? 'justify-content-between' : 'justify-content-end'\">\r\n <div class=\"d-flex mt-0\" *ngIf=\"content?.isSocialLink\">\r\n <ng-container *ngFor=\"let item of content?.socialLinks\">\r\n <div style=\"position: relative;margin-right: 10px;\">\r\n <simpo-socia-icons [socialIconData]=\"item\" [color]=\"color\"></simpo-socia-icons>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"d-flex mt-4\">\r\n <div *ngIf=\"content?.isButton\" class=\"button-display\">\r\n <div *ngFor=\"let button of content?.buttons\">\r\n <app-button-element [buttonContent]=\"button.content\" [buttonStyle]=\"button.styles\" [sectionId]=\"data?.id\"\r\n [color]=\"data?.styles?.background?.accentColor\"></app-button-element>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</nav>","/*\n * Public API Surface of simpo-ui\n */\n\n// export * from './lib/simpo-ui.service';\n// export * from './lib/simpo-ui.component';\n\nexport * from './lib/sections/text-section/text-section.component';\nexport * from './lib/sections/banner-section/banner-section.component';\nexport * from './lib/sections/faq-section/faq-section.component';\nexport * from './lib/sections/footer-section/footer-section.component';\nexport * from './lib/sections/image-carousel-section/image-carousel-section.component';\nexport * from './lib/sections/image-grid-section/image-grid-section.component';\nexport * from './lib/sections/image-section/image-section.component';\nexport * from './lib/sections/service-section/service-section.component';\nexport * from './lib/sections/team-member-section/team-member-section.component';\nexport * from './lib/sections/testimonial-section/testimonial-section.component';\nexport * from './lib/sections/text-image-section/text-image-section.component';\nexport * from './lib/sections/video-section/video-section.component';\nexport * from './lib/sections/navbar-section/navbar-section.component';\n\n\n// service\nexport * from './lib/services/events.service';\n\n//directives\n\nexport * from './lib/directive/animation-directive';\nexport * from './lib/directive/background-directive';\nexport * from './lib/directive/banner-content-fit-directive';\nexport * from './lib/directive/border-directive';\nexport * from './lib/directive/button-directive.directive';\nexport * from './lib/directive/column-directive.directive';\nexport * from './lib/directive/container-fir.directive';\nexport * from './lib/directive/content-alignment-directive';\nexport * from './lib/directive/content-fit-directive';\nexport * from './lib/directive/corner-directive';\nexport * from './lib/directive/text-background-directive.directive';\nexport * from './lib/directive/position-layout-directive.directive';\nexport * from './lib/directive/overlay-directive';\nexport * from './lib/directive/image-directive.directive';\nexport * from './lib/directive/hover-element-directive';\nexport * from './lib/directive/footer-layout-directive';\n\n// styles\n\nexport * from './lib/styles/index';\nexport * from './lib/styles/style.model';\nexport * from './lib/styles/types';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.EventsService","i1","i2.EventsService","i4.TextElementComponent","i5.SimpoButtonComponent","i6.HoverElementsComponent","i4.HoverElementsComponent","i4","i5.HoverElementsComponent","i2","i3.HoverElementsComponent","i5"],"mappings":"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"}