ng-tailwind 4.5.40 → 4.5.41

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.
@@ -3174,7 +3174,7 @@ class NgtSelectComponent extends NgtBaseNgModel {
3174
3174
  setTimeout(() => this.ngSelectComponent.select(item));
3175
3175
  return;
3176
3176
  }
3177
- this.onSelectedItemRemove.emit();
3177
+ this.onSelectedItemRemove.emit(item.value);
3178
3178
  }
3179
3179
  getFilterInputValue() {
3180
3180
  let inputField = this.ngSelectComponent.searchInput ?