@ukho/admiralty-angular 0.18.1 → 0.18.2--canary.240.c4895ec.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.
@@ -692,7 +692,7 @@
692
692
  return AdmiraltyButton;
693
693
  }());
694
694
  /** @nocollapse */ exports.AdmiraltyButton.ɵfac = function AdmiraltyButton_Factory(t) { return new (t || exports.AdmiraltyButton)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
695
- /** @nocollapse */ exports.AdmiraltyButton.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyButton, selectors: [["admiralty-button"]], inputs: { disabled: "disabled", icon: "icon", type: "type", variant: "variant" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyButton_Template(rf, ctx) {
695
+ /** @nocollapse */ exports.AdmiraltyButton.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyButton, selectors: [["admiralty-button"]], inputs: { disabled: "disabled", form: "form", icon: "icon", name: "name", type: "type", value: "value", variant: "variant" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyButton_Template(rf, ctx) {
696
696
  if (rf & 1) {
697
697
  i0__namespace.ɵɵprojectionDef();
698
698
  i0__namespace.ɵɵprojection(0);
@@ -700,7 +700,7 @@
700
700
  }, encapsulation: 2, changeDetection: 0 });
701
701
  exports.AdmiraltyButton = __decorate([
702
702
  ProxyCmp({
703
- inputs: ['disabled', 'icon', 'type', 'variant']
703
+ inputs: ['disabled', 'form', 'icon', 'name', 'type', 'value', 'variant']
704
704
  })
705
705
  ], exports.AdmiraltyButton);
706
706
  (function () {
@@ -711,7 +711,7 @@
711
711
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
712
712
  template: '<ng-content></ng-content>',
713
713
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
714
- inputs: ['disabled', 'icon', 'type', 'variant'],
714
+ inputs: ['disabled', 'form', 'icon', 'name', 'type', 'value', 'variant'],
715
715
  }]
716
716
  }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
717
717
  })();