simpo-component-library 1.6.37 → 1.6.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +5 -3
  2. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +5 -3
  3. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +10 -8
  4. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +18 -13
  5. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +5 -3
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +5 -3
  7. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +5 -3
  8. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +12 -6
  9. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +5 -3
  10. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +5 -3
  11. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +6 -5
  12. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +9 -7
  13. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -3
  14. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +6 -3
  15. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +5 -3
  16. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +8 -3
  17. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +8 -3
  18. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +35 -0
  19. package/esm2022/lib/elements/index.mjs +6 -5
  20. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +5 -3
  21. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +5 -3
  22. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +5 -3
  23. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +5 -3
  24. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +5 -3
  25. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +5 -3
  26. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +5 -3
  27. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +5 -3
  28. package/esm2022/lib/sections/features-section/features-section.component.mjs +5 -3
  29. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +5 -3
  30. package/esm2022/lib/sections/header-text/header-text.component.mjs +5 -3
  31. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +5 -3
  32. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +5 -3
  33. package/esm2022/lib/sections/image-section/image-section.component.mjs +5 -3
  34. package/esm2022/lib/sections/location-section/location-section.component.mjs +5 -3
  35. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +5 -3
  36. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +5 -3
  37. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +5 -3
  38. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +5 -3
  39. package/esm2022/lib/sections/process-section/process-section.component.mjs +5 -3
  40. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +5 -3
  41. package/esm2022/lib/sections/service-section/service-section.component.mjs +5 -3
  42. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +5 -3
  43. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +5 -3
  44. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +5 -3
  45. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +5 -3
  46. package/esm2022/lib/sections/text-section/text-section.component.mjs +5 -3
  47. package/esm2022/lib/sections/video-section/video-section.component.mjs +5 -3
  48. package/fesm2022/simpo-component-library.mjs +257 -127
  49. package/fesm2022/simpo-component-library.mjs.map +1 -1
  50. package/lib/ecommerce/sections/address/address.component.d.ts +2 -1
  51. package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +2 -1
  52. package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -1
  53. package/lib/ecommerce/sections/category-product/category-product.component.d.ts +4 -4
  54. package/lib/ecommerce/sections/checkout/checkout.component.d.ts +2 -1
  55. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +2 -1
  56. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +2 -1
  57. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
  58. package/lib/ecommerce/sections/order-details/order-details.component.d.ts +2 -1
  59. package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +2 -1
  60. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +1 -1
  61. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +2 -1
  62. package/lib/ecommerce/sections/user-basic-info/user-basic-info.component.d.ts +1 -0
  63. package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +2 -1
  64. package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +3 -1
  65. package/lib/ecommerce/sections/whislist/whislist.component.d.ts +3 -1
  66. package/lib/elements/card-skeleton-loader/card-skeleton-loader.component.d.ts +10 -0
  67. package/lib/elements/index.d.ts +2 -1
  68. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -1
  69. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +2 -1
  70. package/lib/sections/banner-section/banner-section.component.d.ts +2 -1
  71. package/lib/sections/blog-list/blog-list.component.d.ts +2 -1
  72. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +2 -1
  73. package/lib/sections/choose-us-section/choose-us-section.component.d.ts +2 -1
  74. package/lib/sections/contact-us/contact-us.component.d.ts +2 -1
  75. package/lib/sections/faq-section/faq-section.component.d.ts +2 -1
  76. package/lib/sections/features-section/features-section.component.d.ts +2 -1
  77. package/lib/sections/footer-section/footer-section.component.d.ts +2 -1
  78. package/lib/sections/header-text/header-text.component.d.ts +2 -1
  79. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
  80. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +2 -1
  81. package/lib/sections/image-section/image-section.component.d.ts +2 -1
  82. package/lib/sections/location-section/location-section.component.d.ts +2 -1
  83. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +2 -1
  84. package/lib/sections/navbar-section/navbar-section.component.d.ts +2 -1
  85. package/lib/sections/pricing-section/pricing-section.component.d.ts +2 -1
  86. package/lib/sections/process-modern/process-modern.component.d.ts +2 -1
  87. package/lib/sections/process-section/process-section.component.d.ts +2 -1
  88. package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +2 -1
  89. package/lib/sections/service-section/service-section.component.d.ts +2 -1
  90. package/lib/sections/team-member-section/team-member-section.component.d.ts +2 -1
  91. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +2 -1
  92. package/lib/sections/testimonial-section/testimonial-section.component.d.ts +2 -1
  93. package/lib/sections/text-image-section/text-image-section.component.d.ts +2 -1
  94. package/lib/sections/text-section/text-section.component.d.ts +2 -1
  95. package/lib/sections/video-section/video-section.component.d.ts +2 -1
  96. package/package.json +1 -1
  97. package/simpo-component-library-1.6.38.tgz +0 -0
  98. package/simpo-component-library-1.6.39.tgz +0 -0
  99. package/simpo-component-library-1.6.37.tgz +0 -0
