simpo-component-library 3.6.954 → 3.6.956
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/book-appointment/book-appointment.component.mjs +11 -3
- package/fesm2022/simpo-component-library.mjs +10 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/book-appointment/book-appointment.component.d.ts +3 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.956.tgz +0 -0
- package/simpo-component-library-3.6.954.tgz +0 -0
|
@@ -90,6 +90,9 @@ export declare class BookAppointmentComponent extends BaseSection implements OnI
|
|
|
90
90
|
}[];
|
|
91
91
|
get subBackOff(): boolean;
|
|
92
92
|
get subNextOff(): boolean;
|
|
93
|
+
trackBySubStepKey(_: number, s: {
|
|
94
|
+
key: string;
|
|
95
|
+
}): string;
|
|
93
96
|
subBack(): void;
|
|
94
97
|
subNext(): void;
|
|
95
98
|
get subChosenLabel(): string;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|