@ukho/admiralty-angular 0.3.2 → 0.3.3

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.
@@ -1754,12 +1754,12 @@
1754
1754
  this.z = z;
1755
1755
  c.detach();
1756
1756
  this.el = r.nativeElement;
1757
- proxyOutputs(this, this.el, ['textareaBlur', 'textareaChanged']);
1757
+ proxyOutputs(this, this.el, ['textareaBlur', 'admiraltyChange']);
1758
1758
  }
1759
1759
  return AdmiraltyTextarea;
1760
1760
  }());
1761
1761
  /** @nocollapse */ exports.AdmiraltyTextarea.ɵfac = function AdmiraltyTextarea_Factory(t) { return new (t || exports.AdmiraltyTextarea)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1762
- /** @nocollapse */ exports.AdmiraltyTextarea.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTextarea, selectors: [["admiralty-textarea"]], inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", maxLength: "maxLength", text: "text", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTextarea_Template(rf, ctx) {
1762
+ /** @nocollapse */ exports.AdmiraltyTextarea.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTextarea, selectors: [["admiralty-textarea"]], inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", maxLength: "maxLength", value: "value", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTextarea_Template(rf, ctx) {
1763
1763
  if (rf & 1) {
1764
1764
  i0__namespace.ɵɵprojectionDef();
1765
1765
  i0__namespace.ɵɵprojection(0);
@@ -1767,7 +1767,7 @@
1767
1767
  }, encapsulation: 2, changeDetection: 0 });
1768
1768
  exports.AdmiraltyTextarea = __decorate([
1769
1769
  ProxyCmp({
1770
- inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'maxLength', 'text', 'width']
1770
+ inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'maxLength', 'value', 'width']
1771
1771
  })
1772
1772
  ], exports.AdmiraltyTextarea);
1773
1773
  (function () {
@@ -1778,7 +1778,7 @@
1778
1778
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
1779
1779
  template: '<ng-content></ng-content>',
1780
1780
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1781
- inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'maxLength', 'text', 'width'],
1781
+ inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'maxLength', 'value', 'width'],
1782
1782
  }]
1783
1783
  }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1784
1784
  })();