@ukho/admiralty-angular 1.0.1 → 1.0.2--canary.269.f92bc88.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.
@@ -757,7 +757,7 @@
757
757
  return AdmiraltyCheckbox;
758
758
  }());
759
759
  /** @nocollapse */ exports.AdmiraltyCheckbox.ɵfac = function AdmiraltyCheckbox_Factory(t) { return new (t || exports.AdmiraltyCheckbox)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
760
- /** @nocollapse */ exports.AdmiraltyCheckbox.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyCheckbox, selectors: [["admiralty-checkbox"]], inputs: { checkboxRight: "checkboxRight", checked: "checked", disabled: "disabled", labelText: "labelText", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyCheckbox_Template(rf, ctx) {
760
+ /** @nocollapse */ exports.AdmiraltyCheckbox.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyCheckbox, selectors: [["admiralty-checkbox"]], inputs: { checkboxRight: "checkboxRight", checked: "checked", disabled: "disabled", labelHidden: "labelHidden", labelText: "labelText", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyCheckbox_Template(rf, ctx) {
761
761
  if (rf & 1) {
762
762
  i0__namespace.ɵɵprojectionDef();
763
763
  i0__namespace.ɵɵprojection(0);
@@ -765,7 +765,7 @@
765
765
  }, encapsulation: 2, changeDetection: 0 });
766
766
  exports.AdmiraltyCheckbox = __decorate([
767
767
  ProxyCmp({
768
- inputs: ['checkboxRight', 'checked', 'disabled', 'labelText', 'name', 'value']
768
+ inputs: ['checkboxRight', 'checked', 'disabled', 'labelHidden', 'labelText', 'name', 'value']
769
769
  })
770
770
  ], exports.AdmiraltyCheckbox);
771
771
  (function () {
@@ -776,7 +776,7 @@
776
776
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
777
777
  template: '<ng-content></ng-content>',
778
778
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
779
- inputs: ['checkboxRight', 'checked', 'disabled', 'labelText', 'name', 'value'],
779
+ inputs: ['checkboxRight', 'checked', 'disabled', 'labelHidden', 'labelText', 'name', 'value'],
780
780
  }]
781
781
  }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
782
782
  })();