simpo-component-library 3.6.943 → 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 {};
@@ -76,6 +76,10 @@ export declare class HeaderSectionComponent implements OnInit, AfterViewInit, On
76
76
  * reusing the same generic "is app installed" check already used for Passbook. */
77
77
  appointmentAppStatus: boolean;
78
78
  checkAppointmentApp(): void;
79
+ /** The booking-cart icon should only show when a customer could have something to book -
80
+ * i.e. either mode is enabled, not tied to one specific mode. */
81
+ appointmentSettings: any;
82
+ getAppointmentSettings(): void;
79
83
  showSearchBarMobile: boolean;
80
84
  showDropdownDesktopSearch: boolean;
81
85
  isNavbarOpen: boolean;
@@ -47,6 +47,10 @@ export declare class NavbarSectionComponent implements OnInit {
47
47
  applyFilter(value: any, type: string): void;
48
48
  onStickyScrolled(scrolled: boolean): void;
49
49
  ngOnInit(): void;
50
+ /** The booking-cart icon should only show when a customer could have something to book -
51
+ * i.e. either mode is enabled, not tied to one specific mode. */
52
+ appointmentSettings: any;
53
+ getAppointmentSettings(): void;
50
54
  isNavbarOpen: boolean;
51
55
  screenWidth: number;
52
56
  getScreenSize(event?: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.943",
3
+ "version": "3.6.945",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file