simpo-component-library 3.6.952 → 3.6.953
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/ecommerce/sections/product-desc/product-desc.component.mjs +26 -7
- package/fesm2022/simpo-component-library.mjs +24 -6
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +8 -2
- package/package.json +1 -1
- package/simpo-component-library-3.6.953.tgz +0 -0
- package/simpo-component-library-3.6.952.tgz +0 -0
|
@@ -149,8 +149,14 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
149
149
|
addVideoCallCurrent(): void;
|
|
150
150
|
continueVideoCallBooking(): void;
|
|
151
151
|
closeModal(): void;
|
|
152
|
-
|
|
153
|
-
|
|
152
|
+
/** Lazily creates a ButtonModel at this index if the section's saved content predates that
|
|
153
|
+
* button existing (e.g. "Schedule a Video Call"/"Try at HOME" were added to this template after
|
|
154
|
+
* some businesses already had this section on their page - their saved `action.buttons` array
|
|
155
|
+
* is too short). Mutates the array in place so it becomes permanent once the page is next
|
|
156
|
+
* saved, fixing the slot for good - not just a display workaround. */
|
|
157
|
+
private ensureButton;
|
|
158
|
+
getButtonId(index: number, defaultLabel?: string, defaultBackground?: string): string;
|
|
159
|
+
getButtonStyle(index: number, defaultLabel?: string, defaultBackground?: string): import("../../../styles/style.model").ButtonStyleModel | undefined;
|
|
154
160
|
getRatings(noofratings: any): any;
|
|
155
161
|
/**
|
|
156
162
|
* "Try at Home" feeds the Home Visit booking flow (BookingGroup.productLines, submitted
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|