simpo-component-library 2.1.2 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. package/esm2022/lib/components/document/document.component.mjs +34 -0
  2. package/esm2022/lib/components/index.mjs +6 -5
  3. package/esm2022/lib/components/input-fields/input-fields.component.mjs +26 -8
  4. package/esm2022/lib/components/payment-details/payment-details.component.mjs +25 -5
  5. package/esm2022/lib/directive/spacing-around.directive.mjs +73 -0
  6. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +9 -4
  7. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
  8. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +2 -2
  9. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +2 -2
  10. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
  11. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +2 -2
  12. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +2 -2
  13. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  14. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  15. package/esm2022/lib/elements/index.mjs +6 -5
  16. package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +3 -3
  17. package/esm2022/lib/elements/property/property.component.mjs +41 -0
  18. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  19. package/esm2022/lib/elements/socia-icons/socia-icons.component.mjs +5 -3
  20. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  21. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +16 -6
  22. package/esm2022/lib/sections/banner-section/banner-section.model.mjs +1 -1
  23. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +9 -4
  24. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +3 -3
  25. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +9 -4
  26. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  27. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +6 -3
  28. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +5 -5
  29. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +12 -8
  30. package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
  31. package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -3
  32. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +34 -9
  33. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  34. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +9 -4
  35. package/esm2022/lib/sections/navbar-section/navbar-section.model.mjs +1 -1
  36. package/esm2022/lib/sections/property-component/property-component.component.mjs +23 -0
  37. package/esm2022/lib/sections/property-component/property-component.modal.mjs +2 -0
  38. package/esm2022/lib/sections/property-list/property-list.component.mjs +116 -0
  39. package/esm2022/lib/sections/property-list/property-list.modal.mjs +2 -0
  40. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +9 -4
  41. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  42. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +205 -27
  43. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +2 -0
  44. package/esm2022/lib/sections/service-section/service-section.component.mjs +14 -6
  45. package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
  46. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +68 -0
  47. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +2 -0
  48. package/esm2022/lib/services/image-upload-service.service.mjs +39 -0
  49. package/esm2022/lib/services/rest.service.mjs +19 -9
  50. package/esm2022/lib/styles/style.model.mjs +1 -1
  51. package/esm2022/lib/styles/types.mjs +1 -1
  52. package/esm2022/public-api.mjs +5 -1
  53. package/fesm2022/simpo-component-library.mjs +882 -255
  54. package/fesm2022/simpo-component-library.mjs.map +1 -1
  55. package/lib/components/document/document.component.d.ts +8 -0
  56. package/lib/components/index.d.ts +2 -1
  57. package/lib/components/input-fields/input-fields.component.d.ts +5 -2
  58. package/lib/components/payment-details/payment-details.component.d.ts +3 -1
  59. package/lib/directive/background-directive.d.ts +1 -1
  60. package/lib/directive/button-directive.directive.d.ts +1 -1
  61. package/lib/directive/color.directive.d.ts +1 -1
  62. package/lib/directive/spacing-around.directive.d.ts +18 -0
  63. package/lib/directive/spacing-horizontal.directive.d.ts +2 -1
  64. package/lib/elements/index.d.ts +2 -1
  65. package/lib/elements/property/property.component.d.ts +8 -0
  66. package/lib/elements/socia-icons/socia-icons.component.d.ts +2 -1
  67. package/lib/sections/banner-section/banner-section.component.d.ts +2 -0
  68. package/lib/sections/banner-section/banner-section.model.d.ts +6 -0
  69. package/lib/sections/blog-list/blog-list.component.d.ts +2 -1
  70. package/lib/sections/choose-us-section/choose-us-section.component.d.ts +2 -1
  71. package/lib/sections/choose-us-section/choose-us-section.model.d.ts +2 -1
  72. package/lib/sections/footer-section/footer-section.component.d.ts +2 -1
  73. package/lib/sections/footer-section/footer-section.modal.d.ts +9 -0
  74. package/lib/sections/image-section/image-section.component.d.ts +3 -1
  75. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +10 -2
  76. package/lib/sections/navbar-section/navbar-section.component.d.ts +2 -1
  77. package/lib/sections/navbar-section/navbar-section.model.d.ts +1 -1
  78. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  79. package/lib/sections/property-component/property-component.component.d.ts +10 -0
  80. package/lib/sections/property-component/property-component.modal.d.ts +28 -0
  81. package/lib/sections/property-list/property-list.component.d.ts +22 -0
  82. package/lib/sections/property-list/property-list.modal.d.ts +14 -0
  83. package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +2 -1
  84. package/lib/sections/recent-blog-post-section/recent-blog-post-section.model.d.ts +2 -1
  85. package/lib/sections/registration-form/registration-form.component.d.ts +24 -6
  86. package/lib/sections/registration-form/registrationForm.model.d.ts +8 -0
  87. package/lib/sections/service-section/service-section.component.d.ts +4 -2
  88. package/lib/sections/text-section/text-section.component.d.ts +2 -1
  89. package/lib/sections/usp-video-section/usp-video-section.component.d.ts +22 -0
  90. package/lib/sections/usp-video-section/usp-video-section.model.d.ts +22 -0
  91. package/lib/services/image-upload-service.service.d.ts +7 -0
  92. package/lib/services/rest.service.d.ts +4 -0
  93. package/lib/styles/style.model.d.ts +4 -0
  94. package/lib/styles/types.d.ts +1 -1
  95. package/package.json +1 -1
  96. package/public-api.d.ts +4 -0
  97. package/simpo-component-library-2.1.8.tgz +0 -0
  98. package/simpo-component-library-2.1.2.tgz +0 -0
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DocumentComponent {
3
+ documentList: any[];
4
+ constructor();
5
+ uploadDocument(ev: any, file: any): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentComponent, "simpo-document", never, { "documentList": { "alias": "documentList"; "required": false; }; }, {}, never, never, true, never>;
8
+ }
@@ -4,8 +4,9 @@ import * as i2 from "./delete-hover-element/delete-hover-element.component";
4
4
  import * as i3 from "./input-fields/input-fields.component";
