@getflip/swirl-components-angular 0.55.0 → 0.56.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.
@@ -947,11 +947,11 @@ let SwirlFormControl = class SwirlFormControl {
947
947
  }
948
948
  };
949
949
  SwirlFormControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFormControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
950
- SwirlFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
950
+ SwirlFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", hideLabel: "hideLabel", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
951
951
  SwirlFormControl = __decorate([
952
952
  ProxyCmp({
953
953
  defineCustomElementFn: undefined,
954
- inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
954
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
955
955
  })
956
956
  ], SwirlFormControl);
957
957
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFormControl, decorators: [{
@@ -960,7 +960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
960
960
  selector: 'swirl-form-control',
961
961
  changeDetection: ChangeDetectionStrategy.OnPush,
962
962
  template: '<ng-content></ng-content>',
963
- inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
963
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
964
964
  }]
965
965
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
966
966
  let SwirlFormGroup = class SwirlFormGroup {
@@ -4224,11 +4224,11 @@ let SwirlSelect = class SwirlSelect {
4224
4224
  }
4225
4225
  };
4226
4226
  SwirlSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4227
- SwirlSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSelect, selector: "swirl-select", inputs: { disabled: "disabled", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4227
+ SwirlSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSelect, selector: "swirl-select", inputs: { disabled: "disabled", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", selectId: "selectId", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4228
4228
  SwirlSelect = __decorate([
4229
4229
  ProxyCmp({
4230
4230
  defineCustomElementFn: undefined,
4231
- inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
4231
+ inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
4232
4232
  })
4233
4233
  ], SwirlSelect);
4234
4234
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSelect, decorators: [{
@@ -4237,7 +4237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4237
4237
  selector: 'swirl-select',
4238
4238
  changeDetection: ChangeDetectionStrategy.OnPush,
4239
4239
  template: '<ng-content></ng-content>',
4240
- inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
4240
+ inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
4241
4241
  }]
4242
4242
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4243
4243
  let SwirlSeparator = class SwirlSeparator {