@biggive/components-angular 202303171148.0.0 → 202303171502.0.0

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.
@@ -789,11 +789,11 @@ let BiggiveMainMenu = class BiggiveMainMenu {
789
789
  }
790
790
  };
791
791
  BiggiveMainMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BiggiveMainMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
792
- BiggiveMainMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: BiggiveMainMenu, selector: "biggive-main-menu", inputs: { logoUrl: "logoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
792
+ BiggiveMainMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: BiggiveMainMenu, selector: "biggive-main-menu", inputs: { logoUrl: "logoUrl", usePresetMenuContent: "usePresetMenuContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
793
793
  BiggiveMainMenu = __decorate([
794
794
  ProxyCmp({
795
795
  defineCustomElementFn: defineCustomElement$t,
796
- inputs: ['logoUrl'],
796
+ inputs: ['logoUrl', 'usePresetMenuContent'],
797
797
  methods: ['closeMobileMenuFromOutside']
798
798
  })
799
799
  ], BiggiveMainMenu);
@@ -803,7 +803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
803
803
  selector: 'biggive-main-menu',
804
804
  changeDetection: ChangeDetectionStrategy.OnPush,
805
805
  template: '<ng-content></ng-content>',
806
- inputs: ['logoUrl']
806
+ inputs: ['logoUrl', 'usePresetMenuContent']
807
807
  }]
808
808
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
809
809
  let BiggiveMiscIcon = class BiggiveMiscIcon {