simpo-component-library 3.6.496 → 3.6.498
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.
- package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +5 -5
- package/esm2022/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.mjs +44 -22
- package/fesm2022/simpo-component-library.mjs +40 -22
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.d.ts +5 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.498.tgz +0 -0
- package/simpo-component-library-3.6.496.tgz +0 -0
@@ -3,12 +3,14 @@ import { EventsService } from '../../../../services/events.service';
|
|
3
3
|
import { Router } from '@angular/router';
|
4
4
|
import { BannerContentModel, BannerSectionModel } from '../../appointment-form.model';
|
5
5
|
import { BackgroundModel, BannerStylesModel } from '../../../../styles/style.model';
|
6
|
+
import { MessageService } from 'primeng/api';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class AppointmentBookingComponent {
|
8
9
|
private restService;
|
9
10
|
private _eventService;
|
10
11
|
private readonly router;
|
11
|
-
|
12
|
+
private readonly messageService;
|
13
|
+
constructor(restService: RestService, _eventService: EventsService, router: Router, messageService: MessageService);
|
12
14
|
data?: BannerSectionModel;
|
13
15
|
index?: number;
|
14
16
|
content?: BannerContentModel;
|
@@ -18,6 +20,8 @@ export declare class AppointmentBookingComponent {
|
|
18
20
|
nextComponentColor?: BackgroundModel;
|
19
21
|
styles?: BannerStylesModel;
|
20
22
|
ngOnInit(): void;
|
23
|
+
screenWidth: number;
|
24
|
+
getScreenSize(): void;
|
21
25
|
closeOnOutsideClick(): void;
|
22
26
|
accessedTabs: {
|
23
27
|
serviceListing: boolean;
|
package/package.json
CHANGED
Binary file
|
Binary file
|