@ukho/admiralty-angular 0.4.5 → 0.4.6

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.
@@ -1315,7 +1315,7 @@
1315
1315
  return AdmiraltyRadio;
1316
1316
  }());
1317
1317
  /** @nocollapse */ exports.AdmiraltyRadio.ɵfac = function AdmiraltyRadio_Factory(t) { return new (t || exports.AdmiraltyRadio)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1318
- /** @nocollapse */ exports.AdmiraltyRadio.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyRadio, selectors: [["admiralty-radio"]], inputs: { checked: "checked", disabled: "disabled", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyRadio_Template(rf, ctx) {
1318
+ /** @nocollapse */ exports.AdmiraltyRadio.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyRadio, selectors: [["admiralty-radio"]], inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyRadio_Template(rf, ctx) {
1319
1319
  if (rf & 1) {
1320
1320
  i0__namespace.ɵɵprojectionDef();
1321
1321
  i0__namespace.ɵɵprojection(0);
@@ -1323,7 +1323,7 @@
1323
1323
  }, encapsulation: 2, changeDetection: 0 });
1324
1324
  exports.AdmiraltyRadio = __decorate([
1325
1325
  ProxyCmp({
1326
- inputs: ['checked', 'disabled', 'name', 'value']
1326
+ inputs: ['checked', 'disabled', 'invalid', 'name', 'value']
1327
1327
  })
1328
1328
  ], exports.AdmiraltyRadio);
1329
1329
  (function () {
@@ -1334,7 +1334,7 @@
1334
1334
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
1335
1335
  template: '<ng-content></ng-content>',
1336
1336
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1337
- inputs: ['checked', 'disabled', 'name', 'value'],
1337
+ inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
1338
1338
  }]
1339
1339
  }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1340
1340
  })();
@@ -1348,7 +1348,7 @@
1348
1348
  return AdmiraltyRadioGroup;
1349
1349
  }());
1350
1350
  /** @nocollapse */ exports.AdmiraltyRadioGroup.ɵfac = function AdmiraltyRadioGroup_Factory(t) { return new (t || exports.AdmiraltyRadioGroup)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1351
- /** @nocollapse */ exports.AdmiraltyRadioGroup.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyRadioGroup, selectors: [["admiralty-radio-group"]], inputs: { displayVertical: "displayVertical", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyRadioGroup_Template(rf, ctx) {
1351
+ /** @nocollapse */ exports.AdmiraltyRadioGroup.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyRadioGroup, selectors: [["admiralty-radio-group"]], inputs: { displayVertical: "displayVertical", invalid: "invalid", invalidMessage: "invalidMessage", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyRadioGroup_Template(rf, ctx) {
1352
1352
  if (rf & 1) {
1353
1353
  i0__namespace.ɵɵprojectionDef();
1354
1354
  i0__namespace.ɵɵprojection(0);
@@ -1356,7 +1356,7 @@
1356
1356
  }, encapsulation: 2, changeDetection: 0 });
1357
1357
  exports.AdmiraltyRadioGroup = __decorate([
1358
1358
  ProxyCmp({
1359
- inputs: ['displayVertical', 'name', 'value']
1359
+ inputs: ['displayVertical', 'invalid', 'invalidMessage', 'name', 'value']
1360
1360
  })
1361
1361
  ], exports.AdmiraltyRadioGroup);
1362
1362
  (function () {
@@ -1367,7 +1367,7 @@
1367
1367
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
1368
1368
  template: '<ng-content></ng-content>',
1369
1369
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1370
- inputs: ['displayVertical', 'name', 'value'],
1370
+ inputs: ['displayVertical', 'invalid', 'invalidMessage', 'name', 'value'],
1371
1371
  }]
1372
1372
  }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1373
1373
  })();