simpo-component-library 1.8.91 → 1.8.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,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
10
  import { HEADER_STYLING, ProductCardTheme } from '../../styles/index';
11
+ import { RestService } from '../../services/rest.service';
11
12
  import * as i0 from "@angular/core";
12
13
  export declare class NavbarSectionComponent implements OnInit {
13
14
  private readonly _eventService;
@@ -17,6 +18,7 @@ export declare class NavbarSectionComponent implements OnInit {
17
18
  private readonly bottomSheet;
18
19
  private readonly cookieService;
19
20
  private readonly storageService;
21
+ private readonly restService;
20
22
  data?: HeaderSectionModel;
21
23
  nextComponent: any;
22
24
  index?: number;
@@ -31,7 +33,7 @@ export declare class NavbarSectionComponent implements OnInit {
31
33
  searchText: string;
32
34
  theme: typeof ProductCardTheme;
33
35
  HeaderStyling: typeof HEADER_STYLING;
34
- constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService);
36
+ constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService, restService: RestService);
35
37
  searchProducts(): void;
36
38
  goToFav(): void;
37
39
  goToAccount(): void;
@@ -56,6 +58,7 @@ export declare class NavbarSectionComponent implements OnInit {
56
58
  get accentColor(): any;
57
59
  get isTransparent(): any;
58
60
  redirectTo(content: any): void;
61
+ showSearchBar: boolean;
59
62
  get isComponentMerged(): any;
60
63
  editSection(): void;
61
64
  get canShowMobileFooter(): boolean;
@@ -66,6 +69,7 @@ export declare class NavbarSectionComponent implements OnInit {
66
69
  getKeys(object: any): string[];
67
70
  getValues(object: any): unknown[];
68
71
  get userGender(): import("../../ecommerce/styles/user.modal").GENDER | null;
72
+ get getNavbarButton(): any[];
69
73
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
70
74
  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>;
71
75
  }
@@ -63,6 +63,7 @@ export declare class RestService implements OnDestroy {
63
63
  getAllServices(businessId: any, size: number, page: number): Observable<Object>;
64
64
  getAllLocation(businessId: any, size: number, page: number): Observable<Object>;
65
65
  getAllTimeSlots(locationId: any, date: Date): Observable<Object>;
66
+ getBlogByBusinessId(): Observable<Object>;
66
67
  static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
67
68
  static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
68
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.8.91",
3
+ "version": "1.8.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file