@ukho/admiralty-angular 0.19.0 → 0.20.0--canary.238.a9d85ea.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
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
return AdmiraltyColourBlock;
|
|
791
791
|
}());
|
|
792
792
|
/** @nocollapse */ exports.AdmiraltyColourBlock.ɵfac = function AdmiraltyColourBlock_Factory(t) { return new (t || exports.AdmiraltyColourBlock)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
|
|
793
|
-
/** @nocollapse */ exports.AdmiraltyColourBlock.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyColourBlock, selectors: [["admiralty-colour-block"]], inputs: { actionText: "actionText", colour: "colour", heading: "heading", height: "height", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyColourBlock_Template(rf, ctx) {
|
|
793
|
+
/** @nocollapse */ exports.AdmiraltyColourBlock.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyColourBlock, selectors: [["admiralty-colour-block"]], inputs: { actionText: "actionText", colour: "colour", enableCardEvent: "enableCardEvent", heading: "heading", height: "height", href: "href", linkText: "linkText", suppressRedirect: "suppressRedirect", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyColourBlock_Template(rf, ctx) {
|
|
794
794
|
if (rf & 1) {
|
|
795
795
|
i0__namespace.ɵɵprojectionDef();
|
|
796
796
|
i0__namespace.ɵɵprojection(0);
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
}, encapsulation: 2, changeDetection: 0 });
|
|
799
799
|
exports.AdmiraltyColourBlock = __decorate([
|
|
800
800
|
ProxyCmp({
|
|
801
|
-
inputs: ['actionText', 'colour', 'heading', 'height', 'width']
|
|
801
|
+
inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width']
|
|
802
802
|
})
|
|
803
803
|
], exports.AdmiraltyColourBlock);
|
|
804
804
|
(function () {
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
810
810
|
template: '<ng-content></ng-content>',
|
|
811
811
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
812
|
-
inputs: ['actionText', 'colour', 'heading', 'height', 'width'],
|
|
812
|
+
inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width'],
|
|
813
813
|
}]
|
|
814
814
|
}], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
|
|
815
815
|
})();
|