@ukho/admiralty-angular 0.6.0--canary.120.fd724b8.0 → 0.6.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.
@@ -735,7 +735,7 @@
735
735
  return AdmiraltyFileInput;
736
736
  }());
737
737
  /** @nocollapse */ exports.AdmiraltyFileInput.ɵfac = function AdmiraltyFileInput_Factory(t) { return new (t || exports.AdmiraltyFileInput)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
738
- /** @nocollapse */ exports.AdmiraltyFileInput.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyFileInput, selectors: [["admiralty-file-input"]], inputs: { label: "label", multiple: "multiple" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyFileInput_Template(rf, ctx) {
738
+ /** @nocollapse */ exports.AdmiraltyFileInput.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyFileInput, selectors: [["admiralty-file-input"]], inputs: { invalid: "invalid", invalidMessage: "invalidMessage", label: "label", multiple: "multiple" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyFileInput_Template(rf, ctx) {
739
739
  if (rf & 1) {
740
740
  i0__namespace.ɵɵprojectionDef();
741
741
  i0__namespace.ɵɵprojection(0);
@@ -743,7 +743,7 @@
743
743
  }, encapsulation: 2, changeDetection: 0 });
744
744
  exports.AdmiraltyFileInput = __decorate([
745
745
  ProxyCmp({
746
- inputs: ['label', 'multiple']
746
+ inputs: ['invalid', 'invalidMessage', 'label', 'multiple']
747
747
  })
748
748
  ], exports.AdmiraltyFileInput);
749
749
  (function () {
@@ -754,7 +754,7 @@
754
754
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
755
755
  template: '<ng-content></ng-content>',
756
756
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
757
- inputs: ['label', 'multiple'],
757
+ inputs: ['invalid', 'invalidMessage', 'label', 'multiple'],
758
758
  }]
759
759
  }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
760
760
  })();