simpo-component-library 2.0.65 → 2.0.67

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 (93) hide show
  1. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +8 -4
  2. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +7 -4
  4. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +8 -5
  5. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +7 -4
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +9 -5
  7. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +8 -5
  8. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +8 -5
  9. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +7 -4
  10. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  11. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +8 -4
  12. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  13. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +5 -3
  14. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  15. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +15 -12
  16. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +9 -6
  17. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +7 -4
  18. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +7 -4
  19. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +11 -7
  20. package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
  21. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +7 -4
  22. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +10 -7
  23. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +12 -7
  24. package/esm2022/lib/sections/features-section/features-section.component.mjs +7 -4
  25. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +9 -6
  26. package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
  27. package/esm2022/lib/sections/header-text/header-text.component.mjs +9 -6
  28. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -6
  29. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -6
  30. package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -6
  31. package/esm2022/lib/sections/location-section/location-section.component.mjs +9 -6
  32. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +7 -4
  33. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -6
  34. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +7 -4
  35. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -6
  36. package/esm2022/lib/sections/process-section/process-section.component.mjs +9 -6
  37. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +7 -4
  38. package/esm2022/lib/sections/service-section/service-section.component.mjs +9 -6
  39. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +9 -6
  40. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +9 -6
  41. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +9 -6
  42. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +9 -6
  43. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +9 -6
  44. package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
  45. package/esm2022/lib/sections/video-section/video-section.component.mjs +9 -6
  46. package/fesm2022/simpo-component-library.mjs +261 -178
  47. package/fesm2022/simpo-component-library.mjs.map +1 -1
  48. package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +3 -2
  49. package/lib/ecommerce/sections/category-product/category-product.component.d.ts +3 -2
  50. package/lib/ecommerce/sections/checkout/checkout.component.d.ts +4 -2
  51. package/lib/ecommerce/sections/customer-review/customer-review.component.d.ts +3 -1
  52. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +3 -2
  53. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +3 -2
  54. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
  55. package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +3 -2
  56. package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +2 -1
  57. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +3 -2
  58. package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +2 -1
  59. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -2
  60. package/lib/sections/appointment-form/appointment-form.component.d.ts +3 -2
  61. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +5 -4
  62. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +3 -1
  63. package/lib/sections/blog-list/blog-list.component.d.ts +3 -1
  64. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +4 -3
  65. package/lib/sections/carousel-banner/carousel-banner.model.d.ts +2 -1
  66. package/lib/sections/choose-us-section/choose-us-section.component.d.ts +3 -1
  67. package/lib/sections/contact-us/contact-us.component.d.ts +3 -2
  68. package/lib/sections/faq-section/faq-section.component.d.ts +3 -2
  69. package/lib/sections/features-section/features-section.component.d.ts +3 -1
  70. package/lib/sections/footer-section/footer-section.component.d.ts +3 -1
  71. package/lib/sections/footer-section/footer-section.modal.d.ts +2 -1
  72. package/lib/sections/header-text/header-text.component.d.ts +3 -2
  73. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +5 -3
  74. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +3 -1
  75. package/lib/sections/image-section/image-section.component.d.ts +3 -1
  76. package/lib/sections/location-section/location-section.component.d.ts +3 -1
  77. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +3 -1
  78. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +4 -3
  79. package/lib/sections/pricing-section/pricing-section.component.d.ts +3 -2
  80. package/lib/sections/process-modern/process-modern.component.d.ts +3 -2
  81. package/lib/sections/process-section/process-section.component.d.ts +3 -2
  82. package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +3 -2
  83. package/lib/sections/service-section/service-section.component.d.ts +3 -2
  84. package/lib/sections/team-member-section/team-member-section.component.d.ts +3 -2
  85. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +3 -1
  86. package/lib/sections/testimonial-section/testimonial-section.component.d.ts +3 -2
  87. package/lib/sections/testimonial-video/testimonial-video.component.d.ts +3 -1
  88. package/lib/sections/text-image-section/text-image-section.component.d.ts +3 -2
  89. package/lib/sections/text-section/text-section.component.d.ts +3 -2
  90. package/lib/sections/video-section/video-section.component.d.ts +3 -1
  91. package/package.json +1 -1
  92. package/simpo-component-library-2.0.67.tgz +0 -0
  93. package/simpo-component-library-2.0.65.tgz +0 -0