@@ -20,6 +20,7 @@ export declare class NavbarSectionComponent implements OnInit {
20
20
  data?: HeaderSectionModel;
21
21
  nextComponent: any;
22
22
  index?: number;
23
+ customClass?: string;
23
24
  edit?: boolean;
24
25
  childContainer: any;
25
26
  scrollValue: number;
@@ -62,5 +63,5 @@ export declare class NavbarSectionComponent implements OnInit {
62
63
  getValues(object: any): unknown[];
63
64
  get userGender(): import("../../ecommerce/styles/user.modal").GENDER | null;
64
65
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
66
67
  }
@@ -9,6 +9,7 @@ export declare class PricingSectionComponent extends BaseSection {
9
9
  data?: PricingSectionModal;
10
10
  index?: number;
11
11
  edit?: boolean;
12
+ customClass?: string;
12
13
  delete?: boolean;
13
14
  button?: ButtonModel;
14
15
  content?: PricingSectionContentModal;
@@ -19,5 +20,5 @@ export declare class PricingSectionComponent extends BaseSection {
19
20
  get headingSpace(): SPACING;
20
21
  editSection(): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", 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>;
23
+ 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>;
23
24
  }
@@ -11,6 +11,7 @@ export declare class ProcessModernComponent extends BaseSection implements OnIni
11
11
  content?: ProcessModernContentModel;
12
12
  edit?: boolean;
13
13
  delete?: boolean;
14
+ customClass?: string;
14
15
  styles?: ProcessModernStylesModel;
15
16
  constructor(_eventService: EventsService);
16
17
  ngOnInit(): void;
@@ -18,5 +19,5 @@ export declare class ProcessModernComponent extends BaseSection implements OnIni
18
19
  get getJustifyContent(): string;
19
20
  editSection(): void;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessModernComponent, never>;
21
- 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; }; }, {}, never, never, true, 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>;
22
23
  }
@@ -10,6 +10,7 @@ export declare class ProcessSectionComponent extends BaseSection {
10
10
  content?: ProcessSectionContentModel;
11
11
  edit?: boolean;
12
12
  delete?: boolean;
13
+ customClass?: string;
13
14
  styles?: ProcessSectionStylesModel;
14
15
  deviceWidth: number;
15
16
  constructor(_eventService: EventsService);
@@ -20,5 +21,5 @@ export declare class ProcessSectionComponent extends BaseSection {
20
21
  get getJustifyContent(): string;
21
22
  editSection(): void;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessSectionComponent, never>;
23
- 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; }; }, {}, never, never, true, 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>;
24
25
  }
@@ -12,6 +12,7 @@ export declare class RecentBlogPostSectionComponent extends BaseSection implemen
12
12
  content?: RecentBlogPostContentModel;
13
13
  edit?: boolean;
14
14
  delete?: boolean;
15
+ customClass?: string;
15
16
  responseData: any[];
16
17
  style?: BannerGridStylesModel;
17
18
  buttonData?: ButtonModel;
@@ -23,5 +24,5 @@ export declare class RecentBlogPostSectionComponent extends BaseSection implemen
23
24
  openBlogList(): void;
24
25
  editSection(): void;
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<RecentBlogPostSectionComponent, never>;
26
- 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; }; "responseData": { "alias": "responseData"; "required": false; }; }, {}, never, never, true, 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>;
27
28
  }
