simpo-component-library 2.0.6 → 2.0.7

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 (106) 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/elements/index.mjs +6 -5
  16. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +29 -0
  17. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  18. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +15 -12
  19. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +9 -6
  20. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +7 -4
  21. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +10 -6
  22. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +7 -4
  23. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +11 -7
  24. package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
  25. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +7 -4
  26. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +10 -7
  27. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +12 -7
  28. package/esm2022/lib/sections/features-section/features-section.component.mjs +7 -4
  29. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +9 -6
  30. package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
  31. package/esm2022/lib/sections/header-text/header-text.component.mjs +9 -6
  32. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -6
  33. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -6
  34. package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -6
  35. package/esm2022/lib/sections/location-section/location-section.component.mjs +9 -6
  36. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +7 -4
  37. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -6
  38. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +7 -4
  39. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -6
  40. package/esm2022/lib/sections/process-section/process-section.component.mjs +9 -6
  41. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +7 -4
  42. package/esm2022/lib/sections/service-section/service-section.component.mjs +9 -6
  43. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +9 -6
  44. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +9 -6
  45. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +9 -6
  46. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +9 -6
  47. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +9 -6
  48. package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
  49. package/esm2022/lib/sections/video-section/video-section.component.mjs +9 -6
  50. package/esm2022/lib/services/rest.service.mjs +3 -3
  51. package/esm2022/lib/styles/index.mjs +22 -1
  52. package/esm2022/lib/styles/style.model.mjs +1 -1
  53. package/fesm2022/simpo-component-library.mjs +318 -187
  54. package/fesm2022/simpo-component-library.mjs.map +1 -1
  55. package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +3 -2
  56. package/lib/ecommerce/sections/category-product/category-product.component.d.ts +3 -2
  57. package/lib/ecommerce/sections/checkout/checkout.component.d.ts +4 -2
  58. package/lib/ecommerce/sections/customer-review/customer-review.component.d.ts +3 -1
  59. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +3 -2
  60. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +3 -2
  61. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
  62. package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +3 -2
  63. package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +2 -1
  64. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +3 -2
  65. package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +2 -1
  66. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -2
  67. package/lib/elements/index.d.ts +2 -1
  68. package/lib/elements/svg-divider/svg-divider.component.d.ts +54 -0
  69. package/lib/sections/appointment-form/appointment-form.component.d.ts +3 -2
  70. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +5 -4
  71. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +3 -1
  72. package/lib/sections/banner-section/banner-section.component.d.ts +3 -2
  73. package/lib/sections/blog-list/blog-list.component.d.ts +3 -1
  74. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +4 -3
  75. package/lib/sections/carousel-banner/carousel-banner.model.d.ts +2 -1
  76. package/lib/sections/choose-us-section/choose-us-section.component.d.ts +3 -1
  77. package/lib/sections/contact-us/contact-us.component.d.ts +3 -2
  78. package/lib/sections/faq-section/faq-section.component.d.ts +3 -2
  79. package/lib/sections/features-section/features-section.component.d.ts +3 -1
  80. package/lib/sections/footer-section/footer-section.component.d.ts +3 -1
  81. package/lib/sections/footer-section/footer-section.modal.d.ts +2 -1
  82. package/lib/sections/header-text/header-text.component.d.ts +3 -2
  83. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +5 -3
  84. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +3 -1
  85. package/lib/sections/image-section/image-section.component.d.ts +5 -3
  86. package/lib/sections/location-section/location-section.component.d.ts +3 -1
  87. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +3 -1
  88. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +3 -2
  89. package/lib/sections/pricing-section/pricing-section.component.d.ts +3 -2
  90. package/lib/sections/process-modern/process-modern.component.d.ts +3 -2
  91. package/lib/sections/process-section/process-section.component.d.ts +3 -2
  92. package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +3 -2
  93. package/lib/sections/service-section/service-section.component.d.ts +3 -2
  94. package/lib/sections/team-member-section/team-member-section.component.d.ts +3 -2
  95. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +3 -1
  96. package/lib/sections/testimonial-section/testimonial-section.component.d.ts +3 -2
  97. package/lib/sections/testimonial-video/testimonial-video.component.d.ts +3 -1
  98. package/lib/sections/text-image-section/text-image-section.component.d.ts +3 -2
  99. package/lib/sections/text-section/text-section.component.d.ts +3 -2
  100. package/lib/sections/video-section/video-section.component.d.ts +3 -1
  101. package/lib/styles/index.d.ts +17 -0
  102. package/lib/styles/style.model.d.ts +2 -1
  103. package/package.json +1 -1
  104. package/simpo-component-library-2.0.7.tgz +0 -0
  105. package/src/lib/styles/global-styles.css +86 -0
  106. package/simpo-component-library-2.0.6.tgz +0 -0
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import BaseSection from '../BaseSection';
3
3
  import { EventsService } from '../../services/events.service';
4
4
  import { FeatureContentModel, FeatureStylesModel, FeatureSectionModel, FeatureItemModel } from './features-section.model';
5
+ import { BackgroundModel } from '../../styles/style.model';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class FeaturesSectionComponent extends BaseSection implements OnInit {
7
8
  private readonly _eventService;
@@ -12,6 +13,7 @@ export declare class FeaturesSectionComponent extends BaseSection implements OnI
12
13
  styles?: FeatureStylesModel;
13
14
  delete?: boolean;
14
15
  index?: number;
16
+ nextComponentColor?: BackgroundModel;
15
17
  listItems: any;
16
18
  constructor(_eventService: EventsService);
17
19
  ngOnInit(): void;
@@ -22,5 +24,5 @@ export declare class FeaturesSectionComponent extends BaseSection implements OnI
22
24
  changetab(index: number): void;
23
25
  editSection(): void;
24
26
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturesSectionComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<FeaturesSectionComponent, "simpo-features-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeaturesSectionComponent, "simpo-features-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
26
28
  }
