@getflip/swirl-components-angular 0.179.0 → 0.181.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 {
@@ -5702,11 +5702,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
5702
5702
  }
5703
5703
  };
5704
5704
  SwirlShellNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
5705
- SwirlShellNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5705
+ SwirlShellNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5706
5706
  SwirlShellNavigationItem = __decorate([
5707
5707
  ProxyCmp({
5708
5708
  defineCustomElementFn: undefined,
5709
- inputs: ['active', 'badgeLabel', 'href', 'label', 'target']
5709
+ inputs: ['active', 'badgeLabel', 'boxed', 'href', 'label', 'target']
5710
5710
  })
5711
5711
  ], SwirlShellNavigationItem);
5712
5712
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
@@ -5715,7 +5715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5715
5715
  selector: 'swirl-shell-navigation-item',
5716
5716
  changeDetection: ChangeDetectionStrategy.OnPush,
5717
5717
  template: '<ng-content></ng-content>',
5718
- inputs: ['active', 'badgeLabel', 'href', 'label', 'target']
5718
+ inputs: ['active', 'badgeLabel', 'boxed', 'href', 'label', 'target']
5719
5719
  }]
5720
5720
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5721
5721
  let SwirlSkeletonBox = class SwirlSkeletonBox {