5
5
  import * as i4 from "ngx-skeleton-loader";
6
6
  import * as i5 from "./payment-details/payment-details.component";
7
+ import * as i6 from "./document/document.component";
7
8
  export declare class SimpoComponentModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SimpoComponentModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoComponentModule, never, [typeof i1.HoverElementsComponent, typeof i2.DeleteHoverElementComponent, typeof i3.InputFieldsComponent, typeof i4.NgxSkeletonLoaderModule, typeof i5.PaymentDetailsComponent], [typeof i1.HoverElementsComponent, typeof i2.DeleteHoverElementComponent, typeof i3.InputFieldsComponent, typeof i4.NgxSkeletonLoaderModule, typeof i5.PaymentDetailsComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoComponentModule, never, [typeof i1.HoverElementsComponent, typeof i2.DeleteHoverElementComponent, typeof i3.InputFieldsComponent, typeof i4.NgxSkeletonLoaderModule, typeof i5.PaymentDetailsComponent, typeof i6.DocumentComponent], [typeof i1.HoverElementsComponent, typeof i2.DeleteHoverElementComponent, typeof i3.InputFieldsComponent, typeof i4.NgxSkeletonLoaderModule, typeof i5.PaymentDetailsComponent, typeof i6.DocumentComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<SimpoComponentModule>;
11
12
  }
@@ -1,6 +1,7 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class InputFieldsComponent implements OnChanges {
4
+ private elementRef;
4
5
  feild: any;
5
6
  opacity: number | undefined;
6
7
  bgColor?: string;
@@ -9,7 +10,7 @@ export declare class InputFieldsComponent implements OnChanges {
9
10
  colorCode: string;
10
11
  selectedDropdown: string | null;
11
12
  enteredValue: string | null;
12
- constructor();
13
+ constructor(elementRef: ElementRef);
13
14
  ngOnChanges(changes: SimpleChanges): void;
14
15
  handleMoneyInput(event: any): void;
15
16
  get getTextColor(): "#FFF" | "#000";
@@ -17,6 +18,8 @@ export declare class InputFieldsComponent implements OnChanges {
17
18
  padZero(str: string, length: number): string;
18
19
  generateColorBasedOnNumber(number: number): string;
19
20
  selectDropdown(value: string): void;
21
+ handleOutsideClick(event: MouseEvent): void;
22
+ onCheckboxChange(selectedIndex: number): void;
20
23
  static ɵfac: i0.ɵɵFactoryDeclaration<InputFieldsComponent, never>;
21
24
  static ɵcmp: i0.ɵɵComponentDeclaration<InputFieldsComponent, "simpo-input-fields", never, { "feild": { "alias": "feild"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; }, {}, never, never, true, never>;
22
25
  }
@@ -2,6 +2,7 @@ import * as i0 from "@angular/core";
2
2
  export declare class PaymentDetailsComponent {
3
3
  admissionData: any;
4
4
  subscriptionsData: any[];
5
+ termPaymentList: any[];
5
6
  Object: ObjectConstructor;
6
7
  constructor();
7
8
  feeStructure: any;
@@ -11,8 +12,9 @@ export declare class PaymentDetailsComponent {
11
12
  subscriptions: any;
12
13
  toggleSelection(subscription: any, frequency: string): void;
13
14
  calculateTotalAmount(): void;
15
+ changeAnnualPaymentTerm(payentType: any): void;
14
16
  arrangeSubscriptionForAdmission(subscriptionList: any[]): any;
15
17
  arrangeFeeConfig(feeConfigList: any[]): any;
16
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentDetailsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<PaymentDetailsComponent, "simpo-payment-details", never, { "admissionData": { "alias": "admissionData"; "required": false; }; "subscriptionsData": { "alias": "subscriptionsData"; "required": false; }; }, {}, never, never, true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaymentDetailsComponent, "simpo-payment-details", never, { "admissionData": { "alias": "admissionData"; "required": false; }; "subscriptionsData": { "alias": "subscriptionsData"; "required": false; }; "termPaymentList": { "alias": "termPaymentList"; "required": false; }; }, {}, never, never, true, never>;
18
20
  }
@@ -11,7 +11,7 @@ export declare class BackgroundDirective implements OnChanges {
11
11
  constructor(el: ElementRef, eventService: EventsService);
12
12
  ngOnDestroy(): void;
13
13
  ngOnChanges(change: SimpleChanges): void;
14
- getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
14
+ getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundDirective, never>;
16
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundDirective, "[simpoBackground]", never, { "simpoBackground": { "alias": "simpoBackground"; "required": false; }; "scrollValue": { "alias": "scrollValue"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -15,7 +15,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
15
15
  applyButtonStyleChanges(): void;
16
16
  applyButtonType(style: ButtonStyleModel, color: string): void;
17
17
  applyButtonShape(style: ButtonStyleModel): void;
18
- getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
18
+ getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
19
19
  buttonStyleSubscription?: Subscription;
20
20
  buttonStyleChangeCheck(): void;
21
21
  changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string): void;
@@ -12,7 +12,7 @@ export declare class ColorDirective implements OnChanges {
12
12
  ngOnDestroy(): void;
13
13
  applyColor(): void;
14
14
  bgColorChangeCheck(): void;
15
- getTextColor(): "#000000" | "#ffffff" | "#ffffff;";
15
+ getTextColor(): "#ffffff" | "#000000" | "#ffffff;";
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorDirective, never>;
17
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<ColorDirective, "[simpoColor]", never, { "bgColor": { "alias": "simpoColor"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
@@ -0,0 +1,18 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { LayOutModel } from '../styles/style.model';
3
+ import { Subscription } from 'rxjs';
4
+ import { EventsService } from '../services/events.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SpacingAroundDirective {
7
+ private el;
8
+ private eventService;
9
+ layout?: LayOutModel;
10
+ constructor(el: ElementRef, eventService: EventsService);
11
+ ngOnChanges(): void;
12
+ ngOnDestroy(): void;
13
+ changeAroundSpacing(): void;
14
+ positionLayoutSubscription?: Subscription;
15
+ positionLayoutChangeCheck(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpacingAroundDirective, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingAroundDirective, "[spacingAround]", never, { "layout": { "alias": "spacingAround"; "required": false; }; }, {}, never, never, true, never>;
18
+ }
@@ -7,6 +7,7 @@ export declare class SpacingHorizontalDirective {
7
7
  private el;
8
8
  private eventService;
9
9
  layout?: LayOutModel;
10
+ isHeader?: boolean;
10
11
  constructor(el: ElementRef, eventService: EventsService);
11
12
  ngOnChanges(): void;
12
13
  ngOnDestroy(): void;
@@ -14,5 +15,5 @@ export declare class SpacingHorizontalDirective {
14
15
  positionLayoutSubscription?: Subscription;
15
16
  positionLayoutChangeCheck(): void;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SpacingHorizontalDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingHorizontalDirective, "[spacingHorizontal]", never, { "layout": { "alias": "spacingHorizontal"; "required": false; }; }, {}, never, never, true, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingHorizontalDirective, "[spacingHorizontal]", never, { "layout": { "alias": "spacingHorizontal"; "required": false; }; "isHeader": { "alias": "isHeader"; "required": false; }; }, {}, never, never, true, never>;
18
19
  }
@@ -9,8 +9,9 @@ import * as i7 from "./simpo-button/simpo-button.component";
9
9
  import * as i8 from "./socia-icons/socia-icons.component";
10
10
  import * as i9 from "./card-skeleton-loader/card-skeleton-loader.component";
11
11
  import * as i10 from "./svg-divider/svg-divider.component";
12
+ import * as i11 from "./property/property.component";
12
13
  export declare class SimpoElementsModule {
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SimpoElementsModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PropertyComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PropertyComponent]>;
15
16
  static ɵinj: i0.ɵɵInjectorDeclaration<SimpoElementsModule>;
16
17
  }
@@ -0,0 +1,8 @@
1
+ import { Property } from '@simpo-ui/sections/property-component/property-component.modal';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PropertyComponent {
4
+ element?: Property;
5
+ obj: any;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponent, "simpo-property", never, { "element": { "alias": "element"; "required": false; }; }, {}, never, never, true, never>;
8
+ }
@@ -5,6 +5,7 @@ export declare class SociaIconsComponent implements OnInit {
5
5
  socialIconData: any;
6
6
  color: any;
7
7
  sectionId?: string;
8
+ iconColor: any;
8
9
  ChannelType: typeof ChannelType;
9
10
  constructor();
10
11
  ngOnInit(): void;
@@ -15,5 +16,5 @@ export declare class SociaIconsComponent implements OnInit {
15
16
  getScreenSize(event?: number): void;
16
17
  openLink(type: string): void;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SociaIconsComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SociaIconsComponent, "simpo-socia-icons", never, { "socialIconData": { "alias": "socialIconData"; "required": false; }; "color": { "alias": "color"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; }, {}, never, never, true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SociaIconsComponent, "simpo-socia-icons", never, { "socialIconData": { "alias": "socialIconData"; "required": false; }; "color": { "alias": "color"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, never, true, never>;
19
20
  }
@@ -23,6 +23,8 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
23
23
  get getPositionLayout(): PositionLayoutModal;
24
24
  editSection(): void;
25
25
  stopPropagation(event: any): void;
26
+ screenWidth: any;
27
+ getScreenSize(): void;
26
28
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerSectionComponent, never>;
27
29
  static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-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>;
28
30
  }
@@ -20,4 +20,10 @@ export interface BannerContentModel {
20
20
  }
21
21
  export interface BannerListItem {
22
22
  inputText: InputTextModel[];
23
+ icon: IconModel;
24
+ }
25
+ export interface IconModel {
26
+ url: string;
27
+ color: string;
28
+ altText: string;
23
29
  }
@@ -2,7 +2,7 @@ import { EventsService } from '../../services/events.service';
2
2
  import { BlogListContentModel, BlogListSectionModel, BlogListStylesModel } from './blog-list.model';
3
3
  import { SPACING } from '../../directive/content-title-spacing.directive';
4
4
  import BaseSection from '../BaseSection';
5
- import { BackgroundModel } from '../../styles/style.model';
5
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BlogListComponent extends BaseSection {
8
8
  private _eventService;
@@ -17,6 +17,7 @@ export declare class BlogListComponent extends BaseSection {
17
17
  blogContent?: BlogListContentModel;
18
18
  ngOnInit(): void;
19
19
  get headingSpace(): SPACING;
20
+ get stylesLayout(): LayOutModel;
20
21
  getBlogById(blogId: any): void;
21
22
  editSection(): void;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BlogListComponent, never>;
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import BaseSection from '../BaseSection';
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import { ChooseUsContentModal, ChooseUsStylesModel, ContactUsSectionModal } from './choose-us-section.model';
5
- import { BackgroundModel } from '../../styles/style.model';
5
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class ChooseUsSectionComponent extends BaseSection implements OnInit {
8
8
  private _eventService;
@@ -16,6 +16,7 @@ export declare class ChooseUsSectionComponent extends BaseSection implements OnI
16
16
  styles?: ChooseUsStylesModel;
17
17
  constructor(_eventService: EventsService);
18
18
  ngOnInit(): void;
19
+ get stylesLayout(): LayOutModel;
19
20
  editSection(): void;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ChooseUsSectionComponent, never>;
21
22
  static ɵcmp: i0.ɵɵComponentDeclaration<ChooseUsSectionComponent, "simpo-choose-us-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>;
@@ -1,4 +1,4 @@
1
- import { CardStyles, InputTextModel, ListItemModal, StylesModel, PositionLayoutModal } from './../../styles/style.model';
1
+ import { CardStyles, InputTextModel, ListItemModal, StylesModel, PositionLayoutModal, DisplaySection } from './../../styles/style.model';
2
2
  import { AlignContent } from '../../styles/index';
3
3
  export interface ContactUsSectionModal {
4
4
  id: string;
@@ -9,6 +9,7 @@ export interface ContactUsSectionModal {
9
9
  }
10
10
  export interface ChooseUsContentModal {
11
11
  inputText: InputTextModel[];
12
+ display: DisplaySection;
12
13
  listItem: ListItemModal<ServiceItemModal>;
13
14
  }
14
15
  export interface ChooseUsStylesModel extends StylesModel, CardStyles {
@@ -3,7 +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
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class FooterSectionComponent extends BaseSection implements OnInit {
9
9
  private _eventService;
@@ -19,6 +19,7 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
19
19
  footerTypes: typeof FooterTypes;
20
20
  constructor(_eventService: EventsService);
21
21
  ngOnInit(): void;
22
+ get stylesLayout(): LayOutModel;
22
23
  editSection(): void;
23
24
  changePage(pageData?: any): void;
24
25
  get checkFooter(): boolean;
@@ -27,13 +27,22 @@ export interface FooterSocialIconSizeModel {
27
27
  export interface FooterContentModel {
28
28
  siteNameAndLogo: string;
29
29
  siteName: InputTextModel;
30
+ linksTitle?: InputTextModel;
30
31
  additionalDetails: InputTextModel;
32
+ getInTouch?: getInTouchModel;
31
33
  logo: FooterLogoModel;
32
34
  image: FooterImageModel;
33
35
  navbarButtons: NavbarButton[];
34
36
  socialLinks: FooterSocialLinkModel;
35
37
  displayBranding: boolean;
36
38
  }
39
+ export interface getInTouchModel {
40
+ display: boolean;
41
+ inputText: InputTextModel[];
42
+ }
43
+ export interface BannerListItem {
44
+ inputText: InputTextModel[];
45
+ }
37
46
  export interface FooterLogoModel {
38
47
  isImage: boolean;
39
48
  text: FooterLogoTextModel;
@@ -3,7 +3,7 @@ import { ImageContentModal, imageSectionModel, imageSectionStylesModel } from '.
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { OverlayValue } from "../../styles/index";
6
- import { BackgroundModel } from '../../styles/style.model';
6
+ import { BackgroundModel, Button } from '../../styles/style.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ImageSectionComponent extends BaseSection {
9
9
  private _eventService;
@@ -16,12 +16,14 @@ export declare class ImageSectionComponent extends BaseSection {
16
16
  _mainContainer: ElementRef | null;
17
17
  content?: ImageContentModal;
18
18
  style?: imageSectionStylesModel;
19
+ buttonContent?: Button;
19
20
  constructor(_eventService: EventsService);
20
21
  ngOnInit(): void;
21
22
  get canMergeNavbar(): boolean | undefined;
22
23
  get getBackgroundOpacity(): "1" | "0.7" | "0.5" | "0.3" | "0.2";
23
24
  opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.3" | "0.2";
24
25
  editSection(): void;
26
+ redirectTo(): void;
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
26
28
  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>;
27
29
  }
@@ -2,18 +2,26 @@ import { LogoGalleryContentModal, LogoGallerySectionMOdal, LogoGalleryStylesMode
2
2
  import BaseSection from '../BaseSection';
3
3
  import { SPACING } from '../../styles/index';
4
4
  import { BackgroundModel } from '../../styles/style.model';
5
+ import { EventsService } from './../../services/events.service';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class LogoGalleryComponent extends BaseSection {
8
+ private _eventService;
7
9
  data?: LogoGallerySectionMOdal;
8
10
  index?: number;
11
+ edit?: boolean;
9
12
  customClass?: string;
10
13
  nextComponentColor?: BackgroundModel;
14
+ delete?: boolean;
11
15
  content?: LogoGalleryContentModal;
12
16
  style?: LogoGalleryStylesModel;
13
- constructor();
17
+ constructor(_eventService: EventsService);
18
+ screenWidth: any;
19
+ getScreenSize(): void;
14
20
  ngOnInit(): void;
15
21
  get headingSpace(): SPACING;
16
22
  isEvenRow(index: number): boolean;
23
+ editSection(): void;
24
+ stopPropagation(event: any): void;
17
25
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoGalleryComponent, 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>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<LogoGalleryComponent, "simpo-logo-gallery", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
19
27
  }
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { HeaderContentModel, HeaderSectionModel, HeaderStyleModel } from './navbar-section.model';
3
3
  import { EventsService } from './../../services/events.service';
4
- import { ActionModel } from '../../styles/style.model';
4
+ import { ActionModel, LayOutModel } from '../../styles/style.model';
5
5
  import { ActivatedRoute, Router } from '@angular/router';
6
6
  import { MatDialog } from '@angular/material/dialog';
7
7
  import { CookieService } from 'ngx-cookie-service';
@@ -36,6 +36,7 @@ export declare class NavbarSectionComponent implements OnInit {
36
36
  constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService, restService: RestService);
37
37
  searchProducts(): void;
38
38
  goToFav(): void;
39
+ get stylesLayout(): LayOutModel;
39
40
  goToAccount(): void;
40
41
  goToWishlist(): void;
41
42
  goToCart(): void;
@@ -9,7 +9,7 @@ export interface HeaderSectionModel {
9
9
  content: HeaderContentModel;
10
10
  styles: HeaderStyleModel;
11
11
  action: ActionModel;
12
- type: 'STATIC' | 'E_COMMERCE';
12
+ type: 'STATIC' | 'E_COMMERCE' | 'REAL_ESTATE';
13
13
  }
14
14
  export interface HeaderContentModel {
15
15
  siteName: InputTextModel;
@@ -17,7 +17,7 @@ export declare class PricingSectionComponent extends BaseSection {
17
17
  style?: PricingSectionStylesModel;
18
18
  constructor(_eventService: EventsService);
19
19
  ngOnInit(): void;
20
- getTextColor(): "#000000" | "#ffffff";
20
+ getTextColor(): "#ffffff" | "#000000";
21
21
  get headingSpace(): SPACING;
22
22
  editSection(): void;
23
23
  redirectTo(): void;
@@ -0,0 +1,10 @@
1
+ import { PropertyContentModel, PropertySectionModel } from './property-component.modal';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PropertyComponentComponent {
4
+ data?: PropertySectionModel;
5
+ content?: PropertyContentModel;
6
+ index?: number;
7
+ ngOnInit(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponentComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponentComponent, "simpo-property-component", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1,28 @@
1
+ import { InputTextModel, ListItemModal } from './../../styles/style.model';
2
+ export interface PropertySectionModel {
3
+ id: string;
4
+ sectionType: string;
5
+ sectionName: string;
6
+ content: PropertyContentModel;
7
+ }
8
+ export interface PropertyContentModel {
9
+ inputText: InputTextModel[];
10
+ listItem: ListItemModal<Property>;
11
+ }
12
+ export interface Location {
13
+ city: string;
14
+ state: string;
15
+ }
16
+ export interface Feature {
17
+ key: string;
18
+ value: string;
19
+ }
20
+ export interface Property {
21
+ heading: string;
22
+ location: Location;
23
+ latitude: string;
24
+ longitude: string;
25
+ minInvestment: string;
26
+ features: Feature[];
27
+ backgroundImageUrl: string;
28
+ }
@@ -0,0 +1,22 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { PropertyListContentModal, PropertyListModal, PropertyListStylesModal } from './property-list.modal';
3
+ import { LayOutModel } from '../../styles/style.model';
4
+ import BaseSection from '../BaseSection';
5
+ import { SPACING } from '../../styles/index';
6
+ import * as i0 from "@angular/core";
7
+ export declare class PropertyListComponent extends BaseSection implements OnInit {
8
+ data?: PropertyListModal;
9
+ index?: number;
10
+ edit?: boolean;
11
+ delete?: boolean;
12
+ customClass?: string;
13
+ constructor();
14
+ styles?: PropertyListStylesModal;
15
+ content?: PropertyListContentModal;
16
+ ngOnInit(): void;
17
+ propertyList: any[];
18
+ get stylesLayout(): LayOutModel;
19
+ get headingSpace(): SPACING;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<PropertyListComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyListComponent, "simpo-property-list", 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
+ }
@@ -0,0 +1,14 @@
1
+ import { ActionModel, InputTextModel, StylesModel } from "../../styles/style.model";
2
+ export interface PropertyListModal {
3
+ id: string;
4
+ sectionType: string;
5
+ sectionName: string;
6
+ content: PropertyListContentModal;
7
+ styles: PropertyListStylesModal;
8
+ action: ActionModel;
9
+ }
10
+ export interface PropertyListContentModal {
11
+ inputText: InputTextModel[];
12
+ }
13
+ export interface PropertyListStylesModal extends StylesModel {
14
+ }
@@ -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 { BackgroundModel, ButtonModel } from '../../styles/style.model';
6
+ import { BackgroundModel, ButtonModel, LayOutModel } 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;
@@ -20,6 +20,7 @@ export declare class RecentBlogPostSectionComponent extends BaseSection implemen
20
20
  constructor(_eventService: EventsService);
21
21
  ngOnInit(): void;
22
22
  get headingSpace(): SPACING;
23
+ get stylesLayout(): LayOutModel;
23
24
  getSliceParameters(): number[];
24
25
  getBlogById(blogId: any): void;
25
26
  openBlogList(): void;
@@ -1,4 +1,4 @@
1
- import { ActionModel, InputTextModel, StylesModel, CardStyles } from "./../../styles/style.model";
1
+ import { ActionModel, InputTextModel, StylesModel, CardStyles, DisplaySection } from "./../../styles/style.model";
2
2
  export interface RecentBlogPostSectionModel {
3
3
  id: string;
4
4
  sectionType: string;
@@ -9,6 +9,7 @@ export interface RecentBlogPostSectionModel {
9
9
  }
10
10
  export interface RecentBlogPostContentModel {
11
11
  inputText: [InputTextModel];
12
+ display: DisplaySection;
12
13
  noOfPosts: number;
13
14
  }
14
15
  export interface BannerGridStylesModel extends StylesModel, CardStyles {
@@ -5,21 +5,25 @@ import { OnDestroy, OnInit } from '@angular/core';
5
5
  import { BackgroundModel, StylesModel } from '../../styles/style.model';
6
6
  import { EventsService } from './../../services/events.service';
7
7
  import BaseSection from '../BaseSection';
8
- import { TextContentModel, TextSectionModel } from '../text-section/text-section.model';
9
8
  import { ActivatedRoute } from '@angular/router';
9
+ import { DomSanitizer } from '@angular/platform-browser';
10
+ import { ImageUplaodService } from '../../services/image-upload-service.service';
11
+ import { RegistrationFormContentModel, RegistrationFormModel } from './registrationForm.model';
10
12
  import * as i0 from "@angular/core";
11
13
  export declare class RegistrationFormComponent extends BaseSection implements OnInit, OnDestroy {
12
14
  private restService;
13
15
  private snackBar;
14
16
  private _eventService;
15
17
  private router;
16
- data?: TextSectionModel;
18
+ ds: DomSanitizer;
19
+ imageUploadService: ImageUplaodService;
20
+ data?: RegistrationFormModel;
17
21
  index?: number;
18
22
  edit?: boolean;
19
23
  nextComponentColor?: BackgroundModel;
20
- content: TextContentModel | undefined;
24
+ content: RegistrationFormContentModel | undefined;
21
25
  styles: StylesModel | undefined;
22
- constructor(restService: RestService, snackBar: MatSnackBar, _eventService: EventsService, router: ActivatedRoute);
26
+ constructor(restService: RestService, snackBar: MatSnackBar, _eventService: EventsService, router: ActivatedRoute, ds: DomSanitizer, imageUploadService: ImageUplaodService);
23
27
  Object: ObjectConstructor;
24
28
  payload: any;
25
29
  selectedKey: any;
@@ -27,22 +31,36 @@ export declare class RegistrationFormComponent extends BaseSection implements On
27
31
  businessId: any;
28
32
  selectedGradeId: any;
29
33
  selectedAcademicYear: any;
34
+ documentList: any[];
35
+ formStatus: string;
36
+ studentLiveWith: any;
37
+ backupDocFile?: File;
30
38
  ngOnInit(): void;
31
39
  ngOnDestroy(): void;
40
+ getFormdata(admissionId: string): void;
41
+ updateGrade(gradeList: any[], gradeName: any): void;
42
+ formatCheckBoxValue(field: any): void;
32
43
  getAllFields(): void;
44
+ getALLDocumentList(): void;
33
45
  formFieldChangeSubscription?: Subscription;
34
46
  formFieldChanged(): void;
35
- submitForm(): void;
47
+ submitForm(): Promise<void>;
36
48
  registrationSubscription?: Subscription;
37
49
  createRegistration(): void;
38
- createAdmission(): void;
50
+ createAdmission(): Promise<void>;
39
51
  convertToListOfFields(): any[];
52
+ getCheckBoxValue(field: any): any[];
53
+ fileData?: File;
40
54
  updateAdmissionImage(ev: any): void;
55
+ deleteImg(): void;
41
56
  redirectToPayment(): void;
42
57
  continueAdmission(): void;
43
58
  subscriptionsData: any[];
59
+ termPaymentList: any[];
44
60
  getFeeStructure(): void;
45
61
  inputFieldChange(item: any, field: any): void;
62
+ masterDropdownValueChange(item: any, field: any): void;
63
+ uploadBackUpDocument(ev: any): void;
46
64
  arrangeSubscriptionForAdmission(subscriptionList: any[]): any;
47
65
  arrangeFeeConfig(feeConfigList: any[]): any;
48
66
  static ɵfac: i0.ɵɵFactoryDeclaration<RegistrationFormComponent, never>;
@@ -0,0 +1,8 @@
1
+ import { ImageModel } from '../banner-section/banner-section.model';
2
+ import { TextContentModel, TextSectionModel } from '../text-section/text-section.model';
3
+ export interface RegistrationFormModel extends TextSectionModel {
4
+ content: RegistrationFormContentModel;
5
+ }
6
+ export interface RegistrationFormContentModel extends TextContentModel {
7
+ image: ImageModel;
8
+ }
@@ -1,8 +1,8 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { ServiceContentModal, ServiceSectionModal, ServiceStylesModel } from './service-section.model';
3
3
  import { EventsService } from '../../services/events.service';
4
- import { TextPosition } from '../../styles/index';
5
- import { BackgroundModel, ButtonModel } from '../../styles/style.model';
4
+ import { Corners, TextPosition } from '../../styles/index';
5
+ import { BackgroundModel, ButtonModel, LayOutModel } 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";
@@ -20,8 +20,10 @@ export declare class ServiceSectionComponent extends BaseSection {
20
20
  style?: ServiceStylesModel;
21
21
  button?: ButtonModel;
22
22
  constructor(_eventService: EventsService);
23
+ Corner: typeof Corners;
23
24
  ngOnInit(): void;
24
25
  get headingSpace(): SPACING;
26
+ get stylesLayout(): LayOutModel;
25
27
  editSection(): void;
26
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceSectionComponent, never>;
27
29
  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>;
@@ -1,6 +1,6 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import { TextContentModel, TextSectionModel } from './text-section.model';
3
- import { BackgroundModel, StylesModel } from '../../styles/style.model';
3
+ import { BackgroundModel, StylesModel, LayOutModel } 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';
@@ -18,6 +18,7 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
18
18
  content: TextContentModel | undefined;
19
19
  styles: StylesModel | undefined;
20
20
  constructor(_dialog: MatDialog, _eventService: EventsService);
21
+ get stylesLayout(): LayOutModel;
21
22
  ngOnInit(): void;
22
23
  editSection(): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TextSectionComponent, never>;