simpo-component-library 3.6.440 → 3.6.441

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.
@@ -1,113 +1,13 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { HeaderContentModel, HeaderSectionModel, HeaderStyleModel } from './header-section.model';
3
- import { EventsService } from './../../services/events.service';
4
- import { ActionModel, LayOutModel } from '../../styles/style.model';
5
- import { ActivatedRoute, Router } from '@angular/router';
6
- import { MatDialog } from '@angular/material/dialog';
7
- import { StorageServiceService } from '../../services/storage.service';
8
- import { Header_Type, ProductCardTheme } from '../../styles/index';
9
- import { MovingTextModal } from '../moving-text/moving-text.modal';
10
- import { RestService } from '../../services/rest.service';
11
- import { StorageLike } from '../../services/storage-like';
2
+ import { HeaderSectionModel } from './header-section.model';
12
3
  import * as i0 from "@angular/core";
13
4
  export declare class HeaderSectionComponent implements OnInit {
14
- private readonly _eventService;
15
- private readonly router;
16
- private readonly activatedRoute;
17
- private readonly matDialog;
18
- private readonly storageService;
19
- private restService;
20
- private eventService;
21
- private storage;
22
5
  data?: HeaderSectionModel;
23
6
  nextComponent: any;
24
7
  index?: number;
25
8
  customClass?: string;
26
9
  edit?: boolean;
27
- childContainer: any;
28
- private resizeObserver;
29
- scrollValue: number;
30
- content?: HeaderContentModel;
31
- style?: HeaderStyleModel;
32
- action?: ActionModel;
33
- color: string;
34
- searchText: string;
35
- theme: typeof ProductCardTheme;
36
- HeaderStyling: typeof Header_Type;
37
- parentHeight: number;
38
- constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, storageService: StorageServiceService, restService: RestService, eventService: EventsService, storage: StorageLike);
39
- searchChangeTimeout: any;
40
- waitBeforeSearch(): void;
41
- searchProducts(): void;
42
- goToFav(): void;
43
- get stylesLayout(): LayOutModel;
44
- goToAccount(redirectTo: any): void;
45
- get loggedIn(): boolean;
46
- get getUserName(): string | undefined;
47
- goToWishlist(): void;
48
- goToCart(): void;
49
- applyFilter(value: any, type: string): void;
50
- onScroll(event: any): void;
51
- movingText?: MovingTextModal;
52
- toShowInJewellery: boolean;
53
- differ: any;
54
10
  ngOnInit(): void;
55
- ngAfterViewInit(): void;
56
- passbookAppStatus: boolean;
57
- checkPassbookApp(): void;
58
- showSearchBarMobile: boolean;
59
- isNavbarOpen: boolean;
60
- screenWidth: number;
61
- height: any;
62
- get getDropdownLinks(): string[];
63
- get isEcommerceWebsite(): boolean;
64
- close(): void;
65
- showEditors: boolean;
66
- showEditTabs(isShow: boolean): void;
67
- goToHome(): void;
68
- get isHeaderSticky(): boolean | undefined;
69
- get backgroundInfo(): any;
70
- get simpoColor(): any;
71
- get accentColor(): any;
72
- get isTransparent(): any;
73
- redirectTo(content: any): void;
74
- showSearchBar: boolean;
75
- get isComponentMerged(): any;
76
- editSection(): void;
77
- get canShowMobileFooter(): boolean;
78
- get showMobileHomeIcon(): boolean;
79
- get getCartItemsCount(): number;
80
- get getHeaderStyling(): Header_Type | undefined;
81
- get isMobile(): boolean;
82
- getKeys(object: any): string[];
83
- getValues(object: any): unknown[];
84
- get userGender(): import("../../ecommerce/styles/user.modal").GENDER | null;
85
- get getNavbarButton(): any[];
86
- isScrolled: boolean;
87
- setColor(): "#000000" | "#ffffff";
88
- showList: boolean;
89
- showCollections: boolean;
90
- categoryList: any;
91
- collectionList: any;
92
- selectedCategory: any;
93
- storeAvaiable: boolean;
94
- getCategoriesHeader(): void;
95
- schemeAvailable: boolean;
96
- goToStores(): void;
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
11
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
112
12
  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
13
  }
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.441",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file