@spw-ds/spw-angular-library 1.10.2-alpha.0 → 1.10.2

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.
@@ -558,11 +558,11 @@ let SpwDropdown = class SpwDropdown {
558
558
  proxyOutputs(this, this.el, ['spwDropdownOpen', 'spwDropdownClose']);
559
559
  }
560
560
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
561
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", maxHeight: "maxHeight", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
561
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { alignment: "alignment", contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", maxHeight: "maxHeight", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
562
562
  };
563
563
  SpwDropdown = __decorate([
564
564
  ProxyCmp({
565
- inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
565
+ inputs: ['alignment', 'contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
566
566
  methods: ['close']
567
567
  })
568
568
  ], SpwDropdown);
@@ -573,7 +573,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
573
573
  changeDetection: ChangeDetectionStrategy.OnPush,
574
574
  template: '<ng-content></ng-content>',
575
575
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
576
- inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
576
+ inputs: ['alignment', 'contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
577
577
  }]
578
578
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
579
579
  let SpwDropdownContainer = class SpwDropdownContainer {