@ship-ui/core 0.13.21 → 0.13.23

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.
@@ -3687,11 +3687,9 @@ class ShipSelectComponent {
3687
3687
  [class.selected]="isSelected(-1)"
3688
3688
  [class.focused]="-1 === focusedOptionIndex()">
3689
3689
  @if (_freeTextOptionTemplate) {
3690
- <ng-container
3691
- *ngTemplateOutlet="_freeTextOptionTemplate; context: { $implicit: { option: freeTextOption } }" />
3690
+ <ng-container *ngTemplateOutlet="_freeTextOptionTemplate; context: { $implicit: freeTextOption }" />
3692
3691
  } @else if (_listOptionTemplate) {
3693
- <ng-container
3694
- *ngTemplateOutlet="_listOptionTemplate; context: { $implicit: { option: freeTextOption } }" />
3692
+ <ng-container *ngTemplateOutlet="_listOptionTemplate; context: { $implicit: freeTextOption }" />
3695
3693
  } @else {
3696
3694
  {{ freeTextOptionValue }}
3697
3695
  }
@@ -3856,11 +3854,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
3856
3854
  [class.selected]="isSelected(-1)"
3857
3855
  [class.focused]="-1 === focusedOptionIndex()">
3858
3856
  @if (_freeTextOptionTemplate) {
3859
- <ng-container
3860
- *ngTemplateOutlet="_freeTextOptionTemplate; context: { $implicit: { option: freeTextOption } }" />
3857
+ <ng-container *ngTemplateOutlet="_freeTextOptionTemplate; context: { $implicit: freeTextOption }" />
3861
3858
  } @else if (_listOptionTemplate) {
3862
- <ng-container
3863
- *ngTemplateOutlet="_listOptionTemplate; context: { $implicit: { option: freeTextOption } }" />
3859
+ <ng-container *ngTemplateOutlet="_listOptionTemplate; context: { $implicit: freeTextOption }" />
3864
3860
  } @else {
3865
3861
  {{ freeTextOptionValue }}
3866
3862
  }