@ukho/admiralty-angular 0.9.0 → 0.10.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.
- package/bundles/ukho-admiralty-angular.umd.js +3 -3
- package/bundles/ukho-admiralty-angular.umd.js.map +1 -1
- package/esm2015/lib/stencil-generated/components.js +4 -4
- package/fesm2015/ukho-admiralty-angular.js +3 -3
- package/fesm2015/ukho-admiralty-angular.js.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
return AdmiraltyHeaderProfile;
|
|
1012
1012
|
}());
|
|
1013
1013
|
/** @nocollapse */ exports.AdmiraltyHeaderProfile.ɵfac = function AdmiraltyHeaderProfile_Factory(t) { return new (t || exports.AdmiraltyHeaderProfile)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
|
|
1014
|
-
/** @nocollapse */ exports.AdmiraltyHeaderProfile.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHeaderProfile, selectors: [["admiralty-header-profile"]], inputs: { isSignedIn: "isSignedIn", signedInText: "signedInText" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHeaderProfile_Template(rf, ctx) {
|
|
1014
|
+
/** @nocollapse */ exports.AdmiraltyHeaderProfile.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHeaderProfile, selectors: [["admiralty-header-profile"]], inputs: { isSignedIn: "isSignedIn", signInOnly: "signInOnly", signedInText: "signedInText" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHeaderProfile_Template(rf, ctx) {
|
|
1015
1015
|
if (rf & 1) {
|
|
1016
1016
|
i0__namespace.ɵɵprojectionDef();
|
|
1017
1017
|
i0__namespace.ɵɵprojection(0);
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
}, encapsulation: 2, changeDetection: 0 });
|
|
1020
1020
|
exports.AdmiraltyHeaderProfile = __decorate([
|
|
1021
1021
|
ProxyCmp({
|
|
1022
|
-
inputs: ['isSignedIn', 'signedInText']
|
|
1022
|
+
inputs: ['isSignedIn', 'signInOnly', 'signedInText']
|
|
1023
1023
|
})
|
|
1024
1024
|
], exports.AdmiraltyHeaderProfile);
|
|
1025
1025
|
(function () {
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
1031
1031
|
template: '<ng-content></ng-content>',
|
|
1032
1032
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1033
|
-
inputs: ['isSignedIn', 'signedInText'],
|
|
1033
|
+
inputs: ['isSignedIn', 'signInOnly', 'signedInText'],
|
|
1034
1034
|
}]
|
|
1035
1035
|
}], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
|
|
1036
1036
|
})();
|