@@ -12,6 +12,7 @@ export declare class ServiceSectionComponent extends BaseSection {
12
12
  index?: number;
13
13
  edit?: boolean;
14
14
  delete?: boolean;
15
+ customClass?: string;
15
16
  _mainContainer: ElementRef | null;
16
17
  TextPosition: typeof TextPosition;
17
18
  content?: ServiceContentModal;
@@ -22,5 +23,5 @@ export declare class ServiceSectionComponent extends BaseSection {
22
23
  get headingSpace(): SPACING;
23
24
  editSection(): void;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceSectionComponent, never>;
25
- 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; }; }, {}, never, never, true, 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>;
26
27
  }
@@ -11,6 +11,7 @@ export declare class TeamMemberSectionComponent extends BaseSection {
11
11
  index?: number;
12
12
  edit?: boolean;
13
13
  delete?: boolean;
14
+ customClass?: string;
14
15
  TextPosition: typeof TextPosition;
15
16
  content?: TeamMemberContentModal;
16
17
  style?: TeamMemberStylesModel;
@@ -20,5 +21,5 @@ export declare class TeamMemberSectionComponent extends BaseSection {
20
21
  get headingSpace(): SPACING;
21
22
  editSection(): void;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TeamMemberSectionComponent, never>;
23
- 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; }; }, {}, never, never, true, 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>;
24
25
  }
@@ -9,6 +9,7 @@ export declare class TestimonialFullwidthComponent extends BaseSection {
9
9
  index?: number;
10
10
  edit?: boolean;
11
11
  delete?: boolean;
12
+ customClass?: string;
12
13
  TextPosition: typeof TextPosition;
13
14
  content?: TestimonialFullwidthContentModel;
14
15
  style?: TestimonialFullwidthStylesModel;
@@ -16,5 +17,5 @@ export declare class TestimonialFullwidthComponent extends BaseSection {
16
17
  ngOnInit(): void;
17
18
  editSection(): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialFullwidthComponent, never>;
19
- 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; }; }, {}, never, never, true, 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>;
20
21
  }
@@ -11,6 +11,7 @@ export declare class TestimonialSectionComponent extends BaseSection {
11
11
  index?: number;
12
12
  edit?: boolean;
13
13
  delete?: boolean;
14
+ customClass?: string;
14
15
  _mainContainer: ElementRef | null;
15
16
  content?: testimonialContentModel;
16
17
  style?: testimonialStylesModel;
@@ -20,5 +21,5 @@ export declare class TestimonialSectionComponent extends BaseSection {
20
21
  get getLayout(): LayOutModel;
21
22
  editSection(): void;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialSectionComponent, never>;
23
- 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; }; }, {}, never, never, true, 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>;
24
25
  }
@@ -10,11 +10,12 @@ export declare class TextImageSectionComponent extends BaseSection implements On
10
10
  index?: number;
11
11
  edit?: boolean;
12
12
  delete?: boolean;
13
+ customClass?: string;
13
14
  content?: TextImageContentModel;
14
15
  styles?: BannerStylesModel;
15
16
  constructor(_eventService: EventsService);
16
17
  ngOnInit(): void;
17
18
  editSection(): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TextImageSectionComponent, never>;
19
- 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; }; }, {}, never, never, true, never>;
20
+ 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>;
20
21
  }
@@ -11,6 +11,7 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
11
11
  data?: TextSectionModel;
12
12
  index?: number;
13
13
  edit?: boolean;
14
+ customClass?: string;
14
15
  delete?: boolean;
15
16
  _mainContainer: ElementRef | null;
16
17
  content: TextContentModel | undefined;
@@ -19,5 +20,5 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
19
20
  ngOnInit(): void;
20
21
  editSection(): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<TextSectionComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-section", 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>;
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>;
23
24
  }
@@ -13,6 +13,7 @@ export declare class VideoSectionComponent extends BaseSection {
13
13
  index?: number;
14
14
  edit?: boolean;
15
15
  delete?: false;
16
+ customClass?: string;
16
17
  _mainContainer: ElementRef | null;
17
18
  videoLink: string;
18
19
  content?: videoSectionContentModel;
@@ -25,5 +26,5 @@ export declare class VideoSectionComponent extends BaseSection {
25
26
  get headingSpace(): SPACING;
26
27
  editSection(): void;
27
28
  static ɵfac: i0.ɵɵFactoryDeclaration<VideoSectionComponent, never>;
28
- 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; }; }, {}, never, never, true, 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>;
29
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.37",
3
+ "version": "1.6.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file