@getflip/swirl-components-angular 0.160.0 → 0.162.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.
@@ -7727,11 +7727,11 @@ let SwirlTreeNavigationItem = class SwirlTreeNavigationItem {
7727
7727
  }
7728
7728
  };
7729
7729
  SwirlTreeNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTreeNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
7730
- SwirlTreeNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTreeNavigationItem, selector: "swirl-tree-navigation-item", inputs: { active: "active", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7730
+ SwirlTreeNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTreeNavigationItem, selector: "swirl-tree-navigation-item", inputs: { active: "active", href: "href", icon: "icon", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7731
7731
  SwirlTreeNavigationItem = __decorate([
7732
7732
  ProxyCmp({
7733
7733
  defineCustomElementFn: undefined,
7734
- inputs: ['active', 'icon', 'label']
7734
+ inputs: ['active', 'href', 'icon', 'label', 'target']
7735
7735
  })
7736
7736
  ], SwirlTreeNavigationItem);
7737
7737
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTreeNavigationItem, decorators: [{
@@ -7740,7 +7740,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
7740
7740
  selector: 'swirl-tree-navigation-item',
7741
7741
  changeDetection: ChangeDetectionStrategy.OnPush,
7742
7742
  template: '<ng-content></ng-content>',
7743
- inputs: ['active', 'icon', 'label']
7743
+ inputs: ['active', 'href', 'icon', 'label', 'target']
7744
7744
  }]
7745
7745
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
7746
7746
  let SwirlVideoThumbnail = class SwirlVideoThumbnail {