@@ -3,12 +3,14 @@ import { ImageCarouselSection, ImageCarouselSectionContentModel, ImageCarouselSe
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { SPACING } from '../../styles/index';
6
+ import { BackgroundModel } from '../../styles/style.model';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class ImageCarouselSectionComponent extends BaseSection implements OnInit {
8
9
  private _eventService;
9
10
  data?: ImageCarouselSection;
10
11
  index?: number;
11
12
  customClass?: string;
13
+ nextComponentColor?: BackgroundModel;
12
14
  content?: ImageCarouselSectionContentModel;
13
15
  style?: ImageCarouselSectionStylesModel;
14
16
  edit?: boolean;
@@ -17,10 +19,10 @@ export declare class ImageCarouselSectionComponent extends BaseSection implement
17
19
  ngOnInit(): void;
18
20
  screenWidth: number;
19
21
  getScreenSize(event?: number): void;
20
- getPrevImage(index: number): import("simpo-component-library").Image | undefined;
21
- getNextImage(index: number): import("simpo-component-library").Image | undefined;
22
+ getPrevImage(index: number): import("../../styles/style.model").Image | undefined;
23
+ getNextImage(index: number): import("../../styles/style.model").Image | undefined;
22
24
  get headingSpace(): SPACING;
23
25
  editSection(): void;
24
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageCarouselSectionComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
26
28
  }
@@ -3,6 +3,7 @@ import { ImageGridContentModal, ImageGridSectionModel, ImageGridStylesModel } fr
3
3
  import { EventsService } from '../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { SPACING } from '../../styles/index';
6
+ import { BackgroundModel } from '../../styles/style.model';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class ImageGridSectionComponent extends BaseSection {
8
9
  private _eventService;
@@ -11,6 +12,7 @@ export declare class ImageGridSectionComponent extends BaseSection {
11
12
  edit?: boolean;
12
13
  customClass?: string;
13
14
  delete?: boolean;
15
+ nextComponentColor?: BackgroundModel;
14
16
  _mainContainer: ElementRef | null;
15
17
  content?: ImageGridContentModal;
16
18
  style?: ImageGridStylesModel;
@@ -19,5 +21,5 @@ export declare class ImageGridSectionComponent extends BaseSection {
19
21
  get headingSpace(): SPACING;
20
22
  editSection(): void;
21
23
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageGridSectionComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageGridSectionComponent, "simpo-image-grid-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageGridSectionComponent, "simpo-image-grid-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
23
25
  }
@@ -3,6 +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 } from '../../styles/style.model';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class ImageSectionComponent extends BaseSection {
8
9
  private _eventService;
@@ -11,6 +12,7 @@ export declare class ImageSectionComponent extends BaseSection {
11
12
  edit?: boolean;
12
13
  delete?: boolean;
13
14
  customClass?: string;
15
+ nextComponentColor?: BackgroundModel;
14
16
  _mainContainer: ElementRef | null;
15
17
  content?: ImageContentModal;
16
18
  style?: imageSectionStylesModel;
@@ -21,5 +23,5 @@ export declare class ImageSectionComponent extends BaseSection {
21
23
  opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.3" | "0.2";
22
24
  editSection(): void;
23
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", 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; }; }, {}, never, never, true, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", 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>;
25
27
  }
@@ -4,6 +4,7 @@ import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import * as mapboxgl from 'mapbox-gl';
6
6
  import { Subscription } from 'rxjs';
7
+ import { BackgroundModel } from '../../styles/style.model';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class LocationSectionComponent extends BaseSection {
9
10
  private zone;
@@ -13,6 +14,7 @@ export declare class LocationSectionComponent extends BaseSection {
13
14
  edit?: boolean;
14
15
  delete?: boolean;
15
16
  customClass?: string;
17
+ nextComponentColor?: BackgroundModel;
16
18
  styles?: LocationStyleModel;
17
19
  content?: LocationContentModel;
18
20
  constructor(zone: NgZone, _eventService: EventsService);
@@ -31,5 +33,5 @@ export declare class LocationSectionComponent extends BaseSection {
31
33
  checkMapStyleChange(): void;
32
34
  editSection(): void;
33
35
  static ɵfac: i0.ɵɵFactoryDeclaration<LocationSectionComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<LocationSectionComponent, "simpo-location-section", 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; }; }, {}, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocationSectionComponent, "simpo-location-section", 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>;
35
37
  }
@@ -1,11 +1,13 @@
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
5
  import * as i0 from "@angular/core";
5
6
  export declare class LogoGalleryComponent extends BaseSection {
6
7
  data?: LogoGallerySectionMOdal;
7
8
  index?: number;
8
9
  customClass?: string;
10
+ nextComponentColor?: BackgroundModel;
9
11
  content?: LogoGalleryContentModal;
10
12
  style?: LogoGalleryStylesModel;
11
13
  constructor();
@@ -13,5 +15,5 @@ export declare class LogoGalleryComponent extends BaseSection {
13
15
  get headingSpace(): SPACING;
14
16
  isEvenRow(index: number): boolean;
15
17
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoGalleryComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LogoGalleryComponent, "simpo-logo-gallery", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<LogoGalleryComponent, "simpo-logo-gallery", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
17
19
  }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { ActionModel } from '../../styles/style.model';
2
+ import { ActionModel, BackgroundModel } from '../../styles/style.model';
3
3
  import BaseSection from '../BaseSection';
4
4
  import { EventsService } from './../../services/events.service';
5
5
  import { LogoShowcaseContentModel, LogoShowcaseSection, LogoShowcaseStylesModel } from './logo-showcase.modal';
@@ -12,6 +12,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
12
12
  edit?: boolean;
13
13
  delete?: boolean;
14
14
  customClass?: string;
15
+ nextComponentColor?: BackgroundModel;
15
16
  id: string;
16
17
  action: ActionModel;
17
18
  content?: LogoShowcaseContentModel;
@@ -22,10 +23,10 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
22
23
  constructor(_eventService: EventsService);
23
24
  ngOnInit(): void;
24
25
  get animationDuration(): logoSpeed;
25
- get animationDirection(): logoDirection.Left | "reverse" | "normal";
26
+ get animationDirection(): "reverse" | "normal" | logoDirection.Left;
26
27
  screenWidth: number;
27
28
  getScreenSize(event?: number): void;
28
29
  editSection(): void;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoShowcaseComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<LogoShowcaseComponent, "simpo-logo-showcase", 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; }; }, {}, never, never, true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<LogoShowcaseComponent, "simpo-logo-showcase", 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>;
31
32
  }
@@ -1,5 +1,5 @@
1
1
  import { PricingSectionContentModal, PricingSectionModal, PricingSectionStylesModel } from './pricing-section.modal';
2
- import { ButtonModel } from '../../styles/style.model';
2
+ import { BackgroundModel, ButtonModel } from '../../styles/style.model';
3
3
  import { EventsService } from '../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { SPACING } from '../../styles/index';
@@ -12,6 +12,7 @@ export declare class PricingSectionComponent extends BaseSection {
12
12
  customClass?: string;
13
13
  delete?: boolean;
14
14
  button?: ButtonModel;
15
+ nextComponentColor?: BackgroundModel;
15
16
  content?: PricingSectionContentModal;
16
17
  style?: PricingSectionStylesModel;
17
18
  constructor(_eventService: EventsService);
@@ -21,5 +22,5 @@ export declare class PricingSectionComponent extends BaseSection {
21
22
  editSection(): void;
22
23
  redirectTo(): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
25
26
  }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { LayOutModel } from '../../styles/style.model';
2
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { ProcessModernContentModel, ProcessModernModel, ProcessModernStylesModel } from './process-modern.model';
@@ -12,6 +12,7 @@ export declare class ProcessModernComponent extends BaseSection implements OnIni
12
12
  edit?: boolean;
13
13
  delete?: boolean;
14
14
  customClass?: string;
15
+ nextComponentColor?: BackgroundModel;
15
16
  styles?: ProcessModernStylesModel;
16
17
  constructor(_eventService: EventsService);
17
18
  ngOnInit(): void;
@@ -19,5 +20,5 @@ export declare class ProcessModernComponent extends BaseSection implements OnIni
19
20
  get getJustifyContent(): string;
20
21
  editSection(): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessModernComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ProcessModernComponent, "simpo-process-modern", 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; }; }, {}, never, never, true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProcessModernComponent, "simpo-process-modern", 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>;
23
24
  }
