simpo-component-library 3.6.948 → 3.6.949
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/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.mjs +37 -3
- package/fesm2022/simpo-component-library.mjs +36 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.d.ts +6 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.949.tgz +0 -0
- package/simpo-component-library-3.6.948.tgz +0 -0
|
@@ -58,6 +58,8 @@ export declare class AppointmentBookingComponent implements OnInit {
|
|
|
58
58
|
};
|
|
59
59
|
styles?: BannerStylesModel;
|
|
60
60
|
ngOnInit(): void;
|
|
61
|
+
isAdminContext: boolean;
|
|
62
|
+
resetWizard(): void;
|
|
61
63
|
screenWidth: number;
|
|
62
64
|
getScreenSize(): void;
|
|
63
65
|
closeOnOutsideClick(): void;
|
|
@@ -127,6 +129,10 @@ export declare class AppointmentBookingComponent implements OnInit {
|
|
|
127
129
|
apiStatus: boolean;
|
|
128
130
|
confirmBooking(): void;
|
|
129
131
|
goBack(): void;
|
|
132
|
+
goToMyBookings(): void;
|
|
133
|
+
goToListing(): void;
|
|
134
|
+
goToAppointmentsList(): void;
|
|
135
|
+
bookAnother(): void;
|
|
130
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppointmentBookingComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
|
|
131
137
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentBookingComponent, "simpo-appointment-booking", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "isAdminBooking": { "alias": "isAdminBooking"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "prefillContact": { "alias": "prefillContact"; "required": false; }; }, {}, never, never, true, never>;
|
|
132
138
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|