@biggive/components-angular 202404240935.0.0 → 202404241507.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.
|
@@ -461,14 +461,14 @@ let BiggiveCookieBanner = class BiggiveCookieBanner {
|
|
|
461
461
|
this.z = z;
|
|
462
462
|
c.detach();
|
|
463
463
|
this.el = r.nativeElement;
|
|
464
|
-
proxyOutputs(this, this.el, ['cookieBannerAcceptAllSelected', 'cookieBannerSavePreferencesSelected']);
|
|
464
|
+
proxyOutputs(this, this.el, ['preferenceModalClosed', 'cookieBannerAcceptAllSelected', 'cookieBannerSavePreferencesSelected']);
|
|
465
465
|
}
|
|
466
466
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BiggiveCookieBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggiveCookieBanner, selector: "biggive-cookie-banner", inputs: { blogUriPrefix: "blogUriPrefix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
467
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggiveCookieBanner, selector: "biggive-cookie-banner", inputs: { autoOpenPreferences: "autoOpenPreferences", blogUriPrefix: "blogUriPrefix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
468
468
|
};
|
|
469
469
|
BiggiveCookieBanner = __decorate([
|
|
470
470
|
ProxyCmp({
|
|
471
|
-
inputs: ['blogUriPrefix']
|
|
471
|
+
inputs: ['autoOpenPreferences', 'blogUriPrefix']
|
|
472
472
|
})
|
|
473
473
|
], BiggiveCookieBanner);
|
|
474
474
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BiggiveCookieBanner, decorators: [{
|
|
@@ -478,7 +478,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
478
478
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
479
479
|
template: '<ng-content></ng-content>',
|
|
480
480
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
481
|
-
inputs: ['blogUriPrefix'],
|
|
481
|
+
inputs: ['autoOpenPreferences', 'blogUriPrefix'],
|
|
482
482
|
}]
|
|
483
483
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
484
484
|
let BiggiveFooter = class BiggiveFooter {
|
|
@@ -490,11 +490,11 @@ let BiggiveFooter = class BiggiveFooter {
|
|
|
490
490
|
this.el = r.nativeElement;
|
|
491
491
|
}
|
|
492
492
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BiggiveFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
493
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggiveFooter, selector: "biggive-footer", inputs: { blogUrlPrefix: "blogUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", headingLevel: "headingLevel", usePresetFooter: "usePresetFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
493
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggiveFooter, selector: "biggive-footer", inputs: { blogUrlPrefix: "blogUrlPrefix", donateUrlPrefix: "donateUrlPrefix", experienceUrlPrefix: "experienceUrlPrefix", headingLevel: "headingLevel", usePresetFooter: "usePresetFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
494
494
|
};
|
|
495
495
|
BiggiveFooter = __decorate([
|
|
496
496
|
ProxyCmp({
|
|
497
|
-
inputs: ['blogUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter']
|
|
497
|
+
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter']
|
|
498
498
|
})
|
|
499
499
|
], BiggiveFooter);
|
|
500
500
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BiggiveFooter, decorators: [{
|
|
@@ -504,7 +504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
504
504
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
505
505
|
template: '<ng-content></ng-content>',
|
|
506
506
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
507
|
-
inputs: ['blogUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter'],
|
|
507
|
+
inputs: ['blogUrlPrefix', 'donateUrlPrefix', 'experienceUrlPrefix', 'headingLevel', 'usePresetFooter'],
|
|
508
508
|
}]
|
|
509
509
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
510
510
|
let BiggiveForm = class BiggiveForm {
|
|
@@ -1035,10 +1035,11 @@ let BiggivePopup = class BiggivePopup {
|
|
|
1035
1035
|
this.el = r.nativeElement;
|
|
1036
1036
|
}
|
|
1037
1037
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BiggivePopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1038
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggivePopup, selector: "biggive-popup", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1038
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BiggivePopup, selector: "biggive-popup", inputs: { modalClosedCallback: "modalClosedCallback" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1039
1039
|
};
|
|
1040
1040
|
BiggivePopup = __decorate([
|
|
1041
1041
|
ProxyCmp({
|
|
1042
|
+
inputs: ['modalClosedCallback'],
|
|
1042
1043
|
methods: ['openFromOutside', 'closeFromOutside']
|
|
1043
1044
|
})
|
|
1044
1045
|
], BiggivePopup);
|
|
@@ -1049,7 +1050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1049
1050
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1050
1051
|
template: '<ng-content></ng-content>',
|
|
1051
1052
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1052
|
-
inputs: [],
|
|
1053
|
+
inputs: ['modalClosedCallback'],
|
|
1053
1054
|
}]
|
|
1054
1055
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1055
1056
|
let BiggiveProgressBar = class BiggiveProgressBar {
|