@inera/ids-angular 1.14.0 → 1.14.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.
@@ -1332,7 +1332,7 @@
1332
1332
 
1333
1333
  var IDFormBase = /** @class */ (function () {
1334
1334
  function IDFormBase() {
1335
- this.valid = true;
1335
+ this.valid = 'true';
1336
1336
  this.noValidation = false;
1337
1337
  }
1338
1338
  return IDFormBase;
@@ -1397,14 +1397,12 @@
1397
1397
  var IDCheckboxComponent = /** @class */ (function (_super) {
1398
1398
  __extends(IDCheckboxComponent, _super);
1399
1399
  function IDCheckboxComponent() {
1400
- var _this = _super.call(this) || this;
1401
- _this.valid = true;
1402
- return _this;
1400
+ return _super.call(this) || this;
1403
1401
  }
1404
1402
  return IDCheckboxComponent;
1405
1403
  }(IDFormBase));
1406
1404
  IDCheckboxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1407
- IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { valid: "valid" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
1405
+ IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
1408
1406
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
1409
1407
  type: i0.Component,
1410
1408
  args: [{
@@ -1412,9 +1410,7 @@
1412
1410
  templateUrl: './checkbox.component.html',
1413
1411
  encapsulation: i0.ViewEncapsulation.None,
1414
1412
  }]
1415
- }], ctorParameters: function () { return []; }, propDecorators: { valid: [{
1416
- type: i0.Input
1417
- }] } });
1413
+ }], ctorParameters: function () { return []; } });
1418
1414
 
1419
1415
  var IDCheckboxModule = /** @class */ (function () {
1420
1416
  function IDCheckboxModule() {