simpo-component-library 3.6.943 → 3.6.944
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/cart/cart.component.mjs +3 -3
- package/esm2022/lib/elements/booking-cart-groups/booking-cart-groups.component.mjs +3 -3
- package/esm2022/lib/sections/header-section/header-section.component.mjs +17 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +17 -3
- package/fesm2022/simpo-component-library.mjs +36 -8
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/header-section/header-section.component.d.ts +4 -0
- package/lib/sections/navbar-section/navbar-section.component.d.ts +4 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.944.tgz +0 -0
- package/simpo-component-library-3.6.943.tgz +0 -0
|
@@ -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
|
Binary file
|
|
Binary file
|