simpo-component-library 3.6.81 → 3.6.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +3 -3
  2. package/esm2022/lib/directive/border-directive.mjs +2 -2
  3. package/esm2022/lib/directive/button-directive.directive.mjs +2 -2
  4. package/esm2022/lib/directive/content-title-spacing.directive.mjs +4 -4
  5. package/esm2022/lib/directive/hover-animation.directive.mjs +8 -1
  6. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +2 -1
  7. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +9 -4
  8. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +8 -4
  9. package/esm2022/lib/elements/editor-service.service.mjs +2 -2
  10. package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +3 -3
  11. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +3 -3
  12. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  13. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +12 -7
  14. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +6 -7
  15. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  16. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +3 -3
  17. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +4 -4
  18. package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
  19. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  20. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  21. package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -4
  22. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +9 -4
  23. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +50 -52
  24. package/esm2022/lib/sections/new-services/new-services.component.mjs +3 -3
  25. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +11 -4
  26. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  27. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  28. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +6 -4
  29. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +4 -4
  30. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  31. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +6 -3
  32. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -3
  33. package/esm2022/lib/styles/style.model.mjs +3 -2
  34. package/esm2022/lib/styles/types.mjs +1 -1
  35. package/fesm2022/simpo-component-library.mjs +421 -387
  36. package/fesm2022/simpo-component-library.mjs.map +1 -1
  37. package/lib/directive/background-directive.d.ts +1 -1
  38. package/lib/directive/button-directive.directive.d.ts +1 -1
  39. package/lib/directive/color.directive.d.ts +1 -1
  40. package/lib/elements/below-image-card/below-image-card.component.d.ts +3 -0
  41. package/lib/elements/covering-image-card/covering-image-card.component.d.ts +3 -0
  42. package/lib/sections/contact-us/contact-us.component.d.ts +1 -1
  43. package/lib/sections/header-text/header-text.model.d.ts +2 -1
  44. package/lib/sections/image-section/image-section.component.d.ts +2 -1
  45. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +2 -1
  46. package/lib/sections/moving-text/moving-text.component.d.ts +11 -10
  47. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +2 -1
  48. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  49. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +1 -0
  50. package/lib/styles/style.model.d.ts +1 -0
  51. package/lib/styles/types.d.ts +1 -1
  52. package/package.json +1 -1
  53. package/simpo-component-library-3.6.82.tgz +0 -0
  54. package/simpo-component-library-3.6.81.tgz +0 -0
