simpo-component-library 2.1.694 → 2.1.696

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +9 -4
  2. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
  3. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +2 -2
  4. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +2 -2
  5. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
  6. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +2 -2
  7. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  8. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +2 -2
  9. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +1 -1
  10. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +1 -1
  11. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +4 -4
  12. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +1 -1
  13. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
  14. package/esm2022/lib/sections/property-list/property-list.component.mjs +116 -0
  15. package/esm2022/lib/sections/property-list/property-list.modal.mjs +2 -0
  16. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  17. package/esm2022/lib/sections/service-section/service-section.component.mjs +2 -2
  18. package/esm2022/lib/sections/text-section/text-section.component.mjs +1 -1
  19. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +8 -4
  20. package/esm2022/public-api.mjs +2 -1
  21. package/fesm2022/simpo-component-library.mjs +128 -27
  22. package/fesm2022/simpo-component-library.mjs.map +1 -1
  23. package/lib/directive/background-directive.d.ts +1 -1
  24. package/lib/directive/button-directive.directive.d.ts +1 -1
  25. package/lib/directive/color.directive.d.ts +1 -1
  26. package/lib/directive/spacing-horizontal.directive.d.ts +2 -1
  27. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  28. package/lib/sections/property-list/property-list.component.d.ts +22 -0
  29. package/lib/sections/property-list/property-list.modal.d.ts +14 -0
  30. package/package.json +1 -1
  31. package/public-api.d.ts +1 -0
  32. package/simpo-component-library-2.1.696.tgz +0 -0
  33. package/simpo-component-library-2.1.694.tgz +0 -0
@@ -11,7 +11,7 @@ export declare class BackgroundDirective implements OnChanges {
11
11
  constructor(el: ElementRef, eventService: EventsService);
12
12
  ngOnDestroy(): void;
13
13
  ngOnChanges(change: SimpleChanges): void;
14
- getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
14
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#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): "#ffffff" | "#000000" | "#ffffff;";
18
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#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(): "#ffffff" | "#000000" | "#ffffff;";
15
+ getTextColor(): "#000000" | "#ffffff" | "#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
  }
@@ -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
  }
@@ -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(): "#ffffff" | "#000000";
20
+ getTextColor(): "#000000" | "#ffffff";
21
21
  get headingSpace(): SPACING;
22
22
  editSection(): void;
23
23
  redirectTo(): void;
@@ -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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.1.694",
3
+ "version": "2.1.696",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -35,6 +35,7 @@ export * from './lib/sections/logo-gallery/logo-gallery.component';
35
35
  export * from './lib/sections/registration-form/registration-form.component';
36
36
  export * from './lib/sections/property-component/property-component.component';
37
37
  export * from './lib/sections/usp-video-section/usp-video-section.component';
38
+ export * from './lib/sections/property-list/property-list.component';
38
39
  export * from './lib/ecommerce/sections/featured-products/featured-products.component';
39
40
  export * from './lib/ecommerce/sections/featured-category/featured-category.component';
40
41
  export * from './lib/ecommerce/sections/product-desc/product-desc.component';
Binary file