@ukho/admiralty-angular 0.4.0 → 0.4.1

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.
@@ -1091,7 +1091,7 @@
1091
1091
  return AdmiraltyInput;
1092
1092
  }());
1093
1093
  /** @nocollapse */ exports.AdmiraltyInput.ɵfac = function AdmiraltyInput_Factory(t) { return new (t || exports.AdmiraltyInput)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1094
- /** @nocollapse */ exports.AdmiraltyInput.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyInput, selectors: [["admiralty-input"]], inputs: { autocomplete: "autocomplete", disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", name: "name", placeholder: "placeholder", required: "required", type: "type", value: "value", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyInput_Template(rf, ctx) {
1094
+ /** @nocollapse */ exports.AdmiraltyInput.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyInput, selectors: [["admiralty-input"]], inputs: { autocomplete: "autocomplete", disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", maxLength: "maxLength", name: "name", placeholder: "placeholder", required: "required", type: "type", value: "value", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyInput_Template(rf, ctx) {
1095
1095
  if (rf & 1) {
1096
1096
  i0__namespace.ɵɵprojectionDef();
1097
1097
  i0__namespace.ɵɵprojection(0);
@@ -1099,7 +1099,7 @@
1099
1099
  }, encapsulation: 2, changeDetection: 0 });
1100
1100
  exports.AdmiraltyInput = __decorate([
1101
1101
  ProxyCmp({
1102
- inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width']
1102
+ inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'maxLength', 'name', 'placeholder', 'required', 'type', 'value', 'width']
1103
1103
  })
1104
1104
  ], exports.AdmiraltyInput);
1105
1105
  (function () {
@@ -1110,7 +1110,7 @@
1110
1110
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
1111
1111
  template: '<ng-content></ng-content>',
1112
1112
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1113
- inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width'],
1113
+ inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'maxLength', 'name', 'placeholder', 'required', 'type', 'value', 'width'],
1114
1114
  }]
1115
1115
  }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1116
1116
  })();