@@ -1,6 +1,6 @@
1
1
  import { EventsService } from './../../services/events.service';
2
2
  import BaseSection from '../BaseSection';
3
- import { LayOutModel } from '../../styles/style.model';
3
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
4
4
  import { ProcessSectionContentModel, ProcessSectionModel, ProcessSectionStylesModel } from './process-section.modal';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ProcessSectionComponent extends BaseSection {
@@ -11,6 +11,7 @@ export declare class ProcessSectionComponent extends BaseSection {
11
11
  edit?: boolean;
12
12
  delete?: boolean;
13
13
  customClass?: string;
14
+ nextComponentColor?: BackgroundModel;
14
15
  styles?: ProcessSectionStylesModel;
15
16
  deviceWidth: number;
16
17
  constructor(_eventService: EventsService);
@@ -21,5 +22,5 @@ export declare class ProcessSectionComponent extends BaseSection {
21
22
  get getJustifyContent(): string;
22
23
  editSection(): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessSectionComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ProcessSectionComponent, "simpo-process-section", 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; }; }, {}, never, never, true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProcessSectionComponent, "simpo-process-section", 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>;
25
26
  }
@@ -3,7 +3,7 @@ import { EventsService } from '../../services/events.service';
3
3
  import BaseSection from '../BaseSection';
