simpo-component-library 3.6.726 → 3.6.728

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.
@@ -0,0 +1,23 @@
1
+ import { FAQColumnsCardsContentModal, FAQColumnsCardsModal } from './faq-columns-cards.modal';
2
+ import BaseSection from '../BaseSection';
3
+ import { FAQStylesModel } from '../faq-section/faq-section.modal';
4
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
5
+ import { SPACING } from '../../styles/index';
6
+ import * as i0 from "@angular/core";
7
+ export declare class FaqColumnsCardsComponent extends BaseSection {
8
+ data?: FAQColumnsCardsModal;
9
+ customClass?: string;
10
+ content?: FAQColumnsCardsContentModal;
11
+ style?: FAQStylesModel;
12
+ index?: number;
13
+ delete?: boolean;
14
+ edit?: boolean;
15
+ nextComponentColor?: BackgroundModel;
16
+ constructor();
17
+ ngOnInit(): void;
18
+ get headingSpace(): SPACING;
19
+ get stylesLayout(): LayOutModel;
20
+ getLayout(): "justify-content-start" | "justify-content-center" | "justify-content-end";
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<FaqColumnsCardsComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FaqColumnsCardsComponent, "simpo-faq-columns-cards", never, { "data": { "alias": "data"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
23
+ }
@@ -0,0 +1,16 @@
1
+ import { FAQStylesModel } from '../faq-section/faq-section.modal';
2
+ import { InputTextModel, ListItemModal } from './../../styles/style.model';
3
+ export interface FAQColumnsCardsModal {
4
+ id: string;
5
+ sectionType: string;
6
+ sectionName: string;
7
+ content: FAQColumnsCardsContentModal;
8
+ styles: FAQStylesModel;
9
+ }
10
+ export interface FAQColumnsCardsContentModal {
11
+ inputText: [InputTextModel];
12
+ listItem: ListItemModal<FAQItemModal>;
13
+ }
14
+ export interface FAQItemModal {
15
+ inputText: InputTextModel[];
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.726",
3
+ "version": "3.6.728",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -77,6 +77,7 @@ export * from './lib/sections/condensed-and-gradient/condensed-and-gradient.comp
77
77
  export * from './lib/sections/four-features-centered-image/four-features-centered-image.component';
78
78
  export * from './lib/sections/product-info-section/product-info-section.component';
79
79
  export * from './lib/sections/button-grid-section/button-grid-section.component';
80
+ export * from './lib/sections/faq-columns-cards/faq-columns-cards.component';
80
81
  export * from './lib/services/events.service';
81
82
  export * from './lib/services/endUser.service';
82
83
  export * from './lib/services/sanitizeHtml';
Binary file