simpo-component-library 3.6.944 → 3.6.945

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.
@@ -41,6 +41,11 @@ export declare class AppointmentBookingComponent implements OnInit {
41
41
  index?: number;
42
42
  content?: BannerContentModel;
43
43
  edit?: boolean;
44
+ /** Set by the admin panel's "Book New Appointment" tool - a staff member creating a booking on
45
+ * a customer's behalf, not a live customer self-service flow. Skips the customer-facing
46
+ * availableOnline/homeAppointmentAvailable service filters, which only make sense for what a
47
+ * customer can self-serve book on the live website. */
48
+ isAdminBooking?: boolean;
44
49
  delete?: boolean;
45
50
  customClass?: string;
46
51
  nextComponentColor?: BackgroundModel;
@@ -116,6 +121,6 @@ export declare class AppointmentBookingComponent implements OnInit {
116
121
  confirmBooking(): void;
117
122
  goBack(): void;
118
123
  static ɵfac: i0.ɵɵFactoryDeclaration<AppointmentBookingComponent, [null, null, null, null, null, null, { optional: true; }]>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentBookingComponent, "simpo-appointment-booking", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "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>;
124
+ 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>;
120
125
  }
121
126
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.944",
3
+ "version": "3.6.945",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file