simpo-component-library 3.6.199 → 3.6.201

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.
@@ -5,6 +5,8 @@ export declare class SimpoStickyDirective {
5
5
  simpoSticky?: boolean;
6
6
  constructor(el: ElementRef);
7
7
  ngOnChanges(): void;
8
+ private addParentMargin;
9
+ private removeParentMargin;
8
10
  ngOnDestroy(): void;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SimpoStickyDirective, never>;
10
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<SimpoStickyDirective, "[simpoSticky]", never, { "simpoSticky": { "alias": "simpoSticky"; "required": false; }; }, {}, never, never, true, never>;
@@ -48,6 +48,7 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
48
48
  currentTab: 'BAG' | 'ADDRESS' | 'PAYMENT';
49
49
  cartType: 'SHOPPING' | 'TRIAL';
50
50
  d2: ElementRef;
51
+ pincode: any;
51
52
  constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService, bottomSheet: MatBottomSheet, activatedRoute: ActivatedRoute, matDialogData: any, dialogRef: MatDialogRef<CartComponent>);
52
53
  quantity: number[];
53
54
  private userDetails;
@@ -1,8 +1,10 @@
1
1
  import BaseSection from '../../../sections/BaseSection';
2
2
  import { ReturnsCalculatorModel, ReturnsCalculatorStyleModel } from './returns-calculator.model';
3
3
  import { LayOutModel } from '../../../styles/style.model';
4
+ import { EventsService } from '.././../../services/events.service';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class ReturnsCalculatorComponent extends BaseSection {
7
+ private readonly _eventService;
6
8
  data?: ReturnsCalculatorModel;
7
9
  edit?: boolean;
8
10
  customClass?: string;
@@ -13,7 +15,7 @@ export declare class ReturnsCalculatorComponent extends BaseSection {
13
15
  monthlyAmount: number;
14
16
  maxAmount: number;
15
17
  minAmount: number;
16
- constructor();
18
+ constructor(_eventService: EventsService);
17
19
  ngOnInit(): void;
18
20
  onSchemeChange(): void;
19
21
  onAmountChange(): void;
@@ -26,6 +28,7 @@ export declare class ReturnsCalculatorComponent extends BaseSection {
26
28
  getButtonId(index: number): string;
27
29
  getButtonStyle(index: number): import("../../../styles/style.model").ButtonStyleModel | undefined;
28
30
  getButtonData(index: number): import("../../../styles/style.model").Button | undefined;
31
+ redirectTo(data: any): void;
29
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ReturnsCalculatorComponent, never>;
30
33
  static ɵcmp: i0.ɵɵComponentDeclaration<ReturnsCalculatorComponent, "simpo-returns-calculator", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
31
34
  }
@@ -95,6 +95,7 @@ export declare class HeaderSectionComponent implements OnInit {
95
95
  showLogin: boolean;
96
96
  goToSchemes(): void;
97
97
  getRGBA(bgColor: any, opacity: number): any;
98
+ showCategoryMobileHeader(): boolean;
98
99
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
99
100
  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>;
100
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.199",
3
+ "version": "3.6.201",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
@@ -203,13 +203,13 @@
203
203
  animation: slideInLeft 0.5s ease-in-out forwards;
204
204
  }
205
205
 
206
- .appointment-form {
206
+ /* .appointment-form {
207
207
  @media only screen and (max-width: 500px) {
208
208
  margin: auto !important;
209
209
  height: 65vh !important;
210
210
  width: 95vw !important;
211
211
  }
212
- }
212
+ } */
213
213
 
214
214
  .hover-effect:hover {
215
215
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
@@ -249,4 +249,4 @@
249
249
  -webkit-box-orient: vertical;
250
250
  text-overflow: ellipsis !important;
251
251
  /* word-break: break-all; */
252
- }
252
+ }
Binary file