@@ -3,6 +3,7 @@ import { FooterContentModel, FooterSectionModel, FooterStylesModel } from './foo
3
3
  import { FooterTypes } from '../../styles/index';
4
4
  import { EventsService } from './../../services/events.service';
5
5
  import BaseSection from '../BaseSection';
6
+ import { BackgroundModel } from '../../styles/style.model';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class FooterSectionComponent extends BaseSection implements OnInit {
8
9
  private _eventService;
@@ -11,6 +12,7 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
11
12
  edit?: boolean;
12
13
  delete?: boolean | undefined;
13
14
  customClass?: string;
15
+ nextComponentColor?: BackgroundModel;
14
16
  content?: FooterContentModel;
15
17
  style?: FooterStylesModel;
16
18
  color: any;
@@ -21,5 +23,5 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
21
23
  changePage(pageData?: any): void;
22
24
  get checkFooter(): boolean;
23
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-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<FooterSectionComponent, "simpo-footer-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
  }
@@ -1,5 +1,5 @@
1
1
  import { ChannelType, FooterTypes } from "./../../styles/index";
2
- import { ActionModel, BackgroundModel, InputTextModel, NavbarButton, SpacingModel } from "./../../styles/style.model";
2
+ import { ActionModel, BackgroundModel, DeviderModel, InputTextModel, NavbarButton, SpacingModel } from "./../../styles/style.model";
3
3
  import { FOOTER_IMAGE_SOURCE, SOCIAL_ICON_SHAPE, SOCIAL_ICON_SIZE, SOCIAL_ICON_TYPE } from "./../../styles/types";
4
4
  export interface FooterSectionModel {
5
5
  id: string;
@@ -14,6 +14,7 @@ export interface FooterStylesModel {
14
14
  background: BackgroundModel;
15
15
  footerType: FooterTypes;
16
16
  socialIcon: FooterSocialIconSizeModel;
17
+ devider: DeviderModel;
17
18
  }
18
19
  export interface FooterLayoutModel {
19
20
  spacing: SpacingModel;
@@ -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 { HeaderTextStylesModel } from './header-text.model';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { EventsService } from './../../services/events.service';
@@ -12,6 +12,7 @@ export declare class HeaderTextComponent 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?: HeaderTextContentModel;
@@ -19,5 +20,5 @@ export declare class HeaderTextComponent extends BaseSection implements OnInit {
19
20
  constructor(_eventService: EventsService);
20
21
  ngOnInit(): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTextComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderTextComponent, "simpo-header-text", 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<HeaderTextComponent, "simpo-header-text", 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
  }
@@ -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,15 +12,16 @@ 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;
17
19
  constructor(_eventService: EventsService);
18
20
  ngOnInit(): void;
19
21
  get canMergeNavbar(): boolean | undefined;
20
- get getBackgroundOpacity(): "1" | "0.7" | "0.5" | "0.3" | "0.2";
21
- opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.3" | "0.2";
22
+ get getBackgroundOpacity(): "0.2" | "0.3" | "0.5" | "0.7" | "1";
23
+ opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "1";
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;
@@ -27,5 +28,5 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
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
  }
@@ -204,3 +204,20 @@ export declare enum MapType {
204
204
  INLINE_MAP = "Inline map",
205
205
  BACKGROUND_MAP = "Background map"
206
206
  }
207
+ export declare enum DeviderType {
208
+ TILT = "TILT",
209
+ INVERT_TILT = "INVERT_TILT",
210
+ TRIANGLE = "TRIANGLE",
211
+ INVERT_TRIANGLE = "INVERT_TRIANGLE",
212
+ CURVE = "CURVE",
213
+ INVERT_CURVE = "INVERT_CURVE",
214
+ WAVE = "WAVE",
215
+ INVERT_WAVE = "INVERT_WAVE"
216
+ }
217
+ export declare const svgData: {
218
+ [key in DeviderType]: {
219
+ svg: string;
220
+ rotate: boolean;
221
+ rotateY: boolean;
222
+ };
223
+ };
@@ -1,4 +1,4 @@
1
- import { AlignContent, Corners, ImageFit, ImageRatio, OverlayValue, RedirectionLinkType, SPACING, TEXT_SIZE, TextPosition } from '.';
1
+ import { AlignContent, Corners, DeviderType, ImageFit, ImageRatio, OverlayValue, RedirectionLinkType, SPACING, TEXT_SIZE, TextPosition } from '.';
2
2
  import { ALIGN, ANIMATION_DIRECTION, ANIMATION_SPEED, BUTTON_SHAPE, BUTTON_TYPE, CARD_SIZE, FIT, LAYOUTPOSITION, LINK_TYPE, SPACING_TYPE, CONTENTPOSITION, BORDER_DIRECTION } from './types';
3
3
  export interface SpacingModel {
4
4
  top: SPACING_TYPE;
@@ -18,6 +18,7 @@ export interface BorderModel {
18
18
  }
19
19
  export interface DeviderModel {
20
20
  display: boolean;
21
+ deviderType: DeviderType;
21
22
  }
22
23
  export interface LayOutModel {
23
24
  align: ALIGN;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",