4
4
  import { RecentBlogPostSectionModel, RecentBlogPostContentModel, BannerGridStylesModel } from './recent-blog-post-section.model';
5
5
  import { SPACING } from '../../styles/index';
6
- import { ButtonModel } from '../../styles/style.model';
6
+ import { BackgroundModel, ButtonModel } from '../../styles/style.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class RecentBlogPostSectionComponent extends BaseSection implements OnInit {
9
9
  private _eventService;
@@ -13,6 +13,7 @@ export declare class RecentBlogPostSectionComponent extends BaseSection implemen
13
13
  edit?: boolean;
14
14
  delete?: boolean;
15
15
  customClass?: string;
16
+ nextComponentColor?: BackgroundModel;
16
17
  responseData: any[];
17
18
  style?: BannerGridStylesModel;
18
19
  buttonData?: ButtonModel;
@@ -24,5 +25,5 @@ export declare class RecentBlogPostSectionComponent extends BaseSection implemen
24
25
  openBlogList(): void;
25
26
  editSection(): void;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<RecentBlogPostSectionComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<RecentBlogPostSectionComponent, "simpo-recent-blog-post-section", 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; }; "responseData": { "alias": "responseData"; "required": false; }; }, {}, never, never, true, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecentBlogPostSectionComponent, "simpo-recent-blog-post-section", 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; }; "responseData": { "alias": "responseData"; "required": false; }; }, {}, never, never, true, never>;
28
29
  }
@@ -2,7 +2,7 @@ import { ElementRef } from '@angular/core';
2
2
  import { ServiceContentModal, ServiceSectionModal, ServiceStylesModel } from './service-section.model';
3
3
  import { EventsService } from '../../services/events.service';
4
4
  import { TextPosition } from '../../styles/index';
5
- import { ButtonModel } from '../../styles/style.model';
5
+ import { BackgroundModel, ButtonModel } from '../../styles/style.model';
6
6
  import BaseSection from '../BaseSection';
7
7
  import { SPACING } from '../../styles/index';
8
8
  import * as i0 from "@angular/core";
@@ -13,6 +13,7 @@ export declare class ServiceSectionComponent extends BaseSection {
13
13
  edit?: boolean;
14
14
  delete?: boolean;
15
15
  customClass?: string;
16
+ nextComponentColor?: BackgroundModel;
16
17
  _mainContainer: ElementRef | null;
17
18
  TextPosition: typeof TextPosition;
18
19
  content?: ServiceContentModal;
@@ -23,5 +24,5 @@ export declare class ServiceSectionComponent extends BaseSection {
23
24
  get headingSpace(): SPACING;
24
25
  editSection(): void;
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceSectionComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ServiceSectionComponent, "simpo-service-section", 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; }; }, {}, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceSectionComponent, "simpo-service-section", 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>;
27
28
  }
