@biggive/components-angular 202312041141.0.0 → 202312071742.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.
|
@@ -986,12 +986,12 @@ let BiggiveMainMenu = class BiggiveMainMenu {
|
|
|
986
986
|
this.el = r.nativeElement;
|
|
987
987
|
}
|
|
988
988
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BiggiveMainMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
989
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggiveMainMenu, selector: "biggive-main-menu", inputs: { blogUrlPrefix: "blogUrlPrefix", donateUrlPrefix: "donateUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", isLoggedIn: "isLoggedIn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
989
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggiveMainMenu, selector: "biggive-main-menu", inputs: { blogUrlPrefix: "blogUrlPrefix", donateUrlPrefix: "donateUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", isLoggedIn: "isLoggedIn", myAccountflagEnabled: "myAccountflagEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
990
990
|
};
|
|
991
991
|
BiggiveMainMenu = __decorate([
|
|
992
992
|
ProxyCmp({
|
|
993
993
|
defineCustomElementFn: defineCustomElement$x,
|
|
994
|
-
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'isLoggedIn'],
|
|
994
|
+
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'isLoggedIn', 'myAccountflagEnabled'],
|
|
995
995
|
methods: ['closeMobileMenuFromOutside']
|
|
996
996
|
})
|
|
997
997
|
], BiggiveMainMenu);
|
|
@@ -1002,7 +1002,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1002
1002
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1003
1003
|
template: '<ng-content></ng-content>',
|
|
1004
1004
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1005
|
-
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'isLoggedIn'],
|
|
1005
|
+
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'isLoggedIn', 'myAccountflagEnabled'],
|
|
1006
1006
|
}]
|
|
1007
1007
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1008
1008
|
let BiggiveMiscIcon = class BiggiveMiscIcon {
|