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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.948",
3
+ "version": "3.6.949",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file