@@ -1,7 +1,7 @@
1
1
  import { TeamMemberContentModal, TeamMemberSectionModal, TeamMemberStylesModel } from './team-member-section.model';
2
2
  import { TextPosition } from '../../styles/index';
3
3
  import { EventsService } from '../../services/events.service';
4
- import { ButtonModel } from '../../styles/style.model';
4
+ import { BackgroundModel, ButtonModel } from '../../styles/style.model';
5
5
  import BaseSection from '../BaseSection';
6
6
  import { SPACING } from '../../styles/index';
7
7
  import * as i0 from "@angular/core";
@@ -12,6 +12,7 @@ export declare class TeamMemberSectionComponent extends BaseSection {
12
12
  edit?: boolean;
13
13
  delete?: boolean;
14
14
  customClass?: string;
15
+ nextComponentColor?: BackgroundModel;
15
16
  TextPosition: typeof TextPosition;
16
17
  content?: TeamMemberContentModal;
17
18
  style?: TeamMemberStylesModel;
@@ -21,5 +22,5 @@ export declare class TeamMemberSectionComponent extends BaseSection {
21
22
  get headingSpace(): SPACING;
22
23
  editSection(): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TeamMemberSectionComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TeamMemberSectionComponent, "simpo-team-member-section", 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; }; }, {}, never, never, true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TeamMemberSectionComponent, "simpo-team-member-section", 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>;
25
26
  }
@@ -1,5 +1,6 @@
1
1
  import { TextPosition } from '../../styles/index';
2
2
  import { EventsService } from '../../services/events.service';
3
+ import { BackgroundModel } from '../../styles/style.model';
3
4
  import BaseSection from '../BaseSection';
4
5
  import { TestimonialFullwidthContentModel, TestimonialFullwidthSectionModel, TestimonialFullwidthStylesModel } from './testimonial-fullwidth.model';
5
6
  import * as i0 from "@angular/core";
@@ -10,6 +11,7 @@ export declare class TestimonialFullwidthComponent extends BaseSection {
10
11
  edit?: boolean;
11
12
  delete?: boolean;
12
13
  customClass?: string;
14
+ nextComponentColor?: BackgroundModel;
13
15
  TextPosition: typeof TextPosition;
14
16
  content?: TestimonialFullwidthContentModel;
15
17
  style?: TestimonialFullwidthStylesModel;
@@ -17,5 +19,5 @@ export declare class TestimonialFullwidthComponent extends BaseSection {
17
19
  ngOnInit(): void;
18
20
  editSection(): void;
19
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialFullwidthComponent, never>;
20
- 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; }; }, {}, never, never, true, never>;
22
+ 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>;
21
23
  }
