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.
- package/esm2022/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.mjs +13 -6
- package/fesm2022/simpo-component-library.mjs +12 -5
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.d.ts +6 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.945.tgz +0 -0
- package/simpo-component-library-3.6.944.tgz +0 -0
|
@@ -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
|
Binary file
|
|
Binary file
|