simpo-component-library 3.6.440 → 3.6.442

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.
@@ -8,7 +8,6 @@ import { StorageServiceService } from '../../services/storage.service';
8
8
  import { Header_Type, ProductCardTheme } from '../../styles/index';
9
9
  import { MovingTextModal } from '../moving-text/moving-text.modal';
10
10
  import { RestService } from '../../services/rest.service';
11
- import { StorageLike } from '../../services/storage-like';
12
11
  import * as i0 from "@angular/core";
13
12
  export declare class HeaderSectionComponent implements OnInit {
14
13
  private readonly _eventService;
@@ -18,7 +17,6 @@ export declare class HeaderSectionComponent implements OnInit {
18
17
  private readonly storageService;
19
18
  private restService;
20
19
  private eventService;
21
- private storage;
22
20
  data?: HeaderSectionModel;
23
21
  nextComponent: any;
24
22
  index?: number;
@@ -35,7 +33,7 @@ export declare class HeaderSectionComponent implements OnInit {
35
33
  theme: typeof ProductCardTheme;
36
34
  HeaderStyling: typeof Header_Type;
37
35
  parentHeight: number;
38
- constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, storageService: StorageServiceService, restService: RestService, eventService: EventsService, storage: StorageLike);
36
+ constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, storageService: StorageServiceService, restService: RestService, eventService: EventsService);
39
37
  searchChangeTimeout: any;
40
38
  waitBeforeSearch(): void;
41
39
  searchProducts(): void;
@@ -58,7 +56,9 @@ export declare class HeaderSectionComponent implements OnInit {
58
56
  showSearchBarMobile: boolean;
59
57
  isNavbarOpen: boolean;
60
58
  screenWidth: number;
59
+ getScreenSize(event?: number): void;
61
60
  height: any;
61
+ getParentHeight(): void;
62
62
  get getDropdownLinks(): string[];
63
63
  get isEcommerceWebsite(): boolean;
64
64
  close(): void;
@@ -95,19 +95,6 @@ export declare class HeaderSectionComponent implements OnInit {
95
95
  schemeAvailable: boolean;
96
96
  goToStores(): void;
97
97
  Object: ObjectConstructor;
98
- applyFilterToList(obj: any, type: any): void;
99
- filterByCategory(): void;
100
- showPincodeInput: boolean;
101
- pincode: any;
102
- getPincode: string;
103
- pinError: boolean;
104
- setPincode(): void;
105
- showLogin: boolean;
106
- goToSchemes(): void;
107
- getRGBA(bgColor: any, opacity: number): any;
108
- showCategoryMobileHeader(): boolean;
109
- byMetalAndStone: any;
110
- navigateLogin(): void;
111
98
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
112
99
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSectionComponent, "simpo-header-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>;
113
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.440",
3
+ "version": "3.6.442",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file