simpo-component-library 1.5.50 → 1.5.51
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +6 -3
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +6 -4
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +4 -2
- package/esm2022/lib/sections/navbar-section/navbar-section.model.mjs +1 -1
- package/fesm2022/simpo-component-library.mjs +12 -7
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/navbar-section/navbar-section.component.d.ts +2 -0
- package/lib/sections/navbar-section/navbar-section.model.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.5.51.tgz +0 -0
- package/simpo-component-library-1.5.48.tgz +0 -0
- package/simpo-component-library-1.5.50.tgz +0 -0
@@ -7,6 +7,7 @@ import { MatDialog } from '@angular/material/dialog';
|
|
7
7
|
import { CookieService } from 'ngx-cookie-service';
|
8
8
|
import { StorageServiceService } from '../../services/storage.service';
|
9
9
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
10
|
+
import { ProductCardTheme } from '../../styles/index';
|
10
11
|
import * as i0 from "@angular/core";
|
11
12
|
export declare class NavbarSectionComponent implements OnInit {
|
12
13
|
private readonly _eventService;
|
@@ -27,6 +28,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
27
28
|
action?: ActionModel;
|
28
29
|
color: string;
|
29
30
|
searchText: string;
|
31
|
+
theme: typeof ProductCardTheme;
|
30
32
|
constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService);
|
31
33
|
searchProducts(): void;
|
32
34
|
goToFav(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { HeaderButtonStyle } from "./../../styles/index";
|
1
|
+
import { HeaderButtonStyle, ProductCardTheme } from "./../../styles/index";
|
2
2
|
import { BackgroundModel, HeaderButtonStyleModel, InputTextModel, NavbarButton } from "../../styles/style.model";
|
3
3
|
import { FooterLayoutModel, FooterLogoModel, FooterSocialLinkModel } from "../footer-section/footer-section.modal";
|
4
4
|
import { ActionModel } from "../../styles/style.model";
|
@@ -26,4 +26,5 @@ export interface HeaderStyleModel {
|
|
26
26
|
sticky?: boolean;
|
27
27
|
navigationStyle: HeaderButtonStyle;
|
28
28
|
navbarButtonStyle: HeaderButtonStyleModel;
|
29
|
+
theme: ProductCardTheme;
|
29
30
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|