simpo-component-library 2.1.692 → 2.1.694
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +9 -4
- package/fesm2022/simpo-component-library.mjs +7 -3
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-2.1.694.tgz +0 -0
- package/simpo-component-library-2.1.692.tgz +0 -0
@@ -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;
|
package/package.json
CHANGED
Binary file
|
Binary file
|