@getflip/swirl-components-angular 0.169.0 → 0.170.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.
@@ -5202,11 +5202,11 @@ let SwirlMenuItem = class SwirlMenuItem {
5202
5202
  }
5203
5203
  };
5204
5204
  SwirlMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
5205
- SwirlMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlMenuItem, selector: "swirl-menu-item", inputs: { description: "description", disabled: "disabled", expanded: "expanded", icon: "icon", intent: "intent", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5205
+ SwirlMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlMenuItem, selector: "swirl-menu-item", inputs: { description: "description", disabled: "disabled", expanded: "expanded", icon: "icon", intent: "intent", label: "label", suffix: "suffix", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5206
5206
  SwirlMenuItem = __decorate([
5207
5207
  ProxyCmp({
5208
5208
  defineCustomElementFn: undefined,
5209
- inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'value'],
5209
+ inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'suffix', 'value'],
5210
5210
  methods: ['getSubMenu', 'getParentMenu']
5211
5211
  })
5212
5212
  ], SwirlMenuItem);
@@ -5216,7 +5216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5216
5216
  selector: 'swirl-menu-item',
5217
5217
  changeDetection: ChangeDetectionStrategy.OnPush,
5218
5218
  template: '<ng-content></ng-content>',
5219
- inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'value']
5219
+ inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'suffix', 'value']
5220
5220
  }]
5221
5221
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5222
5222
  let SwirlModal = class SwirlModal {