ctt-puro 0.64.13 → 0.64.15

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.
@@ -25,6 +25,7 @@ export declare class PuroHeaderComponent implements OnInit {
25
25
  readonly SITE_GROUP = 1;
26
26
  readonly SITE_HOTELS = 2;
27
27
  readonly SITE_BEACH = 3;
28
+ readonly HIDE_RESTAURANT_BUTTONS = true;
28
29
  cssBgUrl: string;
29
30
  cssLogoUrl: string;
30
31
  clickBtnBook(): void;
@@ -21,6 +21,7 @@ export declare class PuroHeaderMobileComponent implements OnInit, OnDestroy {
21
21
  readonly SITE_GROUP = 1;
22
22
  readonly SITE_HOTELS = 2;
23
23
  readonly SITE_BEACH = 3;
24
+ readonly HIDE_RESTAURANT_BUTTONS = true;
24
25
  cssBgUrl: string;
25
26
  cssLogoUrl: string;
26
27
  hasStickyClasses: import("@angular/core").WritableSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-puro",
3
- "version": "0.64.13",
3
+ "version": "0.64.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",