@@ -11,7 +11,7 @@ export declare class BackgroundDirective implements OnChanges {
11
11
  constructor(el: ElementRef, eventService: EventsService);
12
12
  ngOnDestroy(): void;
13
13
  ngOnChanges(change: SimpleChanges): void;
14
- getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
14
+ getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundDirective, never>;
16
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundDirective, "[simpoBackground]", never, { "simpoBackground": { "alias": "simpoBackground"; "required": false; }; "scrollValue": { "alias": "scrollValue"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -16,7 +16,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
16
16
  applyButtonStyleChanges(): void;
17
17
  applyButtonType(style: ButtonStyleModel, backgroundInfo?: BackgroundModel): void;
18
18
  applyButtonShape(style: ButtonStyleModel): void;
19
- getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
19
+ getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
20
20
  buttonStyleSubscription?: Subscription;
21
21
  buttonStyleChangeCheck(): void;
22
22
  changeButtonStyle(id: any, style: ButtonStyleModel, backgroundInfo: BackgroundModel): void;
@@ -12,7 +12,7 @@ export declare class ColorDirective implements OnChanges {
12
12
  ngOnDestroy(): void;
13
13
  applyColor(): void;
14
14
  bgColorChangeCheck(): void;
15
- getTextColor(): "#000000" | "#ffffff" | "#ffffff;";
15
+ getTextColor(): "#ffffff" | "#000000" | "#ffffff;";
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorDirective, never>;
17
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<ColorDirective, "[simpoColor]", never, { "bgColor": { "alias": "simpoColor"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
@@ -13,6 +13,9 @@ export declare class BelowImageCardComponent {
13
13
  ngOnInit(): void;
14
14
  redirectTo(): void;
15
15
  get getAspectRatio(): any;
16
+ getContentAnimation(): {
17
+ contentAnimation: any;
18
+ };
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BelowImageCardComponent, never>;
17
20
  static ɵcmp: i0.ɵɵComponentDeclaration<BelowImageCardComponent, "simpo-below-image-card", never, { "data": { "alias": "data"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "content": { "alias": "content"; "required": false; }; "componentId": { "alias": "componentId"; "required": false; }; "button": { "alias": "button"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
18
21
  }
@@ -12,6 +12,9 @@ export declare class CoveringImageCardComponent {
12
12
  constructor(_eventService: EventsService);
13
13
  ngOnInit(): void;
14
14
  redirectTo(): void;
15
+ getContentAnimation(): {
16
+ contentAnimation: any;
17
+ };
15
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CoveringImageCardComponent, never>;
16
19
  static ɵcmp: i0.ɵɵComponentDeclaration<CoveringImageCardComponent, "simpo-covering-image-card", never, { "data": { "alias": "data"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "content": { "alias": "content"; "required": false; }; "componentId": { "alias": "componentId"; "required": false; }; "button": { "alias": "button"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
17
20
  }
@@ -28,7 +28,7 @@ export declare class ContactUsComponent extends BaseSection implements OnInit {
28
28
  editSection(): void;
29
29
  canShowContactField(field: any): any;
30
30
  getCardStyle(): {};
31
- getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
31
+ getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsComponent, never>;
33
33
  static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsComponent, "simpo-contact-us", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
34
34
  }
@@ -1,4 +1,4 @@
1
- import { ActionModel, InputTextModel, PositionLayoutModal, StylesModel } from "./../../styles/style.model";
1
+ import { ActionModel, InputTextModel, PositionLayoutModal, StylesModel, AlignContent } from "./../../styles/style.model";
2
2
  export interface HeaderTextModel {
3
3
  id: string;
4
4
  sectionType: string;
@@ -15,4 +15,5 @@ export interface textModel {
15
15
  }
16
16
  export interface HeaderTextStylesModel extends StylesModel {
17
17
  positionLayout: PositionLayoutModal;
18
+ contentAlignment: AlignContent;
18
19
  }
@@ -3,7 +3,7 @@ import { ImageContentModal, imageSectionModel, imageSectionStylesModel } from '.
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { OverlayValue } from "../../styles/index";
6
- import { BackgroundModel, Button } from '../../styles/style.model';
6
+ import { BackgroundModel, Button, LayOutModel } from '../../styles/style.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ImageSectionComponent extends BaseSection {
9
9
  private _eventService;
@@ -21,6 +21,7 @@ export declare class ImageSectionComponent extends BaseSection {
21
21
  ngOnInit(): void;
22
22
  get canMergeNavbar(): boolean | undefined;
23
23
  get getBackgroundOpacity(): "1" | "0.7" | "0.5" | "0.3" | "0.2";
24
+ get stylesLayout(): LayOutModel;
24
25
  opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.3" | "0.2";
25
26
  editSection(): void;
26
27
  redirectTo(): void;
@@ -1,7 +1,7 @@
1
1
  import { LogoGalleryContentModal, LogoGallerySectionMOdal, LogoGalleryStylesModel } from './logo-gallery.modal';
2
2
  import BaseSection from '../BaseSection';
3
3
  import { SPACING } from '../../styles/index';
4
- import { BackgroundModel } from '../../styles/style.model';
4
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
5
5
  import { EventsService } from './../../services/events.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LogoGalleryComponent extends BaseSection {
@@ -19,6 +19,7 @@ export declare class LogoGalleryComponent extends BaseSection {
19
19
  getScreenSize(): void;
20
20
  ngOnInit(): void;
21
21
  get headingSpace(): SPACING;
22
+ get stylesLayout(): LayOutModel;
22
23
  isEvenRow(index: number): boolean;
23
24
  editSection(): void;
24
25
  stopPropagation(event: any): void;
@@ -8,20 +8,21 @@ export declare class MovingTextComponent extends BaseSection {
8
8
  delete?: boolean;
9
9
  customClass?: string;
10
10
  index?: number;
11
- constructor(_eventService: EventsService);
12
- ngOnInit(): void;
13
- ngOnChanges(): void;
14
- editSection(): void;
15
- stopPropagation(event: any): void;
16
- screenWidth: any;
17
- getScreenSize(): void;
18
11
  currentIndex: number;
12
+ previousIndex: number;
19
13
  isTransitioning: boolean;
20
- animationDirection: string;
14
+ animationDirection: 'left' | 'right';
21
15
  private interval;
22
- private alternateDirection;
16
+ private animationDuration;
17
+ private displayDuration;
18
+ constructor(_eventService: EventsService);
19
+ ngOnInit(): void;
20
+ ngOnDestroy(): void;
23
21
  startAnimationCycle(): void;
24
- getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
22
+ private transitionToNext;
23
+ isItemVisible(index: number): boolean;
24
+ getItemClass(index: number): string;
25
+ getTextColor(bgColor: string): "#ffffff" | "#000000";
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MovingTextComponent, never>;
26
27
  static ɵcmp: i0.ɵɵComponentDeclaration<MovingTextComponent, "simpo-moving-text", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
27
28
  }
@@ -15,12 +15,13 @@ export declare class NewTestimonialsComponent extends BaseSection {
15
15
  styles?: NewTestimonialsStyleModel;
16
16
  constructor(_eventService: EventsService);
17
17
  ngOnInit(): void;
18
+ ngOnChanges(): void;
18
19
  ngAfterViewInit(): void;
19
20
  get stylesLayout(): LayOutModel;
20
21
  idx: number;
21
22
  getImageData(): import("../../styles/style.model").Image | undefined;
22
23
  getImageUrl(): string | undefined;
23
- getImageType(): import("simpo-component-library").FILE_TYPE | undefined;
24
+ getImageType(): "Image" | "Video";
24
25
  editSection(): void;
25
26
  stopPropagation(event: any): void;
26
27
  screenWidth: any;
@@ -18,7 +18,7 @@ export declare class PricingSectionComponent extends BaseSection {
18
18
  constructor(_eventService: EventsService);
19
19
  ngOnInit(): void;
20
20
  get stylesLayout(): LayOutModel;
21
- getTextColor(): "#000000" | "#ffffff";
21
+ getTextColor(): "#ffffff" | "#000000";
22
22
  get headingSpace(): SPACING;
23
23
  getButtonId(): string;
24
24
  editSection(): void;
@@ -19,6 +19,7 @@ export declare class TestimonialFullwidthComponent extends BaseSection {
19
19
  ngOnInit(): void;
20
20
  get stylesLayout(): LayOutModel;
21
21
  editSection(): void;
22
+ getListItemLength(): number;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialFullwidthComponent, never>;
23
24
  static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialFullwidthComponent, "simpo-testimonial-fullwidth", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
24
25
  }
@@ -198,3 +198,4 @@ export interface TextSize {
198
198
  heading: TEXT_SIZE;
199
199
  desc: TEXT_SIZE;
200
200
  }
201
+ export { AlignContent };
@@ -1,5 +1,5 @@
1
1
  export type SPACING_TYPE = 'none' | 'small' | 'medium' | 'large' | 'remove';
2
- export type CONTENT_ANIMATION = 'hover' | 'grow-shadow' | 'pop-bounce' | 'hover-pop' | 'slide-in-left';
2
+ export type CONTENT_ANIMATION = 'hover' | 'grow-shadow' | 'pop-bounce' | 'hover-pop' | 'slide-in-left' | 'none';
3
3
  export type ALIGN = 'left' | 'center' | 'right';
4
4
  export type LAYOUTPOSITION = 'left' | 'right' | 'top' | 'bottom';
5
5
  export type CONTENTPOSITION = 'image center' | 'image top' | 'image bottom';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.81",
3
+ "version": "3.6.82",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file