@oiz/stzh-components-angular 3.8.0-beta2 → 3.8.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.
@@ -765,11 +765,11 @@ let StzhCheckboxgroup = class StzhCheckboxgroup {
765
765
  proxyOutputs(this, this.el, ['stzhChange']);
766
766
  }
767
767
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCheckboxgroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
768
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCheckboxgroup, selector: "stzh-checkboxgroup", inputs: { checkedCheckbox: "checkedCheckbox", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", direction: "direction", disabled: "disabled", error: "error", hideLegend: "hideLegend", hideOptional: "hideOptional", invalid: "invalid", legend: "legend", localization: "localization", name: "name", preventUpdateProperties: "preventUpdateProperties", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
768
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCheckboxgroup, selector: "stzh-checkboxgroup", inputs: { checkedCheckbox: "checkedCheckbox", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", direction: "direction", disabled: "disabled", error: "error", hideLegend: "hideLegend", hideOptional: "hideOptional", invalid: "invalid", legend: "legend", localization: "localization", name: "name", preventUpdateProperties: "preventUpdateProperties", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
769
769
  };
770
770
  StzhCheckboxgroup = __decorate([
771
771
  ProxyCmp({
772
- inputs: ['checkedCheckbox', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'direction', 'disabled', 'error', 'hideLegend', 'hideOptional', 'invalid', 'legend', 'localization', 'name', 'preventUpdateProperties', 'value']
772
+ inputs: ['checkedCheckbox', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'direction', 'disabled', 'error', 'hideLegend', 'hideOptional', 'invalid', 'legend', 'localization', 'name', 'preventUpdateProperties', 'required', 'value']
773
773
  })
774
774
  ], StzhCheckboxgroup);
775
775
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCheckboxgroup, decorators: [{
@@ -779,7 +779,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
779
779
  changeDetection: ChangeDetectionStrategy.OnPush,
780
780
  template: '<ng-content></ng-content>',
781
781
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
782
- inputs: ['checkedCheckbox', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'direction', 'disabled', 'error', 'hideLegend', 'hideOptional', 'invalid', 'legend', 'localization', 'name', 'preventUpdateProperties', 'value'],
782
+ inputs: ['checkedCheckbox', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'direction', 'disabled', 'error', 'hideLegend', 'hideOptional', 'invalid', 'legend', 'localization', 'name', 'preventUpdateProperties', 'required', 'value'],
783
783
  }]
784
784
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
785
785
  let StzhChip = class StzhChip {