@@ -3,7 +3,7 @@ import { testimonialContentModel, testimonialSectionModel, testimonialStylesMode
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { SPACING } from '../../styles/index';
6
- import { LayOutModel } from '../../styles/style.model';
6
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class TestimonialSectionComponent extends BaseSection {
9
9
  private _eventService;
@@ -12,6 +12,7 @@ export declare class TestimonialSectionComponent extends BaseSection {
12
12
  edit?: boolean;
13
13
  delete?: boolean;
14
14
  customClass?: string;
15
+ nextComponentColor?: BackgroundModel;
15
16
  _mainContainer: ElementRef | null;
16
17
  content?: testimonialContentModel;
17
18
  style?: testimonialStylesModel;
@@ -21,5 +22,5 @@ export declare class TestimonialSectionComponent extends BaseSection {
21
22
  get getLayout(): LayOutModel;
22
23
  editSection(): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialSectionComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialSectionComponent, "simpo-testimonial-section", 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; }; }, {}, never, never, true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialSectionComponent, "simpo-testimonial-section", 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>;
25
26
  }
@@ -3,6 +3,7 @@ import { TestimonialVideoContentModel, TestimonialVideoItemModel, TestimonialVid
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { SPACING } from '../../styles/index';
6
+ import { BackgroundModel } from '../../styles/style.model';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class TestimonialVideoComponent extends BaseSection {
8
9
  private _eventService;
@@ -11,6 +12,7 @@ export declare class TestimonialVideoComponent extends BaseSection {
11
12
  index?: number;
12
13
  edit?: boolean;
13
14
  delete?: boolean;
15
+ nextComponentColor?: BackgroundModel;
14
16
  content?: TestimonialVideoContentModel;
15
17
  style?: TestimonialVideoStylesModel;
16
18
  constructor(_eventService: EventsService);
@@ -28,5 +30,5 @@ export declare class TestimonialVideoComponent extends BaseSection {
28
30
  onVideoEnd(video: HTMLVideoElement): void;
29
31
  redirectTo(content: TestimonialVideoItemModel): void;
30
32
  static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialVideoComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialVideoComponent, "simpo-testimonial-video", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialVideoComponent, "simpo-testimonial-video", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
32
34
  }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { BannerStylesModel } from '../../styles/style.model';
2
+ import { BackgroundModel, BannerStylesModel } from '../../styles/style.model';
3
3
  import { TextImageContentModel, TextImageSectionModel } from './text-image-section.model';
4
4
  import { EventsService } from '../../services/events.service';
5
5
  import BaseSection from '../BaseSection';
@@ -11,6 +11,7 @@ export declare class TextImageSectionComponent extends BaseSection implements On
11
11
  edit?: boolean;
12
12
  delete?: boolean;
13
13
  customClass?: string;
14
+ nextComponentColor?: BackgroundModel;
14
15
  content?: TextImageContentModel;
15
16
  styles?: BannerStylesModel;
16
17
  constructor(_eventService: EventsService);
@@ -18,5 +19,5 @@ export declare class TextImageSectionComponent extends BaseSection implements On
18
19
  editSection(): void;
19
20
  get canMergeNavbar(): boolean | undefined;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TextImageSectionComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TextImageSectionComponent, "simpo-text-image-section", 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; }; }, {}, never, never, true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextImageSectionComponent, "simpo-text-image-section", 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>;
22
23
  }
@@ -1,6 +1,6 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import { TextContentModel, TextSectionModel } from './text-section.model';
3
- import { StylesModel } from '../../styles/style.model';
3
+ import { BackgroundModel, StylesModel } from '../../styles/style.model';
4
4
  import { MatDialog } from '@angular/material/dialog';
5
5
  import { EventsService } from './../../services/events.service';
6
6
  import BaseSection from '../BaseSection';
@@ -13,6 +13,7 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
13
13
  edit?: boolean;
14
14
  customClass?: string;
15
15
  delete?: boolean;
16
+ nextComponentColor?: BackgroundModel;
16
17
  _mainContainer: ElementRef | null;
17
18
  content: TextContentModel | undefined;
18
19
  styles: StylesModel | undefined;
@@ -20,5 +21,5 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
20
21
  ngOnInit(): void;
21
22
  editSection(): void;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TextSectionComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
24
25
  }
@@ -4,6 +4,7 @@ import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
4
4
  import { EventsService } from './../../services/events.service';
5
5
  import BaseSection from '../BaseSection';
6
6
  import { SPACING } from '../../styles/index';
7
+ import { BackgroundModel } from '../../styles/style.model';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class VideoSectionComponent extends BaseSection {
9
10
  dom: DomSanitizer;
@@ -14,6 +15,7 @@ export declare class VideoSectionComponent extends BaseSection {
14
15
  edit?: boolean;
15
16
  delete?: false;
16
17
  customClass?: string;
18
+ nextComponentColor?: BackgroundModel;
17
19
  _mainContainer: ElementRef | null;
18
20
  videoLink: string;
19
21
  content?: videoSectionContentModel;
@@ -26,5 +28,5 @@ export declare class VideoSectionComponent extends BaseSection {
26
28
  get headingSpace(): SPACING;
27
29
  editSection(): void;
28
30
  static ɵfac: i0.ɵɵFactoryDeclaration<VideoSectionComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<VideoSectionComponent, "simpo-video-section", 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; }; }, {}, never, never, true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<VideoSectionComponent, "simpo-video-section", 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>;
30
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.65",
3
+ "version": "2.0.67",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file