@getflip/swirl-components-angular 0.179.0 → 0.180.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.
@@ -1193,11 +1193,11 @@ let SwirlFormControl = class SwirlFormControl {
1193
1193
  }
1194
1194
  };
1195
1195
  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 });
1196
- 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 });
1196
+ 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", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1197
1197
  SwirlFormControl = __decorate([
1198
1198
  ProxyCmp({
1199
1199
  defineCustomElementFn: undefined,
1200
- inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
1200
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
1201
1201
  })
1202
1202
  ], SwirlFormControl);
1203
1203
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFormControl, decorators: [{
@@ -1206,7 +1206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1206
1206
  selector: 'swirl-form-control',
1207
1207
  changeDetection: ChangeDetectionStrategy.OnPush,
1208
1208
  template: '<ng-content></ng-content>',
1209
- inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
1209
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
1210
1210
  }]
1211
1211
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1212
1212
  let SwirlFormGroup = class SwirlFormGroup {