@spw-ds/spw-angular-library 1.10.1-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.
@@ -266,7 +266,8 @@ let SpwButton = class SpwButton {
266
266
  };
267
267
  SpwButton = __decorate([
268
268
  ProxyCmp({
269
- inputs: ['accAriaLabel', 'disabled', 'download', 'form', 'hideTextOnMobile', 'href', 'icon', 'iconPosition', 'iconVariant', 'isFullWidth', 'isFullWidthMobile', 'isIconOnly', 'isLoading', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant']
269
+ inputs: ['accAriaLabel', 'disabled', 'download', 'form', 'hideTextOnMobile', 'href', 'icon', 'iconPosition', 'iconVariant', 'isFullWidth', 'isFullWidthMobile', 'isIconOnly', 'isLoading', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant'],
270
+ methods: ['setFocus']
270
271
  })
271
272
  ], SpwButton);
272
273
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwButton, decorators: [{
@@ -557,11 +558,11 @@ let SpwDropdown = class SpwDropdown {
557
558
  proxyOutputs(this, this.el, ['spwDropdownOpen', 'spwDropdownClose']);
558
559
  }
559
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 }); }
560
- 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 }); }
561
562
  };
562
563
  SpwDropdown = __decorate([
563
564
  ProxyCmp({
564
- inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
565
+ inputs: ['alignment', 'contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
565
566
  methods: ['close']
566
567
  })
567
568
  ], SpwDropdown);
@@ -572,7 +573,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
572
573
  changeDetection: ChangeDetectionStrategy.OnPush,
573
574
  template: '<ng-content></ng-content>',
574
575
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
575
- inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
576
+ inputs: ['alignment', 'contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
576
577
  }]
577
578
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
578
579
  let SpwDropdownContainer = class SpwDropdownContainer {